Home
last modified time | relevance | path

Searched refs:RF_PAGE_ALIGNED (Results 1 – 2 of 2) sorted by relevance

/netbsd/sys/dev/raidframe/
H A Drf_dagfuncs.c616 if (RF_PAGE_ALIGNED(src)) in rf_longword_bxor()
629 if (RF_PAGE_ALIGNED(src)) in rf_longword_bxor()
631 if (RF_PAGE_ALIGNED(dest)) in rf_longword_bxor()
672 if (RF_PAGE_ALIGNED(a)) {
677 if (RF_PAGE_ALIGNED(b)) {
682 if (RF_PAGE_ALIGNED(c)) {
746 if (RF_PAGE_ALIGNED(a)) {
753 if (RF_PAGE_ALIGNED(b)) {
777 if (RF_PAGE_ALIGNED(a)) {
784 if (RF_PAGE_ALIGNED(b)) {
[all …]
H A Drf_general.h82 #define RF_PAGE_ALIGNED(x) ((RF_UL(x) & RF_PGMASK) == 0) macro