Searched refs:atomic_andnot (Results 1 – 8 of 8) sorted by relevance
/arch/arc/include/asm/ |
D | atomic.h | 188 #define atomic_andnot atomic_andnot macro 297 #define atomic_andnot(mask, v) atomic_and(~(mask), (v))
|
/arch/arm64/include/asm/ |
D | atomic.h | 129 #define atomic_andnot atomic_andnot macro
|
/arch/alpha/include/asm/ |
D | atomic.h | 155 #define atomic_andnot atomic_andnot in ATOMIC_OPS() macro
|
/arch/arm/include/asm/ |
D | atomic.h | 238 #define atomic_andnot atomic_andnot macro
|
/arch/s390/kvm/ |
D | vsie.c | 67 atomic_andnot(PROG_REQUEST, &vsie_page->scb_s.prog20); in prefix_mapped() 83 atomic_andnot(bits, &vsie_page->scb_s.cpuflags); in update_intervention_requests() 898 atomic_andnot(CPUSTAT_WAIT, &vcpu->arch.sie_block->cpuflags); in unregister_shadow_scb() 925 atomic_andnot(PROG_BLOCK_SIE, &scb_s->prog20); in vsie_run()
|
D | kvm-s390.c | 1851 atomic_andnot(CPUSTAT_RUNNING, &vcpu->arch.sie_block->cpuflags); in kvm_arch_vcpu_put() 2067 atomic_andnot(PROG_BLOCK_SIE, &vcpu->arch.sie_block->prog20); in kvm_s390_vcpu_unblock() 2078 atomic_andnot(PROG_REQUEST, &vcpu->arch.sie_block->prog20); in kvm_s390_vcpu_request_handled() 2339 atomic_andnot(CPUSTAT_P, &vcpu->arch.sie_block->cpuflags); in kvm_arch_vcpu_ioctl_set_guest_debug() 2346 atomic_andnot(CPUSTAT_P, &vcpu->arch.sie_block->cpuflags); in kvm_arch_vcpu_ioctl_set_guest_debug() 2432 atomic_andnot(CPUSTAT_IBS, in kvm_s390_handle_requests() 2955 atomic_andnot(CPUSTAT_STOPPED, &vcpu->arch.sie_block->cpuflags); in kvm_s390_vcpu_start()
|
D | interrupt.c | 118 atomic_andnot(CPUSTAT_ECALL_PEND, li->cpuflags); in sca_clear_ext_call() 275 atomic_andnot(CPUSTAT_WAIT, &vcpu->arch.sie_block->cpuflags); in __unset_cpu_idle() 281 atomic_andnot(CPUSTAT_IO_INT | CPUSTAT_EXT_INT | CPUSTAT_STOP_INT, in __reset_intercept_indicators()
|
/arch/s390/kernel/ |
D | time.c | 359 atomic_andnot(0x80000000, sw_ptr); in disable_sync_clock()
|