Searched refs:partition_id (Results 1 - 25 of 37) sorted by relevance

12

/linux-master/include/linux/irqchip/
H A Dirq-partition-percpu.h16 void *partition_id; member in struct:partition_affinity
22 int partition_translate_id(struct partition_desc *desc, void *partition_id);
31 void *partition_id)
30 partition_translate_id(struct partition_desc *desc, void *partition_id) argument
/linux-master/arch/x86/hyperv/
H A Dhv_proc.c23 int hv_call_deposit_pages(int node, u64 partition_id, u32 num_pages) argument
83 input_page->partition_id = partition_id;
157 int hv_call_create_vp(int node, u64 partition_id, u32 vp_index, u32 flags) argument
165 if (partition_id != hv_current_partition_id) {
167 ret = hv_call_deposit_pages(node, partition_id, 90);
177 input->partition_id = partition_id;
193 ret = hv_call_deposit_pages(node, partition_id, 1);
H A Dhv_vtl.c99 input->partition_id = HV_PARTITION_ID_SELF;
189 input->partition_id = HV_PARTITION_ID_SELF;
H A Dirqdomain.c32 input->partition_id = hv_current_partition_id;
84 input->partition_id = hv_current_partition_id;
H A Divm.c351 start_vp_input->partition_id = -1;
490 input->partition_id = HV_PARTITION_ID_SELF;
H A Dhv_init.c412 hv_current_partition_id = output_page->partition_id;
/linux-master/arch/powerpc/perf/
H A Dhv-gpci-requests.h25 * partition_id
73 REQUEST(__field(0, 8, partition_id)
91 REQUEST(__field(0, 8, partition_id)
212 #define REQUEST_IDX_KIND "partition_id=?"
214 REQUEST(__field(0, 2, partition_id)
254 #define REQUEST_IDX_KIND "partition_id=?"
256 REQUEST(__field(0, 2, partition_id)
H A Dhv-gpci.c32 * hw_chip_id, partition_id all refer to the same bit range. They
40 EVENT_DEFINE_RANGE_FORMAT_LITE(partition_id, config, 32, 63);
/linux-master/include/asm-generic/
H A Dhyperv-tlfs.h500 u64 partition_id; member in struct:hv_get_partition_id
505 u64 partition_id; member in struct:hv_deposit_memory
553 u64 partition_id; member in struct:hv_create_vp
616 u64 partition_id; /* use "self" */ member in struct:hv_retarget_device_interrupt
795 u64 partition_id; member in struct:hv_input_map_device_interrupt
807 u64 partition_id; member in struct:hv_input_unmap_device_interrupt
/linux-master/drivers/irqchip/
H A Dirq-partition-percpu.c174 int partition_translate_id(struct partition_desc *desc, void *partition_id) argument
180 if (desc->parts[i].partition_id == partition_id) {
/linux-master/drivers/accel/qaic/
H A Dqaic_drv.c221 static int qaic_create_drm_device(struct qaic_device *qdev, s32 partition_id) argument
228 if (partition_id != QAIC_NO_PARTITION)
231 qddev->partition_id = partition_id;
244 static void qaic_destroy_drm_device(struct qaic_device *qdev, s32 partition_id) argument
251 qddev->partition_id = 0;
H A Dqaic.h177 s32 partition_id; member in struct:qaic_drm_device
H A Dqaic_control.c59 __le32 partition_id; /* partition id for the request (signed) */ member in struct:wire_msg_hdr
1213 msg->hdr.partition_id = cpu_to_le32(usr->qddev->partition_id);
1216 msg->hdr.partition_id = cpu_to_le32(QAIC_NO_PARTITION);
/linux-master/drivers/input/rmi4/
H A Drmi_f34.h133 u8 partition_id; member in struct:f34v7_data_1_5
146 u8 partition_id; member in struct:partition_table
H A Drmi_f34v7.c106 data_1_5.partition_id = CORE_CODE_PARTITION;
110 data_1_5.partition_id = CORE_CODE_PARTITION;
114 data_1_5.partition_id = GLOBAL_PARAMETERS_PARTITION;
118 data_1_5.partition_id = CORE_CONFIG_PARTITION;
122 data_1_5.partition_id = DISPLAY_CONFIG_PARTITION;
126 data_1_5.partition_id = FLASH_CONFIG_PARTITION;
130 data_1_5.partition_id = GUEST_CODE_PARTITION;
134 data_1_5.partition_id = BOOTLOADER_PARTITION;
386 switch (ptable->partition_id & 0x1f) {
/linux-master/include/linux/
H A Dswitchtec.h147 u32 partition_id; member in struct:sys_info_regs_gen3
175 u32 partition_id; member in struct:sys_info_regs_gen4
281 u8 partition_id; member in struct:ntb_info_regs
H A Dcper.h357 guid_t partition_id; member in struct:cper_record_header
/linux-master/arch/x86/include/asm/uv/
H A Dbios.h166 partition_id : 16, member in struct:partition_info_u::__anon91
/linux-master/drivers/md/dm-vdo/
H A Dtypes.h125 enum partition_id { enum
H A Dencodings.h581 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 Dencodings.c101 static const enum partition_id REQUIRED_PARTITIONS[] = {
824 static int __must_check make_partition(struct layout *layout, enum partition_id id,
943 int vdo_get_partition(struct layout *layout, enum partition_id id,
966 struct partition *vdo_get_known_partition(struct layout *layout, enum partition_id id)
982 BUILD_BUG_ON(sizeof(enum partition_id) != sizeof(u8));
/linux-master/arch/x86/include/asm/
H A Dmshyperv.h63 int hv_call_deposit_pages(int node, u64 partition_id, u32 num_pages);
65 int hv_call_create_vp(int node, u64 partition_id, u32 vp_index, u32 flags);
H A Dhyperv-tlfs.h329 u64 partition_id; member in struct:hv_gpa_range_for_visibility
794 u64 partition_id; member in struct:hv_enable_vp_vtl
803 u64 partition_id; member in struct:hv_get_vp_from_apic_id_in
/linux-master/arch/x86/platform/uv/
H A Dbios_uv.c97 *partid = part.partition_id;
/linux-master/drivers/firmware/arm_ffa/
H A Dbus.c89 static DEVICE_ATTR_RO(partition_id);

Completed in 632 milliseconds

12