Searched refs:_PAGE_SIZE (Results 1 - 20 of 20) sorted by relevance
/kernel/linux/linux-5.10/arch/hexagon/kernel/ |
H A D | vmlinux.lds.S | 24 #define PAGE_SIZE _PAGE_SIZE 36 . = ALIGN(_PAGE_SIZE); 60 BSS_SECTION(_PAGE_SIZE, _PAGE_SIZE, _PAGE_SIZE)
|
H A D | head.S | 218 .fill _PAGE_SIZE,1,0 223 .fill _PAGE_SIZE,1,0
|
H A D | asm-offsets.c | 27 DEFINE(_PAGE_SIZE, PAGE_SIZE); in main()
|
/kernel/linux/linux-6.6/arch/hexagon/kernel/ |
H A D | vmlinux.lds.S | 24 #define PAGE_SIZE _PAGE_SIZE 36 . = ALIGN(_PAGE_SIZE); 59 BSS_SECTION(_PAGE_SIZE, _PAGE_SIZE, _PAGE_SIZE)
|
H A D | head.S | 218 .fill _PAGE_SIZE,1,0 223 .fill _PAGE_SIZE,1,0
|
H A D | asm-offsets.c | 27 DEFINE(_PAGE_SIZE, PAGE_SIZE); in main()
|
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
H 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
|
/kernel/linux/linux-6.6/arch/s390/include/asm/ |
H 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
|
/kernel/linux/linux-5.10/arch/loongarch/kernel/ |
H A D | vmlinux.lds.S | 7 #define PAGE_SIZE _PAGE_SIZE
|
H A D | asm-offsets.c | 215 DEFINE(_PAGE_SIZE, PAGE_SIZE); in output_mm_defines()
|
/kernel/linux/linux-5.10/arch/mips/kernel/ |
H A D | vmlinux.lds.S | 5 #define PAGE_SIZE _PAGE_SIZE
|
H A D | asm-offsets.c | 215 DEFINE(_PAGE_SIZE, PAGE_SIZE); in output_mm_defines()
|
/kernel/linux/linux-6.6/arch/mips/kernel/ |
H A D | vmlinux.lds.S | 5 #define PAGE_SIZE _PAGE_SIZE
|
H A D | asm-offsets.c | 214 DEFINE(_PAGE_SIZE, PAGE_SIZE); in output_mm_defines()
|
/kernel/linux/linux-6.6/arch/loongarch/kernel/ |
H A D | vmlinux.lds.S | 6 #define PAGE_SIZE _PAGE_SIZE
|
H A D | asm-offsets.c | 210 DEFINE(_PAGE_SIZE, PAGE_SIZE); in output_mm_defines()
|
/kernel/linux/linux-5.10/arch/s390/mm/ |
H A D | pgalloc.c | 375 BASE_ADDR_END_FUNC(page, _PAGE_SIZE)
|
H A D | gmap.c | 1295 gmap_call_notifier(sg, raddr, raddr + _PAGE_SIZE - 1); in gmap_unshadow_page() 1313 for (i = 0; i < _PAGE_ENTRIES; i++, raddr += _PAGE_SIZE) in __gmap_unshadow_pgt()
|
/kernel/linux/linux-6.6/arch/s390/mm/ |
H A D | pgalloc.c | 515 BASE_ADDR_END_FUNC(page, _PAGE_SIZE)
|
H A D | gmap.c | 1318 gmap_call_notifier(sg, raddr, raddr + _PAGE_SIZE - 1); in gmap_unshadow_page() 1336 for (i = 0; i < _PAGE_ENTRIES; i++, raddr += _PAGE_SIZE) in __gmap_unshadow_pgt()
|
Completed in 15 milliseconds