Home
last modified time | relevance | path

Searched defs:test_bit (Results 1 – 8 of 8) sorted by last modified time

/linux/tools/include/linux/
H A Dbitops.h44 #define test_bit(nr, addr) bitop(_test_bit, nr, addr) macro
/linux/include/linux/
H A Dbitops.h63 #define test_bit(nr, addr) bitop(_test_bit, nr, addr) macro
/linux/drivers/md/
H A Ddm-integrity.c3564 int test_bit; in get_provided_data_sectors() local
3584 int test_bit; in initialize_superblock() local
/linux/tools/testing/selftests/kvm/aarch64/
H A Dvpmu_counter_access.c216 uint64_t pmcr_n, test_bit = BIT(pmc_idx); in test_bitmap_pmu_regs() local
/linux/scripts/gdb/linux/
H A Dmm.py16 def test_bit(nr, addr): function
/linux/drivers/ras/amd/atl/
H A Ddehash.c360 bool hashed_bit, intlv_bit, test_bit; in mi300_dehash_addr() local
/linux/tools/testing/selftests/iommu/
H A Diommufd_utils.h33 static inline bool test_bit(unsigned int nr, unsigned long *addr) in test_bit() function
/linux/arch/x86/boot/
H A Dbitops.h34 #define test_bit(nr,addr) \ macro