Searched refs:cpt_type (Results 1 – 4 of 4) sorted by relevance
| /drivers/misc/vmw_vmci/ |
| A D | vmci_context.h | 94 u32 cpt_type; member 141 int vmci_ctx_get_chkpt_state(u32 context_id, u32 cpt_type, 143 int vmci_ctx_set_chkpt_state(u32 context_id, u32 cpt_type,
|
| A D | vmci_context.c | 745 u32 cpt_type, in vmci_ctx_get_chkpt_state() argument 758 switch (cpt_type) { in vmci_ctx_get_chkpt_state() 779 pr_devel("Invalid cpt state (type=%d)\n", cpt_type); in vmci_ctx_get_chkpt_state() 794 u32 cpt_type, in vmci_ctx_set_chkpt_state() argument 803 if (cpt_type == VMCI_WELLKNOWN_CPT_STATE && num_ids > 0) { in vmci_ctx_set_chkpt_state() 812 if (cpt_type != VMCI_NOTIFICATION_CPT_STATE) { in vmci_ctx_set_chkpt_state() 813 pr_devel("Invalid cpt state (type=%d)\n", cpt_type); in vmci_ctx_set_chkpt_state() 825 cpt_type, result); in vmci_ctx_set_chkpt_state()
|
| A D | vmci_host.c | 726 get_info.result = vmci_ctx_get_chkpt_state(cid, get_info.cpt_type, in vmci_host_do_ctx_get_cpt_state() 763 set_info.result = vmci_ctx_set_chkpt_state(cid, set_info.cpt_type, in vmci_host_do_ctx_set_cpt_state()
|
| /drivers/gpu/drm/i915/gvt/ |
| A D | gtt.c | 117 #define GTT_TYPE_TABLE_ENTRY(type, e_type, cpt_type, npt_type, pse_type) \ argument 120 .pt_type = cpt_type, \
|
Completed in 15 milliseconds