Searched refs:PAGE_OFFSET (Results 51 - 75 of 204) sorted by relevance

123456789

/linux-master/arch/hexagon/mm/
H A Dinit.c22 #define bootmem_startpg (PFN_UP(((unsigned long) _end) - PAGE_OFFSET + PHYS_OFFSET))
180 * VA=PA+PAGE_OFFSET mapping. We go in and invalidate entries
185 segtable = segtable + (PAGE_OFFSET >> 22);
218 (unsigned long) _K_init_devicetable-PAGE_OFFSET);
219 *segtable = ((u32) (unsigned long) _K_init_devicetable-PAGE_OFFSET) |
/linux-master/arch/m68k/include/asm/
H A Dpage.h13 #define PAGE_OFFSET (PAGE_OFFSET_RAW) macro
H A Dmmu_context.h114 if (mmuar >= PAGE_OFFSET) {
140 pte = (mmuar >= PAGE_OFFSET) ? pte_offset_kernel(pmd, mmuar)
147 if (!pte_dirty(*pte) && mmuar <= PAGE_OFFSET)
164 if (pte && mmuar < PAGE_OFFSET)
/linux-master/arch/hexagon/kernel/
H A Dvmlinux.lds.S28 . = PAGE_OFFSET;
H A Dhead.S39 r1.h = #HI(PAGE_OFFSET);
40 r1.l = #LO(PAGE_OFFSET);
41 r24 = sub(r24,r1); /* swapper_pg_dir - PAGE_OFFSET */
94 /* PAGE_OFFSET >> (4MB shift - 4 bytes per entry shift) */
95 R1.H = #HI(PAGE_OFFSET >> (22 - 2))
96 R1.L = #LO(PAGE_OFFSET >> (22 - 2))
/linux-master/arch/hexagon/include/asm/
H A Dpage.h77 /* Needed for PAGE_OFFSET used in the macro right below */
85 #define __pa(x) ((unsigned long)(x) - PAGE_OFFSET + PHYS_OFFSET)
86 #define __va(x) ((void *)((unsigned long)(x) - PHYS_OFFSET + PAGE_OFFSET))
/linux-master/arch/powerpc/mm/nohash/
H A D8xx.c31 if (va >= PAGE_OFFSET && va < PAGE_OFFSET + block_mapped_ram)
125 unsigned long v = PAGE_OFFSET + offset;
139 flush_tlb_kernel_range(PAGE_OFFSET + v, PAGE_OFFSET + top);
/linux-master/arch/powerpc/kernel/
H A Dhead_8xx.S49 cmpli cr0, \scratch, PAGE_OFFSET@h
210 oris r10, r10, (swapper_pg_dir - PAGE_OFFSET)@ha
214 lwz r11, (swapper_pg_dir-PAGE_OFFSET)@l(r10) /* Get level 1 entry */
240 0: lwz r10, (itlb_miss_counter - PAGE_OFFSET)@l(0)
242 stw r10, (itlb_miss_counter - PAGE_OFFSET)@l(0)
261 oris r10, r10, (swapper_pg_dir - PAGE_OFFSET)@ha
264 lwz r11, (swapper_pg_dir-PAGE_OFFSET)@l(r10) /* Get level 1 entry */
299 0: lwz r10, (dtlb_miss_counter - PAGE_OFFSET)@l(0)
301 stw r10, (dtlb_miss_counter - PAGE_OFFSET)@l(0)
359 cmplwi cr1, r11, (.Ldtlbie - PAGE_OFFSET)
[all...]
/linux-master/arch/sparc/include/asm/
H A Dpage_64.h131 extern unsigned long PAGE_OFFSET;
146 #define __pa(x) ((unsigned long)(x) - PAGE_OFFSET)
147 #define __va(x) ((void *)((unsigned long) (x) + PAGE_OFFSET))
/linux-master/arch/parisc/include/asm/
H A Dpage.h133 #define PAGE_OFFSET ((unsigned long)__PAGE_OFFSET) macro
148 #define __pa(x) ((unsigned long)(x)-PAGE_OFFSET)
149 #define __va(x) ((void *)((unsigned long)(x)+PAGE_OFFSET))
/linux-master/arch/csky/mm/
H A Dcachev1.c54 unlikely(start < PAGE_OFFSET) ||
55 unlikely(start >= PAGE_OFFSET + LOWMEM_LIMIT)) {
/linux-master/arch/x86/kernel/
H A Ddoublefault_32.c14 #define ptr_ok(x) ((x) > PAGE_OFFSET && (x) < PAGE_OFFSET + MAXMEM)
/linux-master/arch/arm/kernel/
H A Dvmlinux-xip.lds.S110 . = PAGE_OFFSET + TEXT_OFFSET; /* location in memory */
112 #define LOAD_OFFSET (PAGE_OFFSET + TEXT_OFFSET - __data_loc)
/linux-master/arch/sparc/lib/
H A Dclear_page.S44 sethi %hi(PAGE_OFFSET), %g2
47 ldx [%g2 + %lo(PAGE_OFFSET)], %g2
/linux-master/arch/m68k/mm/
H A Dsun3mmu.c34 /* start_mem and end_mem have PAGE_OFFSET added already */
52 address = PAGE_OFFSET;
66 /* Map whole memory from PAGE_OFFSET (0x0E000000) */
67 pg_dir += PAGE_OFFSET >> PGDIR_SHIFT;
/linux-master/drivers/misc/lkdtm/
H A Dpowerpc.c72 unsigned long test_address = PAGE_OFFSET, *test_ptr;
/linux-master/arch/sh/kernel/
H A Dvmlinux.lds.S21 . = PAGE_OFFSET + MEMORY_OFFSET + PHYSICAL_OFFSET + CONFIG_ZERO_PAGE_OFFSET;
/linux-master/arch/x86/include/asm/
H A Dpage_64.h26 x = y + ((x > y) ? phys_base : (__START_KERNEL_map - PAGE_OFFSET));
H A Dkmsan.h76 x = y + (__START_KERNEL_map - PAGE_OFFSET);
78 /* carry flag will be set if starting x was >= PAGE_OFFSET */
H A Dpage.h58 #define __va(x) ((void *)((unsigned long)(x)+PAGE_OFFSET))
H A Dpage_types.h30 #define PAGE_OFFSET ((unsigned long)__PAGE_OFFSET) macro
/linux-master/arch/csky/include/asm/
H A Dprocessor.h29 #define TASK_SIZE (PAGE_OFFSET - (PAGE_SIZE * 8))
/linux-master/arch/arc/include/asm/
H A Dprocessor.h79 * PAGE_OFFSET ---------------- (Upper 2G, Untranslated) -----------------------
87 #define VMALLOC_START (PAGE_OFFSET - (CONFIG_ARC_KVADDR_SIZE << 20))
/linux-master/arch/sparc/power/
H A Dhibernate_asm.S57 /* Write PAGE_OFFSET to %g7 */
58 sethi %hi(PAGE_OFFSET), %g7
59 ldx [%g7 + %lo(PAGE_OFFSET)], %g7
/linux-master/arch/arm/mach-zynq/
H A Dcommon.c54 if (!__pa(PAGE_OFFSET))
55 memblock_reserve(__pa(PAGE_OFFSET), 0x80000);

Completed in 240 milliseconds

123456789