Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/boot/
H A Dbitops.h34 #define test_bit(nr,addr) \ macro
/linux-6.15/drivers/ras/amd/atl/
H A Ddehash.c320 bool hashed_bit, intlv_bit, test_bit; in mi300_dehash_addr() local
/linux-6.15/tools/include/linux/
H A Dbitops.h44 #define test_bit(nr, addr) bitop(_test_bit, nr, addr) macro
/linux-6.15/include/linux/
H A Dbitops.h61 #define test_bit(nr, addr) bitop(_test_bit, nr, addr) macro
/linux-6.15/tools/testing/selftests/kvm/arm64/
H A Dvpmu_counter_access.c216 uint64_t pmcr_n, test_bit = BIT(pmc_idx); in test_bitmap_pmu_regs() local
/linux-6.15/scripts/gdb/linux/
H A Dmm.py16 def test_bit(nr, addr): function
/linux-6.15/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-6.15/drivers/md/
H A Ddm-integrity.c3989 int test_bit; in get_provided_data_sectors() local
4009 int test_bit; in initialize_superblock() local
/linux-6.15/tools/testing/selftests/iommu/
H A Diommufd_utils.h42 static inline bool test_bit(unsigned int nr, unsigned long *addr) in test_bit() function