Home
last modified time | relevance | path

Searched refs:partition_id (Results 1 – 25 of 51) sorted by relevance

123

/linux-6.15/drivers/hv/
H A Dmshv_root_hv_call.c63 input_page->partition_id = partition_id; in hv_call_withdraw_memory()
119 *partition_id = output->partition_id; in hv_call_create_partition()
138 input.partition_id = partition_id; in hv_call_initialize_partition()
164 input.partition_id = partition_id; in hv_call_finalize_partition()
176 input.partition_id = partition_id; in hv_call_delete_partition()
388 input->partition_id = partition_id; in hv_call_assert_virtual_interrupt()
403 input.partition_id = partition_id; in hv_call_delete_vp()
440 input->partition_id = partition_id; in hv_call_get_vp_state()
499 input->partition_id = partition_id; in hv_call_set_vp_state()
544 input->partition_id = partition_id; in hv_call_map_vp_state_page()
[all …]
H A Dmshv_root.h233 void mshv_unregister_doorbell(u64 partition_id, int doorbell_portid);
250 int hv_call_withdraw_memory(u64 count, int node, u64 partition_id);
254 u64 *partition_id);
255 int hv_call_initialize_partition(u64 partition_id);
256 int hv_call_finalize_partition(u64 partition_id);
257 int hv_call_delete_partition(u64 partition_id);
263 int hv_call_delete_vp(u64 partition_id, u32 vp_index);
264 int hv_call_assert_virtual_interrupt(u64 partition_id, u32 vector,
267 int hv_call_clear_virtual_interrupt(u64 partition_id);
272 int hv_call_get_vp_state(u32 vp_index, u64 partition_id,
[all …]
H A Dmshv_synic.c135 u64 partition_id; in mshv_async_call_completion_isr() local
143 partition_id = async_msg->partition_id; in mshv_async_call_completion_isr()
153 partition = mshv_partition_find(partition_id); in mshv_async_call_completion_isr()
185 u64 partition_id = msg->partition_id; in handle_bitset_message() local
199 partition = mshv_partition_find(partition_id); in handle_bitset_message()
269 u64 partition_id = msg->partition_ids[idx]; in handle_pair_message() local
276 partition_id); in handle_pair_message()
322 u64 partition_id; in mshv_intercept_isr() local
325 partition_id = msg->header.sender; in mshv_intercept_isr()
329 partition = mshv_partition_find(partition_id); in mshv_intercept_isr()
[all …]
H A Dmshv_common.c25 int hv_call_get_vp_registers(u32 vp_index, u64 partition_id, u16 count, in hv_call_get_vp_registers() argument
42 input_page->partition_id = partition_id; in hv_call_get_vp_registers()
71 int hv_call_set_vp_registers(u32 vp_index, u64 partition_id, u16 count, in hv_call_set_vp_registers() argument
85 input_page->partition_id = partition_id; in hv_call_set_vp_registers()
112 int hv_call_get_partition_property(u64 partition_id, in hv_call_get_partition_property() argument
125 input->partition_id = partition_id; in hv_call_get_partition_property()
H A Dhv_proc.c18 int hv_call_deposit_pages(int node, u64 partition_id, u32 num_pages) in hv_call_deposit_pages() argument
78 input_page->partition_id = partition_id; in hv_call_deposit_pages()
153 int hv_call_create_vp(int node, u64 partition_id, u32 vp_index, u32 flags) in hv_call_create_vp() argument
161 if (partition_id != hv_current_partition_id) { in hv_call_create_vp()
163 ret = hv_call_deposit_pages(node, partition_id, 90); in hv_call_create_vp()
173 input->partition_id = partition_id; in hv_call_create_vp()
189 ret = hv_call_deposit_pages(node, partition_id, 1); in hv_call_create_vp()
H A Dmshv.h17 int hv_call_get_vp_registers(u32 vp_index, u64 partition_id, u16 count,
21 int hv_call_set_vp_registers(u32 vp_index, u64 partition_id, u16 count,
25 int hv_call_get_partition_property(u64 partition_id, u64 property_code,
H A Dmshv_root_main.c271 static int mshv_get_vp_registers(u32 vp_index, u64 partition_id, u16 count, in mshv_get_vp_registers() argument
274 return hv_call_get_vp_registers(vp_index, partition_id, in mshv_get_vp_registers()
281 return hv_call_set_vp_registers(vp_index, partition_id, in mshv_set_vp_registers()
409 input->partition_id = vp->vp_partition->pt_id; in mshv_vp_dispatch()
869 static void mshv_vp_stats_unmap(u64 partition_id, u32 vp_index) in mshv_vp_stats_unmap() argument
872 .vp.partition_id = partition_id, in mshv_vp_stats_unmap()
883 static int mshv_vp_stats_map(u64 partition_id, u32 vp_index, in mshv_vp_stats_map() argument
887 .vp.partition_id = partition_id, in mshv_vp_stats_map()
1843 mshv_partition *mshv_partition_find(u64 partition_id) in mshv_partition_find() argument
1849 partition_id) in mshv_partition_find()
[all …]
/linux-6.15/include/hyperv/
H A Dhvhdk_mini.h70 u64 partition_id; member
77 u64 partition_id; member
177 u64 partition_id; member
182 u64 partition_id; member
223 u64 partition_id; member
267 u64 partition_id; member
293 u64 partition_id; member
308 u64 partition_id; member
H A Dhvhdk.h347 u64 partition_id; member
351 u64 partition_id; member
355 u64 partition_id; member
359 u64 partition_id; member
363 u64 partition_id; member
373 u64 partition_id; member
387 u64 partition_id; member
406 u64 partition_id; member
566 u64 partition_id; member
582 u64 partition_id; member
[all …]
H A Dhvgdk_mini.h187 u64 partition_id; member
870 u64 partition_id; member
879 u64 partition_id; member
1205 u64 partition_id; member
1214 u64 partition_id; member
1243 u64 partition_id; member
1347 u64 partition_id; /* use "self" */ member
/linux-6.15/include/linux/irqchip/
H A Dirq-partition-percpu.h16 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-6.15/arch/powerpc/perf/
H A Dhv-gpci-requests.h73 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-6.15/include/asm-generic/
H A Dmshyperv.h361 int hv_call_deposit_pages(int node, u64 partition_id, u32 num_pages);
363 int hv_call_create_vp(int node, u64 partition_id, u32 vp_index, u32 flags);
367 static inline int hv_call_deposit_pages(int node, u64 partition_id, u32 num_pages) in hv_call_deposit_pages() argument
375 static inline int hv_call_create_vp(int node, u64 partition_id, u32 vp_index, u32 flags) in hv_call_create_vp() argument
/linux-6.15/drivers/irqchip/
H A Dirq-partition-percpu.c174 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-6.15/drivers/accel/qaic/
H A Dqaic_drv.c254 static int qaic_create_drm_device(struct qaic_device *qdev, s32 partition_id) in qaic_create_drm_device() argument
261 if (partition_id != QAIC_NO_PARTITION) in qaic_create_drm_device()
264 qddev->partition_id = partition_id; in qaic_create_drm_device()
277 static void qaic_destroy_drm_device(struct qaic_device *qdev, s32 partition_id) in qaic_destroy_drm_device() argument
284 qddev->partition_id = 0; in qaic_destroy_drm_device()
/linux-6.15/drivers/gpu/drm/amd/include/
H A Damd_cper.h110 uint32_t partition_id : 1; member
118 guid_t partition_id; /* Reserved */ member
/linux-6.15/drivers/input/rmi4/
H A Drmi_f34v7.c106 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 Drmi_f34.h133 u8 partition_id; member
146 u8 partition_id; member
/linux-6.15/arch/x86/hyperv/
H A Dhv_vtl.c131 input->partition_id = HV_PARTITION_ID_SELF; in hv_vtl_bringup_vcpu()
221 input->partition_id = HV_PARTITION_ID_SELF; in hv_vtl_apicid_to_vp_id()
H A Dirqdomain.c32 input->partition_id = hv_current_partition_id; in hv_map_interrupt()
84 input->partition_id = hv_current_partition_id; in hv_unmap_interrupt()
/linux-6.15/include/linux/
H A Dswitchtec.h147 u32 partition_id; member
175 u32 partition_id; member
281 u8 partition_id; member
/linux-6.15/drivers/md/dm-vdo/
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[] = {
811 static int __must_check make_partition(struct layout *layout, enum partition_id id, in make_partition()
930 int vdo_get_partition(struct layout *layout, enum partition_id id, in vdo_get_partition()
953 struct partition *vdo_get_known_partition(struct layout *layout, enum partition_id id) in vdo_get_known_partition()
969 BUILD_BUG_ON(sizeof(enum partition_id) != sizeof(u8)); in encode_layout()
H A Dtypes.h125 enum partition_id { enum
/linux-6.15/arch/x86/include/asm/uv/
H A Dbios.h166 partition_id : 16, member

123