Home
last modified time | relevance | path

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

/linux/arch/x86/boot/
H A Dbitops.h34 #define test_bit(nr,addr) \ macro
/linux/drivers/ras/amd/atl/
H A Ddehash.c320 bool hashed_bit, intlv_bit, test_bit; in mi300_dehash_addr() local
/linux/tools/include/linux/
H A Dbitops.h44 #define test_bit(nr, addr) bitop(_test_bit, nr, addr) macro
/linux/scripts/gdb/linux/
H A Dmm.py16 def test_bit(nr, addr): function
/linux/tools/testing/selftests/bpf/prog_tests/
H A Duprobe_multi_test.c827 static bool test_bit(int bit, unsigned long val) in test_bit() function
/linux/drivers/md/
H A Ddm-integrity.c3986 int test_bit; in get_provided_data_sectors() local
4006 int test_bit; in initialize_superblock() local
/linux/tools/testing/selftests/iommu/
H A Diommufd_utils.h42 static inline bool test_bit(unsigned int nr, unsigned long *addr) in test_bit() function