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