Searched defs:test_bit (Results 1 – 7 of 7) sorted by relevance
| /linux/arch/x86/boot/ |
| H A D | bitops.h | 34 #define test_bit(nr,addr) \ macro
|
| /linux/drivers/ras/amd/atl/ |
| H A D | dehash.c | 320 bool hashed_bit, intlv_bit, test_bit; in mi300_dehash_addr() local
|
| /linux/tools/include/linux/ |
| H A D | bitops.h | 44 #define test_bit(nr, addr) bitop(_test_bit, nr, addr) macro
|
| /linux/tools/testing/selftests/kvm/arm64/ |
| H A D | vpmu_counter_access.c | 210 u64 pmcr_n, test_bit = BIT(pmc_idx); in test_bitmap_pmu_regs() local
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | uprobe_multi_test.c | 831 static bool test_bit(int bit, unsigned long val) in test_bit() function
|
| /linux/scripts/gdb/linux/ |
| H A D | mm.py | 16 def test_bit(nr, addr): function
|
| /linux/tools/testing/selftests/iommu/ |
| H A D | iommufd_utils.h | 42 static inline bool test_bit(unsigned int nr, unsigned long *addr) in test_bit() function
|