Searched refs:HW_PAGE_SIZE (Results 1 – 2 of 2) sorted by relevance
21 #define HW_PAGE_SIZE (ASM_CONST(1) << HW_PAGE_SHIFT) macro22 #define HW_PAGE_MASK (~(HW_PAGE_SIZE-1))
65 #define HW_PAGE_SIZE PAGE_SIZE macro646 for (i=hpage_offset; i < hpage_offset + (HW_PAGE_SIZE / 4); i++) in kvmppc_patch_dcbz()