Home
last modified time | relevance | path

Searched refs:priv_flags (Results 1 – 15 of 15) sorted by relevance

/freebsd-13.1/sys/dev/vmware/vmci/
H A Dvmci_datagram.c34 vmci_privilege_flags priv_flags; member
44 vmci_privilege_flags *priv_flags);
184 entry->priv_flags = priv_flags; in datagram_create_hnd()
270 if (priv_flags & ~VMCI_PRIVILEGE_ALL_FLAGS) in vmci_datagram_create_handle_priv()
345 vmci_privilege_flags *priv_flags) in vmci_datagram_get_priv_flags_int() argument
348 ASSERT(priv_flags); in vmci_datagram_get_priv_flags_int()
361 *priv_flags = src_entry->priv_flags; in vmci_datagram_get_priv_flags_int()
364 *priv_flags = VMCI_MAX_PRIVILEGE_FLAGS; in vmci_datagram_get_priv_flags_int()
366 *priv_flags = VMCI_NO_PRIVILEGE_FLAGS; in vmci_datagram_get_priv_flags_int()
392 vmci_privilege_flags *priv_flags) in vmci_datagram_get_priv_flags() argument
[all …]
H A Dvmci_doorbell.c32 vmci_privilege_flags priv_flags; member
207 vmci_privilege_flags *priv_flags) in vmci_doorbell_get_priv_flags() argument
210 if (priv_flags == NULL || handle.context == VMCI_INVALID_ID) in vmci_doorbell_get_priv_flags()
223 *priv_flags = entry->priv_flags; in vmci_doorbell_get_priv_flags()
229 *priv_flags = VMCI_NO_PRIVILEGE_FLAGS; in vmci_doorbell_get_priv_flags()
504 priv_flags & ~VMCI_PRIVILEGE_ALL_FLAGS) in vmci_doorbell_create()
542 entry->priv_flags = priv_flags; in vmci_doorbell_create()
686 vmci_privilege_flags priv_flags) in vmci_doorbell_notify_as_guest() argument
718 vmci_doorbell_notify(struct vmci_handle dst, vmci_privilege_flags priv_flags) in vmci_doorbell_notify() argument
723 (priv_flags & ~VMCI_PRIVILEGE_ALL_FLAGS)) in vmci_doorbell_notify()
[all …]
H A Dvmci_kernel_api_2.h28 vmci_privilege_flags priv_flags, vmci_callback notify_cb,
32 vmci_privilege_flags priv_flags);
H A Dvmci_kernel_api_1.h27 vmci_privilege_flags priv_flags, vmci_datagram_recv_cb recv_cb,
48 uint32_t flags, vmci_privilege_flags priv_flags);
H A Dvmci_qpair.c35 vmci_privilege_flags priv_flags; member
148 uint32_t flags, vmci_privilege_flags priv_flags) in vmci_qpair_alloc() argument
183 my_qpair->priv_flags = priv_flags; in vmci_qpair_alloc()
191 my_qpair->priv_flags); in vmci_qpair_alloc()
H A Dvmci_queue_pair.c73 vmci_privilege_flags priv_flags);
97 vmci_id peer, uint32_t flags, vmci_privilege_flags priv_flags) in vmci_queue_pair_alloc() argument
105 produce_size, consume_q, consume_size, peer, flags, priv_flags)); in vmci_queue_pair_alloc()
581 uint32_t flags, vmci_privilege_flags priv_flags) in vmci_queue_pair_alloc_guest_work() argument
593 if (priv_flags != VMCI_NO_PRIVILEGE_FLAGS) in vmci_queue_pair_alloc_guest_work()
H A Dvmci_datagram.h20 vmci_privilege_flags *priv_flags);
H A Dvmci_doorbell.h24 vmci_privilege_flags *priv_flags);
H A Dvmci_queue_pair.h25 vmci_id peer, uint32_t flags, vmci_privilege_flags priv_flags);
/freebsd-13.1/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_radar.c192 if (!(ichan->priv_flags & CHANNEL_INTERFERENCE)) {
196 ichan->priv_flags &= ~CHANNEL_INTERFERENCE;
215 if (!(ichan->priv_flags & CHANNEL_INTERFERENCE)) {
219 ichan->priv_flags |= CHANNEL_INTERFERENCE;
220 chan->priv_flags |= CHANNEL_INTERFERENCE;
369 ahp->ah_curchan->priv_flags |= CHANNEL_DFS_CLEAR;
370 chan->priv_flags = ahp->ah_curchan->priv_flags;
H A Dar9300_reset.c4796 chan->priv_flags = ichan->priv_flags; in ar9300_reset()
5313 chan->priv_flags = ichan->priv_flags; in ar9300_reset()
/freebsd-13.1/sys/dev/drm2/ttm/
H A Dttm_bo_api.h249 unsigned long priv_flags; member
H A Dttm_bo_vm.c154 if (test_bit(TTM_BO_PRIV_FLAG_MOVING, &bo->priv_flags)) { in ttm_bo_vm_fault()
H A Dttm_bo.c1274 bo->priv_flags = 0; in ttm_bo_init()
1735 clear_bit(TTM_BO_PRIV_FLAG_MOVING, &bo->priv_flags); in ttm_bo_wait()
1759 &bo->priv_flags); in ttm_bo_wait()
H A Dttm_bo_util.c640 set_bit(TTM_BO_PRIV_FLAG_MOVING, &bo->priv_flags); in ttm_bo_move_accel_cleanup()