Lines Matching refs:priv_flags
40 u32 priv_flags; member
85 int vmci_dbell_get_priv_flags(struct vmci_handle handle, u32 *priv_flags) in vmci_dbell_get_priv_flags() argument
87 if (priv_flags == NULL || handle.context == VMCI_INVALID_ID) in vmci_dbell_get_priv_flags()
100 *priv_flags = entry->priv_flags; in vmci_dbell_get_priv_flags()
109 *priv_flags = vmci_context_get_priv_flags(handle.context); in vmci_dbell_get_priv_flags()
264 static int dbell_notify_as_guest(struct vmci_handle handle, u32 priv_flags) in dbell_notify_as_guest() argument
411 u32 priv_flags, in vmci_doorbell_create() argument
419 priv_flags & ~VMCI_PRIVILEGE_ALL_FLAGS) in vmci_doorbell_create()
467 entry->priv_flags = priv_flags; in vmci_doorbell_create()
579 int vmci_doorbell_notify(struct vmci_handle dst, u32 priv_flags) in vmci_doorbell_notify() argument
586 (priv_flags & ~VMCI_PRIVILEGE_ALL_FLAGS)) in vmci_doorbell_notify()
596 dst, priv_flags); in vmci_doorbell_notify()
599 return dbell_notify_as_guest(dst, priv_flags); in vmci_doorbell_notify()