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