Searched refs:cpt_type (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/misc/vmw_vmci/
H A Dvmci_context.h94 u32 cpt_type; member in struct:vmci_ctx_chkpt_buf_info
142 int vmci_ctx_get_chkpt_state(u32 context_id, u32 cpt_type,
144 int vmci_ctx_set_chkpt_state(u32 context_id, u32 cpt_type,
H A Dvmci_context.c765 u32 cpt_type,
778 switch (cpt_type) {
799 pr_devel("Invalid cpt state (type=%d)\n", cpt_type);
814 u32 cpt_type,
823 if (cpt_type == VMCI_WELLKNOWN_CPT_STATE && num_ids > 0) {
832 if (cpt_type != VMCI_NOTIFICATION_CPT_STATE) {
833 pr_devel("Invalid cpt state (type=%d)\n", cpt_type);
845 cpt_type, result);
764 vmci_ctx_get_chkpt_state(u32 context_id, u32 cpt_type, u32 *buf_size, void **pbuf) argument
813 vmci_ctx_set_chkpt_state(u32 context_id, u32 cpt_type, u32 buf_size, void *cpt_buf) argument
H A Dvmci_host.c727 get_info.result = vmci_ctx_get_chkpt_state(cid, get_info.cpt_type,
764 set_info.result = vmci_ctx_set_chkpt_state(cid, set_info.cpt_type,
/linux-master/drivers/gpu/drm/i915/gvt/
H A Dgtt.c182 #define GTT_TYPE_TABLE_ENTRY(type, e_type, cpt_type, npt_type, pse_type) \
185 .pt_type = cpt_type, \

Completed in 152 milliseconds