Home
last modified time | relevance | path

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

/openbsd/sys/dev/pv/
H A Dxenvar.h35 test_bit(u_int b, volatile void *p) in test_bit() function
H A Dhypervvar.h178 test_bit(u_int b, volatile void *p) in test_bit() function
/openbsd/sys/dev/pci/drm/include/linux/
H A Datomic.h289 test_bit(u_int b, const volatile void *p) in test_bit() function
/openbsd/sys/dev/pci/
H A Dif_qwx_pci.c90 #define test_bit(i, a) ((a) & (1 << (i))) macro
H A Dif_qwz_pci.c90 #define test_bit(i, a) ((a) & (1 << (i))) macro
/openbsd/sys/dev/ic/
H A Dqwz.c101 #define test_bit(i, a) ((a) & (1 << (i))) macro
H A Dqwx.c101 #define test_bit(i, a) ((a) & (1 << (i))) macro