/linux/arch/x86/hyperv/ |
H A D | hv_proc.c | 23 int hv_call_deposit_pages(int node, u64 partition_id, u32 num_pages) in hv_call_deposit_pages() argument 83 input_page->partition_id = partition_id; in hv_call_deposit_pages() 157 int hv_call_create_vp(int node, u64 partition_id, u32 vp_index, u32 flags) in hv_call_create_vp() argument 165 if (partition_id != hv_current_partition_id) { in hv_call_create_vp() 167 ret = hv_call_deposit_pages(node, partition_id, 90); in hv_call_create_vp() 177 input->partition_id = partition_id; in hv_call_create_vp() 193 ret = hv_call_deposit_pages(node, partition_id, 1); in hv_call_create_vp()
|
H A D | hv_vtl.c | 99 input->partition_id = HV_PARTITION_ID_SELF; in hv_vtl_bringup_vcpu() 189 input->partition_id = HV_PARTITION_ID_SELF; in hv_vtl_apicid_to_vp_id()
|
H A D | irqdomain.c | 32 input->partition_id = hv_current_partition_id; in hv_map_interrupt() 84 input->partition_id = hv_current_partition_id; in hv_unmap_interrupt()
|
H A D | ivm.c | 351 start_vp_input->partition_id = -1; in hv_snp_boot_ap() 490 input->partition_id = HV_PARTITION_ID_SELF; in hv_mark_gpa_visibility()
|
H A D | hv_init.c | 411 hv_current_partition_id = output_page->partition_id; in hv_get_partition_id()
|
/linux/include/linux/irqchip/ |
H A D | irq-partition-percpu.h | 16 void *partition_id; member 22 int partition_translate_id(struct partition_desc *desc, void *partition_id); 31 void *partition_id) in partition_translate_id() argument
|
/linux/arch/powerpc/perf/ |
H A D | hv-gpci-requests.h | 73 REQUEST(__field(0, 8, partition_id) 91 REQUEST(__field(0, 8, partition_id) 214 REQUEST(__field(0, 2, partition_id) 256 REQUEST(__field(0, 2, partition_id)
|
/linux/include/asm-generic/ |
H A D | hyperv-tlfs.h | 500 u64 partition_id; member 505 u64 partition_id; member 553 u64 partition_id; member 616 u64 partition_id; /* use "self" */ member 795 u64 partition_id; member 807 u64 partition_id; member
|
/linux/drivers/irqchip/ |
H A D | irq-partition-percpu.c | 174 int partition_translate_id(struct partition_desc *desc, void *partition_id) in partition_translate_id() argument 180 if (desc->parts[i].partition_id == partition_id) { in partition_translate_id()
|
/linux/drivers/accel/qaic/ |
H A D | qaic_drv.c | 221 static int qaic_create_drm_device(struct qaic_device *qdev, s32 partition_id) in qaic_create_drm_device() argument 228 if (partition_id != QAIC_NO_PARTITION) in qaic_create_drm_device() 231 qddev->partition_id = partition_id; in qaic_create_drm_device() 244 static void qaic_destroy_drm_device(struct qaic_device *qdev, s32 partition_id) in qaic_destroy_drm_device() argument 251 qddev->partition_id = 0; in qaic_destroy_drm_device()
|
H A D | qaic.h | 177 s32 partition_id; member
|
H A D | qaic_control.c | 59 __le32 partition_id; /* partition id for the request (signed) */ member 1213 msg->hdr.partition_id = cpu_to_le32(usr->qddev->partition_id); in qaic_manage_msg_xfer() 1216 msg->hdr.partition_id = cpu_to_le32(QAIC_NO_PARTITION); in qaic_manage_msg_xfer()
|
/linux/drivers/input/rmi4/ |
H A D | rmi_f34v7.c | 106 data_1_5.partition_id = CORE_CODE_PARTITION; in rmi_f34v7_write_command_single_transaction() 110 data_1_5.partition_id = CORE_CODE_PARTITION; in rmi_f34v7_write_command_single_transaction() 114 data_1_5.partition_id = GLOBAL_PARAMETERS_PARTITION; in rmi_f34v7_write_command_single_transaction() 118 data_1_5.partition_id = CORE_CONFIG_PARTITION; in rmi_f34v7_write_command_single_transaction() 122 data_1_5.partition_id = DISPLAY_CONFIG_PARTITION; in rmi_f34v7_write_command_single_transaction() 126 data_1_5.partition_id = FLASH_CONFIG_PARTITION; in rmi_f34v7_write_command_single_transaction() 130 data_1_5.partition_id = GUEST_CODE_PARTITION; in rmi_f34v7_write_command_single_transaction() 134 data_1_5.partition_id = BOOTLOADER_PARTITION; in rmi_f34v7_write_command_single_transaction() 386 switch (ptable->partition_id & 0x1f) { in rmi_f34v7_parse_partition_table()
|
H A D | rmi_f34.h | 133 u8 partition_id; member 146 u8 partition_id; member
|
/linux/include/linux/ |
H A D | switchtec.h | 147 u32 partition_id; member 175 u32 partition_id; member 281 u8 partition_id; member
|
H A D | cper.h | 357 guid_t partition_id; member
|
/linux/arch/x86/include/asm/ |
H A D | mshyperv.h | 62 int hv_call_deposit_pages(int node, u64 partition_id, u32 num_pages); 64 int hv_call_create_vp(int node, u64 partition_id, u32 vp_index, u32 flags);
|
H A D | hyperv-tlfs.h | 329 u64 partition_id; member 794 u64 partition_id; member 803 u64 partition_id; member
|
/linux/drivers/md/dm-vdo/ |
H A D | encodings.h | 581 enum partition_id id; /* The id of this partition */ 594 enum partition_id id; 1268 int __must_check vdo_get_partition(struct layout *layout, enum partition_id id, 1272 enum partition_id id);
|
H A D | encodings.c | 101 static const enum partition_id REQUIRED_PARTITIONS[] = { 824 static int __must_check make_partition(struct layout *layout, enum partition_id id, in make_partition() 943 int vdo_get_partition(struct layout *layout, enum partition_id id, in vdo_get_partition() 966 struct partition *vdo_get_known_partition(struct layout *layout, enum partition_id id) in vdo_get_known_partition() 982 BUILD_BUG_ON(sizeof(enum partition_id) != sizeof(u8)); in encode_layout()
|
H A D | types.h | 125 enum partition_id { enum
|
/linux/arch/x86/include/asm/uv/ |
H A D | bios.h | 166 partition_id : 16, member
|
/linux/Documentation/ABI/testing/ |
H A D | sysfs-firmware-sgi_uv | 13 partition_id 29 The partition_id entry contains the partition id.
|
/linux/drivers/firmware/arm_ffa/ |
H A D | bus.c | 92 static DEVICE_ATTR_RO(partition_id);
|
/linux/arch/x86/platform/uv/ |
H A D | bios_uv.c | 97 *partid = part.partition_id; in uv_bios_get_sn_info()
|