Home
last modified time | relevance | path

Searched refs:CC_SET (Results 1 – 12 of 12) sorted by relevance

/Linux-v4.19/arch/x86/include/asm/
Darchrandom.h49 CC_SET(c) in rdrand_long()
63 CC_SET(c) in rdrand_int()
75 CC_SET(c) in rdseed_long()
84 CC_SET(c) in rdseed_int()
Dbitops.h147 CC_SET(s) in clear_bit_unlock_is_negative_byte()
251 CC_SET(c) in __test_and_set_bit()
292 CC_SET(c) in __test_and_clear_bit()
304 CC_SET(c) in __test_and_change_bit()
336 CC_SET(c) in variable_test_bit()
Dcmpxchg.h169 CC_SET(z) \
181 CC_SET(z) \
193 CC_SET(z) \
205 CC_SET(z) \
Dasm.h113 # define CC_SET(c) "\n\t/* output condition code " #c "*/\n" macro
116 # define CC_SET(c) "\n\tset" #c " %[_cc_" #c "]\n" macro
Drmwcc.h31 asm volatile (fullop CC_SET(cc) \
Dsignal.h91 asm("btl %2,%1" CC_SET(c) in __gen_sigismember()
Drwsem.h171 CC_SET(e) in __down_write_trylock()
Dpercpu.h454 CC_SET(z) \
531 CC_SET(c) in x86_this_cpu_variable_test_bit()
/Linux-v4.19/arch/x86/boot/
Dbitops.h32 asm("btl %2,%1" CC_SET(c) : CC_OUT(c) (v) : "m" (*p), "Ir" (nr)); in variable_test_bit()
Dboot.h183 asm volatile("fs; repe; cmpsb" CC_SET(nz) in memcmp_fs()
190 asm volatile("gs; repe; cmpsb" CC_SET(nz) in memcmp_gs()
Dstring.c32 asm("repe; cmpsb" CC_SET(nz) in memcmp()
/Linux-v4.19/arch/x86/kvm/
Dvmx.c2089 asm volatile (__ex(ASM_VMX_INVVPID) CC_SET(na) in __invvpid()
2102 asm volatile (__ex(ASM_VMX_INVEPT) CC_SET(na) in __invept()
2123 asm volatile (__ex(ASM_VMX_VMCLEAR_RAX) CC_SET(na) in vmcs_clear()
2148 asm volatile (__ex(ASM_VMX_VMPTRLD_RAX) CC_SET(na) in vmcs_load()
2378 asm volatile (__ex(ASM_VMX_VMWRITE_RAX_RDX) CC_SET(na) in __vmcs_writel()