Lines Matching refs:priv_flags
48 u32 priv_flags; member
93 int vmci_dbell_get_priv_flags(struct vmci_handle handle, u32 *priv_flags) in vmci_dbell_get_priv_flags() argument
95 if (priv_flags == NULL || handle.context == VMCI_INVALID_ID) in vmci_dbell_get_priv_flags()
108 *priv_flags = entry->priv_flags; in vmci_dbell_get_priv_flags()
117 *priv_flags = vmci_context_get_priv_flags(handle.context); in vmci_dbell_get_priv_flags()
272 static int dbell_notify_as_guest(struct vmci_handle handle, u32 priv_flags) in dbell_notify_as_guest() argument
414 u32 priv_flags, in vmci_doorbell_create() argument
422 priv_flags & ~VMCI_PRIVILEGE_ALL_FLAGS) in vmci_doorbell_create()
464 entry->priv_flags = priv_flags; in vmci_doorbell_create()
576 int vmci_doorbell_notify(struct vmci_handle dst, u32 priv_flags) in vmci_doorbell_notify() argument
583 (priv_flags & ~VMCI_PRIVILEGE_ALL_FLAGS)) in vmci_doorbell_notify()
593 dst, priv_flags); in vmci_doorbell_notify()
596 return dbell_notify_as_guest(dst, priv_flags); in vmci_doorbell_notify()