Home
last modified time | relevance | path

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

/kvm-unit-tests/lib/x86/asm/
H A Dbitops.h28 static inline void __clear_bit(int bit, void *__addr) in __clear_bit()
36 static inline void __set_bit(int bit, void *__addr) in __set_bit()
44 static inline bool __test_and_clear_bit(int bit, void *__addr) in __test_and_clear_bit()
54 static inline bool __test_and_set_bit(int bit, void *__addr) in __test_and_set_bit()
64 static inline void clear_bit(int bit, void *__addr) in clear_bit()
72 static inline void set_bit(int bit, void *__addr) in set_bit()
80 static inline bool test_and_clear_bit(int bit, void *__addr) in test_and_clear_bit()
90 static inline bool test_and_set_bit(int bit, void *__addr) in test_and_set_bit()