Searched defs:test_bit (Results 1 – 9 of 9) sorted by relevance
/linux-6.12.1/arch/x86/boot/ |
D | bitops.h | 34 #define test_bit(nr,addr) \ macro
|
/linux-6.12.1/drivers/ras/amd/atl/ |
D | dehash.c | 320 bool hashed_bit, intlv_bit, test_bit; in mi300_dehash_addr() local
|
/linux-6.12.1/tools/include/linux/ |
D | bitops.h | 44 #define test_bit(nr, addr) bitop(_test_bit, nr, addr) macro
|
/linux-6.12.1/include/linux/ |
D | bitops.h | 61 #define test_bit(nr, addr) bitop(_test_bit, nr, addr) macro
|
/linux-6.12.1/tools/testing/selftests/kvm/aarch64/ |
D | vpmu_counter_access.c | 216 uint64_t pmcr_n, test_bit = BIT(pmc_idx); in test_bitmap_pmu_regs() local
|
/linux-6.12.1/tools/testing/selftests/bpf/prog_tests/ |
D | uprobe_multi_test.c | 812 static bool test_bit(int bit, unsigned long val) in test_bit() function
|
/linux-6.12.1/scripts/gdb/linux/ |
D | mm.py | 16 def test_bit(nr, addr): function
|
/linux-6.12.1/tools/testing/selftests/iommu/ |
D | iommufd_utils.h | 35 static inline bool test_bit(unsigned int nr, unsigned long *addr) in test_bit() function
|
/linux-6.12.1/drivers/md/ |
D | dm-integrity.c | 3987 int test_bit; in get_provided_data_sectors() local 4007 int test_bit; in initialize_superblock() local
|