Home
last modified time | relevance | path

Searched refs:_PAGE_SIZE (Results 1 – 9 of 9) sorted by relevance

/arch/hexagon/kernel/
Dvmlinux.lds.S24 #define PAGE_SIZE _PAGE_SIZE
36 . = ALIGN(_PAGE_SIZE);
59 BSS_SECTION(_PAGE_SIZE, _PAGE_SIZE, _PAGE_SIZE)
Dhead.S218 .fill _PAGE_SIZE,1,0
223 .fill _PAGE_SIZE,1,0
Dasm-offsets.c27 DEFINE(_PAGE_SIZE, PAGE_SIZE); in main()
/arch/s390/include/asm/
Dpage.h15 #define _PAGE_SIZE (_AC(1, UL) << _PAGE_SHIFT) macro
16 #define _PAGE_MASK (~(_PAGE_SIZE - 1))
20 #define PAGE_SIZE _PAGE_SIZE
/arch/mips/power/
Dhibernate_asm.S36 PTR_ADDU t3, t1, _PAGE_SIZE
/arch/mips/kernel/
Dvmlinux.lds.S5 #define PAGE_SIZE _PAGE_SIZE
Dasm-offsets.c215 DEFINE(_PAGE_SIZE, PAGE_SIZE); in output_mm_defines()
/arch/s390/mm/
Dpgalloc.c377 BASE_ADDR_END_FUNC(page, _PAGE_SIZE) in BASE_ADDR_END_FUNC() argument
546 base_region1_walk(table, 0, -_PAGE_SIZE, 0); in base_asce_free()
Dgmap.c1295 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()