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

/linux-master/arch/x86/boot/
H A Dbitops.h34 #define test_bit(nr,addr) \ macro
/linux-master/drivers/ras/amd/atl/
H A Ddehash.c360 bool hashed_bit, intlv_bit, test_bit; local
[all...]
/linux-master/tools/include/linux/
H A Dbitops.h42 #define test_bit(nr, addr) bitop(_test_bit, nr, addr) macro
/linux-master/include/linux/
H A Dbitops.h61 #define test_bit(nr, addr) bitop(_test_bit, nr, addr) macro
82 __check_bitop_pr(test_bit); variable
/linux-master/scripts/gdb/linux/
H A Dmm.py16 def test_bit(nr, addr): function
/linux-master/tools/testing/selftests/iommu/
H A Diommufd_utils.h33 static inline bool test_bit(unsigned int nr, unsigned long *addr) function
/linux-master/tools/testing/selftests/kvm/aarch64/
H A Dvpmu_counter_access.c216 uint64_t pmcr_n, test_bit = BIT(pmc_idx); local
/linux-master/drivers/md/
H A Draid5.c285 WARN_ON(test_bit(R5_InJournal, &sh->dev[sh->pd_idx].flags)); variable
[all...]
H A Ddm-integrity.c3564 int test_bit; local
3584 int test_bit; local
[all...]

Completed in 655 milliseconds