Home
last modified time | relevance | path

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

12

/drivers/hv/
A Dmshv_root_hv_call.c64 input_page->partition_id = partition_id; in hv_call_withdraw_memory()
120 *partition_id = output->partition_id; in hv_call_create_partition()
139 input.partition_id = partition_id; in hv_call_initialize_partition()
165 input.partition_id = partition_id; in hv_call_finalize_partition()
177 input.partition_id = partition_id; in hv_call_delete_partition()
389 input->partition_id = partition_id; in hv_call_assert_virtual_interrupt()
404 input.partition_id = partition_id; in hv_call_delete_vp()
441 input->partition_id = partition_id; in hv_call_get_vp_state()
500 input->partition_id = partition_id; in hv_call_set_vp_state()
545 input->partition_id = partition_id; in hv_call_map_vp_state_page()
[all …]
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 …]
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 …]
A Dmshv_common.c26 int hv_call_get_vp_registers(u32 vp_index, u64 partition_id, u16 count, in hv_call_get_vp_registers() argument
43 input_page->partition_id = partition_id; in hv_call_get_vp_registers()
72 int hv_call_set_vp_registers(u32 vp_index, u64 partition_id, u16 count, in hv_call_set_vp_registers() argument
86 input_page->partition_id = partition_id; in hv_call_set_vp_registers()
113 int hv_call_get_partition_property(u64 partition_id, in hv_call_get_partition_property() argument
126 input->partition_id = partition_id; in hv_call_get_partition_property()
A Dhv_proc.c19 int hv_call_deposit_pages(int node, u64 partition_id, u32 num_pages) in hv_call_deposit_pages() argument
79 input_page->partition_id = partition_id; in hv_call_deposit_pages()
154 int hv_call_create_vp(int node, u64 partition_id, u32 vp_index, u32 flags) in hv_call_create_vp() argument
162 if (partition_id != hv_current_partition_id) { in hv_call_create_vp()
164 ret = hv_call_deposit_pages(node, partition_id, 90); in hv_call_create_vp()
174 input->partition_id = partition_id; in hv_call_create_vp()
190 ret = hv_call_deposit_pages(node, partition_id, 1); in hv_call_create_vp()
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,
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 …]
A Dhv_common.c272 pt_id = output->partition_id; in hv_get_partition_id()
295 input->partition_id = HV_PARTITION_ID_SELF; in get_vtl()
A Dmshv_eventfd.c616 static void ioeventfd_release(struct mshv_ioeventfd *p, u64 partition_id) in ioeventfd_release() argument
619 mshv_unregister_doorbell(partition_id, p->iovntfd_doorbell_id); in ioeventfd_release()
/drivers/accel/qaic/
A Dqaic_drv.c255 static int qaic_create_drm_device(struct qaic_device *qdev, s32 partition_id) in qaic_create_drm_device() argument
262 if (partition_id != QAIC_NO_PARTITION) in qaic_create_drm_device()
265 qddev->partition_id = partition_id; in qaic_create_drm_device()
278 static void qaic_destroy_drm_device(struct qaic_device *qdev, s32 partition_id) in qaic_destroy_drm_device() argument
285 qddev->partition_id = 0; in qaic_destroy_drm_device()
A Dqaic.h191 s32 partition_id; member
A Dqaic_control.c59 __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()
/drivers/irqchip/
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()
/drivers/input/rmi4/
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()
A Drmi_f34.h133 u8 partition_id; member
146 u8 partition_id; member
/drivers/gpu/drm/amd/include/
A Damd_cper.h110 uint32_t partition_id : 1; member
118 guid_t partition_id; /* Reserved */ member
/drivers/md/dm-vdo/
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);
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()
A Dtypes.h125 enum partition_id { enum
/drivers/firmware/arm_ffa/
A Dbus.c92 static DEVICE_ATTR_RO(partition_id);
/drivers/net/ethernet/intel/i40e/
A Di40e_ethtool.c1243 if (hw->partition_id != 1) { in i40e_set_link_ksettings()
1711 if (hw->partition_id != 1) { in i40e_set_pauseparam()
2298 if (vsi->type == I40E_VSI_MAIN && pf->hw.partition_id == 1) in i40e_get_stats_count()
2428 if (vsi->type != I40E_VSI_MAIN || pf->hw.partition_id != 1) in i40e_get_ethtool_stats()
2498 if (vsi->type != I40E_VSI_MAIN || pf->hw.partition_id != 1) in i40e_get_stat_strings()
2772 if ((BIT(hw->port) & wol_nvm_bits) || (hw->partition_id != 1)) { in i40e_get_wol()
2795 if (hw->partition_id != 1) { in i40e_set_wol()
A Di40e_type.h546 u16 partition_id; member
/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_cper.c71 hdr->valid_bits.partition_id = 1; in amdgpu_cper_entry_fill_hdr()
/drivers/ntb/hw/mscc/
A Dntb_hw_switchtec.c37 u32 partition_id; member
1301 sndev->self_shared->partition_id = sndev->stdev->partition; in switchtec_ntb_init_shared()
/drivers/char/tpm/
A Dtpm_crb.c120 u16 partition_id; member

Completed in 90 milliseconds

12