Searched refs:_PAGE_CHANGED (Results 1 - 4 of 4) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-s390/
H A Dpgtable.h171 #define _PAGE_CHANGED 0x02 /* HW changed bit */ macro
286 return skey & _PAGE_CHANGED;
392 if ((skey & _PAGE_CHANGED) == 0)
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-s390x/
H A Dpgtable.h185 #define _PAGE_CHANGED 0x02 /* HW changed bit */ macro
323 return skey & _PAGE_CHANGED;
450 if ((skey & _PAGE_CHANGED) == 0)
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-s390/
H A Dpgtable.h171 #define _PAGE_CHANGED 0x02 /* HW changed bit */ macro
286 return skey & _PAGE_CHANGED;
392 if ((skey & _PAGE_CHANGED) == 0)
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-s390x/
H A Dpgtable.h185 #define _PAGE_CHANGED 0x02 /* HW changed bit */ macro
323 return skey & _PAGE_CHANGED;
450 if ((skey & _PAGE_CHANGED) == 0)

Completed in 95 milliseconds