Home
last modified time | relevance | path

Searched defs:word (Results 1 – 6 of 6) sorted by relevance

/kvm-unit-tests/lib/arm/
H A Dbitops.c16 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 Dbitops.c9 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 Dbitops.h20 #define ATOMIC_BITOP(insn, mask, word) \ argument
34 #define ATOMIC_TESTOP(insn, mask, word, old) \ argument
/kvm-unit-tests/lib/arm64/asm/
H A Dbitops.h20 #define ATOMIC_BITOP(insn, mask, word) \ argument
33 #define ATOMIC_TESTOP(insn, mask, word, old) \ argument
/kvm-unit-tests/lib/
H A Dbitops.h43 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 Dvmx_tests.c297 unsigned int word = msr / BITS_PER_LONG; in disable_intercept_for_x2apic_msrs() local