Searched refs:PAGE_OFFSET (Results 76 - 100 of 204) sorted by relevance

123456789

/linux-master/arch/mips/include/asm/
H A Ddma.h89 #define MAX_DMA_ADDRESS PAGE_OFFSET
91 #define MAX_DMA_ADDRESS (PAGE_OFFSET + 0x01000000)
H A Dpage.h182 return x - PAGE_OFFSET + PHYS_OFFSET;
185 #define __va(x) ((void *)((unsigned long)(x) + PAGE_OFFSET - PHYS_OFFSET))
/linux-master/arch/xtensa/mm/
H A Dinit.c152 PAGE_OFFSET, PAGE_OFFSET +
/linux-master/arch/powerpc/include/asm/nohash/32/
H A Dmmu-8xx.h173 #define MODULES_VADDR (PAGE_OFFSET - SZ_256M)
174 #define MODULES_END PAGE_OFFSET
/linux-master/arch/um/include/asm/
H A Dpage.h93 #define PAGE_OFFSET (uml_physmem) macro
94 #define KERNELBASE PAGE_OFFSET
/linux-master/scripts/gdb/linux/
H A Dmm.py88 self.PAGE_OFFSET = self._PAGE_OFFSET(self.VA_BITS)
93 self.VMEMMAP_SIZE = ((self._PAGE_END(self.VA_BITS_MIN) - self.PAGE_OFFSET) >> self.VMEMMAP_SHIFT)
190 if (addr - self.PAGE_OFFSET) < (self.PAGE_END - self.PAGE_OFFSET):
195 return addr - self.PAGE_OFFSET + self.PHYS_OFFSET
223 return (pa - self.PHYS_OFFSET) | self.PAGE_OFFSET
269 return self.PAGE_OFFSET + (__idx * self.PAGE_SIZE)
275 __idx = int(self.kasan_reset_tag(va) - self.PAGE_OFFSET) // self.PAGE_SIZE
/linux-master/arch/csky/kernel/
H A Dvmlinux.lds.S23 . = PAGE_OFFSET + PHYS_OFFSET_OFFSET;
/linux-master/arch/m68k/include/asm/
H A Dmcf_pgalloc.h90 memset(new_pgd, 0, PAGE_OFFSET >> PGDIR_SHIFT);
/linux-master/arch/openrisc/include/asm/
H A Dpgtable.h91 #define VMALLOC_START (PAGE_OFFSET-0x04000000UL)
92 #define VMALLOC_END (PAGE_OFFSET)
332 #define pte_pagenr(pte) ((__pte_page(pte) - PAGE_OFFSET) >> PAGE_SHIFT)
336 #define __page_address(page) (PAGE_OFFSET + (((page) - mem_map) << PAGE_SHIFT))
/linux-master/arch/alpha/include/asm/
H A Dpgtable.h210 { pmd_val(*pmdp) = _PAGE_TABLE | ((((unsigned long) ptep) - PAGE_OFFSET) << (32-PAGE_SHIFT)); }
213 { pud_val(*pudp) = _PAGE_TABLE | ((((unsigned long) pmdp) - PAGE_OFFSET) << (32-PAGE_SHIFT)); }
219 return ((pmd_val(pmd) & _PFN_MASK) >> (32-PAGE_SHIFT)) + PAGE_OFFSET;
228 return (pmd_t *)(PAGE_OFFSET + ((pud_val(pgd) & _PFN_MASK) >> (32-PAGE_SHIFT)));
/linux-master/arch/powerpc/mm/
H A Dinit_32.c48 #if (CONFIG_LOWMEM_SIZE > (0xF0000000 - PAGE_OFFSET))
/linux-master/drivers/misc/lkdtm/
H A Dcfi.c69 ((__force __typeof__(addr))((uintptr_t)(addr) | PAGE_OFFSET))
/linux-master/arch/powerpc/mm/nohash/
H A De500.c226 unsigned long virt = PAGE_OFFSET;
240 return tlbcam_addrs[tlbcam_index - 1].limit - PAGE_OFFSET + 1;
325 virt_phys_offset = PAGE_OFFSET - memstart_addr;
353 * address is the same as what the PAGE_OFFSET map to now. If
354 * not we have to change the map of PAGE_OFFSET to memstart_addr
368 map_mem_in_cams_addr(start, PAGE_OFFSET + offset,
/linux-master/arch/arm/include/asm/
H A Dpgtable-3level-hwdef.h80 * TTBR0/TTBR1 split (PAGE_OFFSET):
85 * Only use this feature if PHYS_OFFSET <= PAGE_OFFSET, otherwise
97 #define TTBR1_SIZE (((PAGE_OFFSET >> 30) - 1) << 16)
/linux-master/arch/powerpc/kernel/
H A Dhead_32.h210 addis r1, r1, emergency_ctx-PAGE_OFFSET@ha
212 lis r1, emergency_ctx-PAGE_OFFSET@ha
214 lwz r1, emergency_ctx-PAGE_OFFSET@l(r1)
H A Dhead_44x.S80 * We could map the 256M page we belong to at PAGE_OFFSET and
178 * Add the difference between KERNELBASE and PAGE_OFFSET to the
186 lis r5,PAGE_OFFSET@h
187 ori r5,r5,PAGE_OFFSET@l
316 lis r11, PAGE_OFFSET@h
430 lis r11, PAGE_OFFSET@h
518 * cr7 - Result of comparison with PAGE_OFFSET
570 lis r11,PAGE_OFFSET@h
671 lis r11,PAGE_OFFSET@h
747 * cr7 - Result of comparison with PAGE_OFFSET
[all...]
H A Dhead_book3s_32.S432 lis r2, (swapper_pg_dir - PAGE_OFFSET)@ha /* if kernel address, use */
434 addi r2, r2, (swapper_pg_dir - PAGE_OFFSET)@l /* kernel page table */
498 lis r2, (swapper_pg_dir - PAGE_OFFSET)@ha /* if kernel address, use */
500 addi r2, r2, (swapper_pg_dir - PAGE_OFFSET)@l /* kernel page table */
578 lis r2, (swapper_pg_dir - PAGE_OFFSET)@ha /* if kernel address, use */
580 addi r2, r2, (swapper_pg_dir - PAGE_OFFSET)@l /* kernel page table */
863 lis r4, (swapper_pg_dir - PAGE_OFFSET)@h
864 ori r4, r4, (swapper_pg_dir - PAGE_OFFSET)@l
893 lis r6, early_hash - PAGE_OFFSET@h
967 lis r4, (swapper_pg_dir - PAGE_OFFSET)
[all...]
/linux-master/arch/x86/pci/
H A Dpcbios.c61 set_memory_x(PAGE_OFFSET + BIOS_BEGIN, (BIOS_END - BIOS_BEGIN) >> PAGE_SHIFT);
153 pci_indirect.address = pcibios_entry + PAGE_OFFSET;
345 bios32_indirect.address = bios32_entry + PAGE_OFFSET;
/linux-master/arch/powerpc/mm/ptdump/
H A Dhashpagetable.c332 if (ea < PAGE_OFFSET)
479 for (addr = PAGE_OFFSET; addr < PAGE_OFFSET +
503 address_markers[0].start_address = PAGE_OFFSET;
519 .start_address = PAGE_OFFSET,
H A Dptdump.c262 address_markers[i++].start_address = PAGE_OFFSET;
369 ptdump_range[0].start = PAGE_OFFSET;
371 ptdump_range[0].end = PAGE_OFFSET + (PGDIR_SIZE * PTRS_PER_PGD);
/linux-master/arch/x86/mm/
H A Dinit_32.c246 * PAGE_OFFSET:
291 pgd_idx = pgd_index((pfn<<PAGE_SHIFT) + PAGE_OFFSET);
299 pmd_idx = pmd_index((pfn<<PAGE_SHIFT) + PAGE_OFFSET);
306 unsigned int addr = pfn * PAGE_SIZE + PAGE_OFFSET;
325 PAGE_OFFSET + PAGE_SIZE-1;
342 pte_ofs = pte_index((pfn<<PAGE_SHIFT) + PAGE_OFFSET);
454 va = PAGE_OFFSET + (pfn<<PAGE_SHIFT);
H A Ddump_pagetables.c133 [KERNEL_SPACE_NR] = { PAGE_OFFSET, "Kernel Mapping" },
238 if (pcibios_enabled && st->start_address >= PAGE_OFFSET + BIOS_BEGIN &&
239 addr <= PAGE_OFFSET + BIOS_END) {
454 address_markers[LOW_KERNEL_NR].start_address = PAGE_OFFSET;
/linux-master/arch/sparc/mm/
H A Dviking.S39 sethi %hi(PAGE_OFFSET), %g2
44 sethi %hi(PAGE_OFFSET + PAGE_SIZE - 0x80000000), %o3
64 add %g4, %o3, %g2 ! (PAGE_OFFSET + PAGE_SIZE) | (set << 5)
92 sethi %hi(PAGE_OFFSET), %g2
/linux-master/arch/microblaze/include/asm/
H A Dpage.h34 * PAGE_OFFSET -- the first address of the first page of memory. With MMU
40 #define PAGE_OFFSET CONFIG_KERNEL_START macro
/linux-master/arch/loongarch/include/asm/
H A Dpage.h73 #define __va(x) ((void *)((unsigned long)(x) + PAGE_OFFSET - PHYS_OFFSET))

Completed in 221 milliseconds

123456789