Searched refs:PAGE_OFFSET (Results 176 - 200 of 204) sorted by relevance

123456789

/linux-master/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h198 #define MODULES_END ALIGN_DOWN(PAGE_OFFSET, SZ_256M)
/linux-master/arch/arm/mm/
H A Ddump.c27 { PAGE_OFFSET, "Kernel Mapping" },
/linux-master/arch/x86/kernel/cpu/microcode/
H A Dcore.c200 start += PAGE_OFFSET;
/linux-master/arch/parisc/kernel/
H A Dasm-offsets.c266 DEFINE(ASM_PMD_ENTRY, ((PAGE_OFFSET & PMD_MASK) >> PMD_SHIFT));
267 DEFINE(ASM_PGD_ENTRY, PAGE_OFFSET >> PGDIR_SHIFT);
/linux-master/arch/powerpc/include/asm/
H A Dppc_asm.h570 #define tophys(rd, rs) addis rd, rs, -PAGE_OFFSET@h
571 #define tovirt(rd, rs) addis rd, rs, PAGE_OFFSET@h
/linux-master/tools/testing/selftests/powerpc/primitives/asm/
H A Dppc_asm.h570 #define tophys(rd, rs) addis rd, rs, -PAGE_OFFSET@h
571 #define tovirt(rd, rs) addis rd, rs, PAGE_OFFSET@h
/linux-master/arch/x86/kernel/
H A Dsetup.c269 initrd_start = relocated_ramdisk + PAGE_OFFSET;
315 initrd_start = ramdisk_image + PAGE_OFFSET;
/linux-master/arch/powerpc/kernel/
H A Dexceptions-64e.S1084 * the new mapping at PAGE_OFFSET.
1231 LOAD_REG_IMMEDIATE(r6, PAGE_OFFSET | MAS2_M_IF_NEEDED)
1301 LOAD_REG_IMMEDIATE(r3, PAGE_OFFSET | MAS2_M)
1324 1: /* We are now running at PAGE_OFFSET, clean the TLB of everything
1407 * text, data and bss at PAGE_OFFSET. We don't have a real mode
1464 * function at either the final PAGE_OFFSET mapping or using a
1476 lis r3,PAGE_OFFSET@highest
/linux-master/include/linux/
H A Dkvm_host.h136 * architectures with KVM_HVA_ERR_BAD other than PAGE_OFFSET (e.g. s390)
141 #define KVM_HVA_ERR_BAD (PAGE_OFFSET)
142 #define KVM_HVA_ERR_RO_BAD (PAGE_OFFSET + PAGE_SIZE)
146 return addr >= PAGE_OFFSET;
/linux-master/drivers/pci/controller/
H A Dpci-ixp4xx.c573 addr = __pa(PAGE_OFFSET);
/linux-master/arch/arc/mm/
H A Dcache.c803 if (likely(kstart > PAGE_OFFSET)) {
/linux-master/arch/powerpc/platforms/powermac/
H A Dsmp.c800 unsigned int *vector = (unsigned int *)(PAGE_OFFSET+0x100);
/linux-master/mm/
H A Dhighmem.c601 * PAGE_OFFSET. Warn for all other addresses which are in
605 WARN_ON_ONCE(addr < PAGE_OFFSET);
/linux-master/arch/mips/kernel/
H A Dsetup.c171 if (initrd_start < PAGE_OFFSET) {
172 pr_err("initrd start < PAGE_OFFSET\n");
/linux-master/arch/arc/kernel/
H A Dsetup.c437 if (addr < PAGE_OFFSET)
/linux-master/drivers/atm/
H A Dfore200e.h595 #define FORE200E_HDL2BUF(handle) ((struct buffer*)(((u64)(handle)) | PAGE_OFFSET))
/linux-master/arch/arm/kernel/
H A Dtraps.c126 if (sp < PAGE_OFFSET ||
/linux-master/arch/arm64/kvm/
H A Dmmu.c1871 kern_hyp_va(PAGE_OFFSET),
1874 if (hyp_idmap_start >= kern_hyp_va(PAGE_OFFSET) &&
/linux-master/arch/m68k/kernel/
H A Dhead.S905 addl #PAGE_OFFSET,%a1
932 mmu_map #PAGE_OFFSET,%pc@(L(phys_kernel_start)),%d1,\
1293 subl #PAGE_OFFSET,%d0
1412 subl #PAGE_OFFSET,%d0
2519 subl #PAGE_OFFSET,%d2
/linux-master/arch/xtensa/kernel/
H A Dentry.S1656 * pteval = ((pmdval - PAGE_OFFSET + PHYS_OFFSET) & PAGE_MASK)
1660 movi a1, (PHYS_OFFSET - PAGE_OFFSET) & 0xffffffff
1661 add a0, a0, a1 # pmdval - PAGE_OFFSET
/linux-master/drivers/of/
H A Dfdt.c1101 #define MIN_MEMBLOCK_ADDR __pa(PAGE_OFFSET)
/linux-master/arch/x86/events/
H A Dperf_event.h1210 return ip > PAGE_OFFSET;
/linux-master/arch/sparc/kernel/
H A Dtraps_64.c948 flushi(PAGE_OFFSET);
1465 unsigned long vaddr = PAGE_OFFSET + paddr;
/linux-master/arch/powerpc/mm/book3s64/
H A Dradix_pgtable.c237 for (start = PAGE_OFFSET; start < (unsigned long)_stext; start += PAGE_SIZE) {
/linux-master/arch/powerpc/net/
H A Dbpf_jit_comp64.c948 PPC_LI64(tmp2_reg, PAGE_OFFSET);

Completed in 597 milliseconds

123456789