| /xen/xen/include/asm-x86/ |
| A D | bitops.h | 210 static inline int test_and_clear_bit(int nr, volatile void *addr) in test_and_clear_bit() function 221 #define test_and_clear_bit(nr, addr) ({ \ macro 223 test_and_clear_bit(nr, addr); \
|
| A D | guest_atomics.h | 18 ((void)(d), test_and_clear_bit(nr, p))
|
| /xen/tools/libxc/ |
| A D | xc_bitops.h | 55 static inline int test_and_clear_bit(int nr, void *addr) in test_and_clear_bit() function
|
| /xen/xen/arch/arm/ |
| A D | gic-vgic.c | 182 test_and_clear_bit(GIC_IRQ_GUEST_PRISTINE_LPI, &p->status)) ) in gic_update_one_lr() 196 test_and_clear_bit(GIC_IRQ_GUEST_QUEUED, &p->status) ) in gic_update_one_lr() 210 int q __attribute__ ((unused)) = test_and_clear_bit(GIC_IRQ_GUEST_QUEUED, &p->status); in gic_update_one_lr()
|
| /xen/xen/include/asm-arm/ |
| A D | guest_atomics.h | 71 guest_testop(test_and_clear_bit) in guest_bitop()
|
| A D | bitops.h | 51 int test_and_clear_bit(int nr, volatile void *p);
|
| /xen/xen/arch/arm/arm64/lib/ |
| A D | bitops.c | 118 testop(test_and_clear_bit, bic) in bitop()
|
| /xen/xen/arch/arm/arm32/lib/ |
| A D | bitops.c | 126 testop(test_and_clear_bit, bic) in bitop()
|
| /xen/xen/include/asm-x86/hvm/ |
| A D | vlapic.h | 70 test_and_clear_bit(VEC_POS(vec), (uint32_t *)((bitmap) + REG_POS(vec)))
|
| /xen/xen/common/ |
| A D | vm_event.c | 141 if ( test_and_clear_bit(ved->pause_flag, &v->pause_flags) ) in vm_event_wake_blocked() 201 if ( test_and_clear_bit(ved->pause_flag, &v->pause_flags) ) in vm_event_disable()
|
| A D | event_channel.c | 100 if ( test_and_clear_bit(_VPF_blocked_in_xen, &v->pause_flags) ) in default_xen_notification_fn() 1424 test_and_clear_bit(vcpuid, d->poll_mask) ) in evtchn_check_pollers()
|
| /xen/tools/firmware/hvmloader/ |
| A D | xenbus.c | 48 while ( !test_and_clear_bit(event, shinfo->evtchn_pending) ) in ring_wait()
|
| A D | util.h | 59 static inline int test_and_clear_bit(int nr, volatile void *addr) in test_and_clear_bit() function
|
| /xen/xen/include/xen/ |
| A D | cpumask.h | 134 return test_and_clear_bit(cpumask_check(cpu), addr->bits); in cpumask_test_and_clear_cpu()
|
| A D | mm.h | 695 if ( test_and_clear_bit(_PGC_allocated, &page->count_info) ) in put_page_alloc_ref()
|
| /xen/xen/arch/x86/cpu/mcheck/ |
| A D | mctelem.c | 389 if (test_and_clear_bit(bit, mctctl.mctc_free)) { in mctelem_reserve()
|
| /xen/xen/include/asm-x86/hvm/vmx/ |
| A D | vmx.h | 132 return test_and_clear_bit(POSTED_INTR_ON, &pi_desc->control); in pi_test_and_clear_on()
|
| /xen/xen/arch/x86/hvm/viridian/ |
| A D | time.c | 93 if ( test_and_clear_bit(_TRC_running, &trc->flags) ) in time_ref_count_freeze()
|
| /xen/xen/common/sched/ |
| A D | core.c | 900 if ( !test_and_clear_bit(_VPF_blocked, &v->pause_flags) ) in vcpu_unblock() 912 if ( test_and_clear_bit(v->vcpu_id, v->domain->poll_mask) ) in vcpu_unblock() 1069 if ( !test_and_clear_bit(_VPF_migrating, &v->pause_flags) ) in sched_unit_migrate_finish() 2665 if ( test_and_clear_bit(v->vcpu_id, v->domain->poll_mask) ) in poll_timer_fn()
|
| A D | credit.c | 1056 if ( test_and_clear_bit(CSCHED_FLAG_UNIT_PARKED, &svc->flags) ) in csched_unit_remove() 1143 migrating = test_and_clear_bit(CSCHED_FLAG_UNIT_MIGRATING, &svc->flags); in csched_unit_wake()
|
| /xen/xen/arch/x86/hvm/ |
| A D | ioreq.c | 252 if ( !test_and_clear_bit(i, &d->arch.hvm.ioreq_gfn.legacy_mask) ) in hvm_alloc_legacy_ioreq_gfn() 266 if ( test_and_clear_bit(i, &d->arch.hvm.ioreq_gfn.mask) ) in hvm_alloc_ioreq_gfn()
|
| A D | vmsi.c | 320 test_and_clear_bit(nr_entry, &entry->table_flags) ) in msixtbl_write()
|
| /xen/tools/xenpaging/ |
| A D | xenpaging.c | 917 if ( test_and_clear_bit(req.u.mem_paging.gfn, paging->bitmap) ) in main()
|
| /xen/xen/arch/x86/pv/ |
| A D | shim.c | 856 wake = test_and_clear_bit(_VPF_down, &v->pause_flags); in pv_shim_cpu_up()
|
| /xen/xen/drivers/passthrough/ |
| A D | io.c | 1077 if ( test_and_clear_bit(STATE_SCHED, &pirq_dpci->state) ) in dpci_softirq()
|