Searched refs:_PAGE_SIZE (Results 1 – 9 of 9) sorted by relevance
/linux/arch/hexagon/kernel/ |
A D | vmlinux.lds.S | 24 #define PAGE_SIZE _PAGE_SIZE 36 . = ALIGN(_PAGE_SIZE); 60 BSS_SECTION(_PAGE_SIZE, _PAGE_SIZE, _PAGE_SIZE)
|
A D | head.S | 218 .fill _PAGE_SIZE,1,0 223 .fill _PAGE_SIZE,1,0
|
A D | asm-offsets.c | 27 DEFINE(_PAGE_SIZE, PAGE_SIZE); in main()
|
/linux/arch/s390/include/asm/ |
A D | page.h | 15 #define _PAGE_SIZE (_AC(1, UL) << _PAGE_SHIFT) macro 16 #define _PAGE_MASK (~(_PAGE_SIZE - 1)) 20 #define PAGE_SIZE _PAGE_SIZE
|
/linux/arch/mips/power/ |
A D | hibernate_asm.S | 36 PTR_ADDU t3, t1, _PAGE_SIZE
|
/linux/arch/mips/kernel/ |
A D | vmlinux.lds.S | 5 #define PAGE_SIZE _PAGE_SIZE
|
A D | asm-offsets.c | 213 DEFINE(_PAGE_SIZE, PAGE_SIZE); in output_mm_defines()
|
/linux/arch/s390/mm/ |
A D | pgalloc.c | 364 BASE_ADDR_END_FUNC(page, _PAGE_SIZE) in BASE_ADDR_END_FUNC() argument
|
A D | gmap.c | 1300 gmap_call_notifier(sg, raddr, raddr + _PAGE_SIZE - 1); in gmap_unshadow_page() 1318 for (i = 0; i < _PAGE_ENTRIES; i++, raddr += _PAGE_SIZE) in __gmap_unshadow_pgt()
|
Completed in 30 milliseconds