Searched refs:PAGE_SIZE (Results 1 – 8 of 8) sorted by relevance
18 #undef PAGE_SIZE20 #define PAGE_SIZE (1 << PAGE_SHIFT) macro21 #define PAGE_MASK (~(PAGE_SIZE - 1))
14 #define PAGE_SIZE 4096 macro67 __loopi \ar, \at, PAGE_SIZE, 4 << (\line_width)
37 #define KERNEL_STACK_SIZE (2 * PAGE_SIZE)
23 #define KERNEL_STACK_SIZE PAGE_SIZE
197 if ((pre_addr & ~(PAGE_SIZE - 1)) == in handle_trap()198 (post_addr & ~(PAGE_SIZE - 1))) { in handle_trap()
106 reloc_addr = memalign(PAGE_SIZE, in fsl_layerscape_wake_seconday_cores()107 round_up(secondary_boot_code_size, PAGE_SIZE)); in fsl_layerscape_wake_seconday_cores()
78 #define PFN_UP(x) (unsigned long)(((x) + PAGE_SIZE - 1) >> PAGE_SHIFT)
174 for (i = 0; i < PAGE_SIZE / sizeof(u64); i++) { in __cmo_on_leaves()
Completed in 19 milliseconds