Searched refs:PAGE_OFFSET (Results 126 - 150 of 204) sorted by relevance

123456789

/linux-master/arch/sparc/mm/
H A Dultra.S194 sethi %hi(PAGE_OFFSET), %g1
197 ldx [%g1 + %lo(PAGE_OFFSET)], %g1
219 sethi %hi(PAGE_OFFSET), %g1
220 ldx [%g1 + %lo(PAGE_OFFSET)], %g1
362 sethi %hi(PAGE_OFFSET), %g1
363 ldx [%g1 + %lo(PAGE_OFFSET)], %g1
/linux-master/arch/arm/mach-omap2/
H A Dsleep43xx.S442 .word PAGE_OFFSET
486 .word cpu_resume - PAGE_OFFSET + 0x80000000
H A Domap-smp.c295 if ((addr >= __pa(PAGE_OFFSET)) && (addr <= __pa(__bss_start)))
H A Dsleep33xx.S255 .word cpu_resume - PAGE_OFFSET + 0x80000000
H A Dboard-generic.c111 const struct tag *tags = (const struct tag *)(PAGE_OFFSET + 0x100);
/linux-master/arch/sparc/lib/
H A Dcopy_page.S52 sethi %hi(PAGE_OFFSET), %g2
55 ldx [%g2 + %lo(PAGE_OFFSET)], %g2
/linux-master/arch/x86/mm/
H A Dkasan_init_64.c377 kasan_mem_to_shadow((void *)PAGE_OFFSET));
392 kasan_mem_to_shadow((void *)PAGE_OFFSET + MAXMEM),
/linux-master/arch/arm64/kernel/
H A Dhead.S40 #if (PAGE_OFFSET & 0x1fffff) != 0
41 #error PAGE_OFFSET must be at least 2MB aligned
H A Dhibernate.c418 rc = trans_pgd_create_copy(&trans_info, &tmp_pg_dir, PAGE_OFFSET,
H A Dmachine_kexec.c135 rc = trans_pgd_create_copy(&info, &trans_pgd, PAGE_OFFSET, PAGE_END);
/linux-master/arch/openrisc/kernel/
H A Dtraps.c120 if (esp < PAGE_OFFSET)
137 if (regs->pc < PAGE_OFFSET)
/linux-master/arch/sparc/kernel/
H A Dwuf.S249 sethi %hi(PAGE_OFFSET), %l5
H A Dsun4d_smp.c82 while ((unsigned long)current_set[cpuid] < PAGE_OFFSET)
/linux-master/arch/arm/lib/
H A Dbacktrace.S107 cmpls sv_fp, #PAGE_OFFSET
/linux-master/arch/arm/mach-footbridge/
H A Ddc21285.c300 mem_size = (unsigned int)high_memory - PAGE_OFFSET;
/linux-master/drivers/misc/cxl/
H A Dvphb.c42 dev->dev.archdata.dma_offset = PAGE_OFFSET;
/linux-master/arch/alpha/boot/
H A Dbootpz.c88 kaddr = (find_pa(vaddr) | PAGE_OFFSET);
/linux-master/arch/sh/kernel/
H A Dhead_32.S102 * our address space and the initial mappings may not map PAGE_OFFSET
357 .LFIRST_ADDR_ENTRY: .long PAGE_OFFSET | PMB_V
/linux-master/arch/m68k/include/asm/
H A Dmotorola_pgtable.h138 #define pud_page(pud) (mem_map + ((unsigned long)(__va(pud_val(pud)) - PAGE_OFFSET) >> PAGE_SHIFT))
/linux-master/arch/arm/kernel/
H A Datags_parse.c201 tags = (void *)(PAGE_OFFSET + mdesc->atag_offset);
H A Dphys2virt.S23 * PHYS_OFFSET and PAGE_OFFSET, which is assumed to be
36 subs r3, r8, #PAGE_OFFSET @ PHYS_OFFSET - PAGE_OFFSET
/linux-master/arch/s390/include/asm/
H A Dpage.h209 #define PAGE_OFFSET __PAGE_OFFSET macro
/linux-master/arch/x86/include/asm/
H A Dio.h233 * to PAGE_OFFSET is pure coincidence - it does not mean ISA values
238 #define __ISA_IO_base ((char __iomem *)(PAGE_OFFSET))
/linux-master/arch/xtensa/mm/
H A Dtlb.c153 if (end > start && start >= TASK_SIZE && end <= PAGE_OFFSET &&
/linux-master/arch/arm/include/asm/
H A Dpgtable-3level.h52 #define USER_PTRS_PER_PGD (PAGE_OFFSET / PGDIR_SIZE)

Completed in 289 milliseconds

123456789