Searched refs:_PAGE_SIZE (Results 1 – 11 of 11) sorted by relevance
/linux-6.1.9/arch/hexagon/kernel/ ! |
D | vmlinux.lds.S | 24 #define PAGE_SIZE _PAGE_SIZE 36 . = ALIGN(_PAGE_SIZE); 60 BSS_SECTION(_PAGE_SIZE, _PAGE_SIZE, _PAGE_SIZE)
|
D | head.S | 218 .fill _PAGE_SIZE,1,0 223 .fill _PAGE_SIZE,1,0
|
D | asm-offsets.c | 27 DEFINE(_PAGE_SIZE, PAGE_SIZE); in main()
|
/linux-6.1.9/arch/s390/include/asm/ ! |
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-6.1.9/arch/loongarch/kernel/ ! |
D | vmlinux.lds.S | 6 #define PAGE_SIZE _PAGE_SIZE
|
D | asm-offsets.c | 202 DEFINE(_PAGE_SIZE, PAGE_SIZE); in output_mm_defines()
|
/linux-6.1.9/arch/mips/power/ ! |
D | hibernate_asm.S | 36 PTR_ADDU t3, t1, _PAGE_SIZE
|
/linux-6.1.9/arch/mips/kernel/ ! |
D | vmlinux.lds.S | 5 #define PAGE_SIZE _PAGE_SIZE
|
D | asm-offsets.c | 208 DEFINE(_PAGE_SIZE, PAGE_SIZE); in output_mm_defines()
|
/linux-6.1.9/arch/s390/mm/ ! |
D | pgalloc.c | 472 BASE_ADDR_END_FUNC(page, _PAGE_SIZE) in BASE_ADDR_END_FUNC() argument
|
D | gmap.c | 1307 gmap_call_notifier(sg, raddr, raddr + _PAGE_SIZE - 1); in gmap_unshadow_page() 1325 for (i = 0; i < _PAGE_ENTRIES; i++, raddr += _PAGE_SIZE) in __gmap_unshadow_pgt()
|