Home
last modified time | relevance | path

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

/Linux-v6.6/arch/x86/include/asm/
Dbitops.h102 CC_SET(s) in arch_clear_bit_unlock_is_negative_byte()
153 CC_SET(c) in arch___test_and_set_bit()
179 CC_SET(c) in arch___test_and_clear_bit()
191 CC_SET(c) in arch___test_and_change_bit()
215 CC_SET(nz) in constant_test_bit_acquire()
229 CC_SET(c) in variable_test_bit()
Dcmpxchg.h169 CC_SET(z) \
181 CC_SET(z) \
193 CC_SET(z) \
205 CC_SET(z) \
Darchrandom.h26 CC_SET(c) in rdrand_long()
38 CC_SET(c) in rdseed_long()
Dasm.h121 # define CC_SET(c) "\n\t/* output condition code " #c "*/\n" macro
124 # define CC_SET(c) "\n\tset" #c " %[_cc_" #c "]\n" macro
Dsignal.h86 asm("btl %2,%1" CC_SET(c) in __gen_sigismember()
Drmwcc.h32 asm volatile (fullop CC_SET(cc) \
Dcmpxchg_32.h53 CC_SET(z) in __try_cmpxchg64()
Dcmpxchg_64.h63 CC_SET(e) \
Dspecial_insns.h279 CC_SET(z) in enqcmds()
Dsev.h188 CC_SET(c) in pvalidate()
Duaccess.h420 CC_SET(z) \
Dpercpu.h397 CC_SET(c) in x86_this_cpu_variable_test_bit()
/Linux-v6.6/tools/arch/x86/include/asm/
Dasm.h116 # define CC_SET(c) "\n\t/* output condition code " #c "*/\n" macro
119 # define CC_SET(c) "\n\tset" #c " %[_cc_" #c "]\n" macro
/Linux-v6.6/arch/x86/boot/
Dbitops.h30 asm("btl %2,%1" CC_SET(c) : CC_OUT(c) (v) : "m" (*p), "Ir" (nr)); in variable_test_bit()
Dboot.h158 asm volatile("fs; repe; cmpsb" CC_SET(nz) in memcmp_fs()
165 asm volatile("gs; repe; cmpsb" CC_SET(nz) in memcmp_gs()
Dstring.c35 asm("repe; cmpsb" CC_SET(nz) in memcmp()