Searched defs:word (Results 1 – 6 of 6) sorted by relevance
/kvm-unit-tests/lib/arm/ |
H A D | bitops.c | 16 volatile unsigned long *word = addr + BIT_WORD(nr); in set_bit() local 28 volatile unsigned long *word = addr + BIT_WORD(nr); in clear_bit() local 40 const volatile unsigned long *word = addr + BIT_WORD(nr); in test_bit() local 48 volatile unsigned long *word = addr + BIT_WORD(nr); in test_and_set_bit() local 67 volatile unsigned long *word = addr + BIT_WORD(nr); in test_and_clear_bit() local
|
/kvm-unit-tests/lib/riscv/ |
H A D | bitops.c | 9 volatile unsigned long *word = addr + BIT_WORD(nr); in set_bit() local 17 volatile unsigned long *word = addr + BIT_WORD(nr); in clear_bit() local 25 const volatile unsigned long *word = addr + BIT_WORD(nr); in test_bit() local 33 volatile unsigned long *word = addr + BIT_WORD(nr); in test_and_set_bit() local 42 volatile unsigned long *word = addr + BIT_WORD(nr); in test_and_clear_bit() local
|
/kvm-unit-tests/lib/arm/asm/ |
H A D | bitops.h | 20 #define ATOMIC_BITOP(insn, mask, word) \ argument 34 #define ATOMIC_TESTOP(insn, mask, word, old) \ argument
|
/kvm-unit-tests/lib/arm64/asm/ |
H A D | bitops.h | 20 #define ATOMIC_BITOP(insn, mask, word) \ argument 33 #define ATOMIC_TESTOP(insn, mask, word, old) \ argument
|
/kvm-unit-tests/lib/ |
H A D | bitops.h | 43 static inline unsigned long fls(unsigned long word) in fls() 74 static inline unsigned long fls(unsigned long word) in fls()
|
/kvm-unit-tests/x86/ |
H A D | vmx_tests.c | 297 unsigned int word = msr / BITS_PER_LONG; in disable_intercept_for_x2apic_msrs() local
|