Searched refs:KERNBASE (Results 1 - 25 of 81) sorted by relevance

1234

/freebsd-11-stable/sys/arm/include/
H A Dvmparam.h71 #ifndef KERNBASE
72 #define KERNBASE 0xc0000000 macro
82 * KERNBASE is also set to a lower address to provide more KVA.
136 #define VM_MAXUSER_ADDRESS (KERNBASE - 0x00400000) /* !!! PT2MAP_SIZE */
149 #define VM_MIN_KERNEL_ADDRESS KERNBASE
/freebsd-11-stable/sys/powerpc/include/
H A Dvmparam.h91 #define KERNBASE 0x00100000UL /* start of kernel virtual */ macro
111 #define KERNBASE 0xc0000000 /* start of kernel virtual */ macro
113 #define VM_MIN_KERNEL_ADDRESS KERNBASE
H A Ddb_machdep.h90 #define DB_SMALL_VALUE_MAX (KERNBASE-1)
/freebsd-11-stable/sys/sparc64/sparc64/
H A Dtlb.c87 flush(KERNBASE);
113 flush(KERNBASE);
141 flush(KERNBASE);
H A Dcheetah.c108 flush(KERNBASE);
149 flush(KERNBASE);
177 flush(KERNBASE);
186 flush(KERNBASE);
227 flush(KERNBASE);
H A Dzeus.c91 flush(KERNBASE);
133 flush(KERNBASE);
H A Dlocore.S41 .set kernbase, KERNBASE
/freebsd-11-stable/sys/amd64/include/pc/
H A Dbios.h98 #define BIOS_PADDRTOVADDR(x) ((x) + KERNBASE)
99 #define BIOS_VADDRTOPADDR(x) ((x) - KERNBASE)
/freebsd-11-stable/sys/x86/xen/
H A Dpv.c152 physfree = xenstack + 3 * PAGE_SIZE - KERNBASE;
157 (shared_info_t *)(si->shared_info + KERNBASE);
167 (ptoa(si->store_mfn) + KERNBASE);
168 console_page = (char *)(ptoa(si->console.domU.mfn) + KERNBASE);
180 PT4[i] = ((uint64_t)&PT3[0]) - KERNBASE;
187 PT3[i] = ((uint64_t)&PT2[0]) - KERNBASE;
197 load_cr3(((uint64_t)&PT4[0]) - KERNBASE);
/freebsd-11-stable/sys/arm64/include/
H A Dvmparam.h201 #define KERNBASE (VM_MIN_KERNEL_ADDRESS) macro
/freebsd-11-stable/sys/amd64/amd64/
H A Dlocore.S37 * Compiled KERNBASE location
40 .set kernbase,KERNBASE
59 * We are already in long mode, on a 64 bit %cs and running at KERNBASE.
H A Dxen-locore.S49 ELFNOTE(Xen, XEN_ELFNOTE_VIRT_BASE, .quad, KERNBASE)
/freebsd-11-stable/sys/powerpc/aim/
H A Dlocore32.S43 * Compiled KERNBASE location and the kernel load address
46 .set kernbase, KERNBASE
/freebsd-11-stable/sys/riscv/include/
H A Dvmparam.h195 #define KERNBASE (VM_MIN_KERNEL_ADDRESS) macro
/freebsd-11-stable/sys/riscv/riscv/
H A Dgenassym.c59 ASSYM(KERNBASE, KERNBASE);
/freebsd-11-stable/sys/sparc64/include/
H A Dvmparam.h195 #define KERNBASE (VM_MIN_KERNEL_ADDRESS) macro
/freebsd-11-stable/sys/mips/include/
H A Dvmparam.h92 #define KERNBASE ((vm_offset_t)(intptr_t)(int32_t)0x80000000) macro
/freebsd-11-stable/sys/i386/include/
H A Dvmparam.h151 #define KERNBASE VADDR(KPTDI, 0) macro
/freebsd-11-stable/sys/amd64/include/
H A Dvmparam.h162 * 0xffffffff80000000 KERNBASE
172 #define KERNBASE KVADDR(KPML4I, KPDPI, 0, 0) macro
/freebsd-11-stable/sys/amd64/vmm/intel/
H A Dvmx_genassym.c92 ASSYM(KERNBASE, KERNBASE);
/freebsd-11-stable/sys/arm/xscale/i8134x/
H A Dcrb_machdep.c232 pmap_map_chunk(l1pagetable, KERNBASE, SDRAM_START, 0x100000,
235 pmap_map_chunk(l1pagetable, KERNBASE + 0x100000, SDRAM_START + 0x100000,
238 pmap_map_chunk(l1pagetable, KERNBASE + 0x200000, SDRAM_START + 0x200000,
239 rounddown2(((uint32_t)(lastaddr) - KERNBASE - 0x200000) + L1_S_SIZE, L1_S_SIZE),
/freebsd-11-stable/sys/arm/xscale/pxa/
H A Dpxa_machdep.c231 pmap_link_l2pt(l1pagetable, KERNBASE,
233 pmap_map_chunk(l1pagetable, KERNBASE, SDRAM_START, 0x100000,
235 pmap_map_chunk(l1pagetable, KERNBASE + 0x100000, SDRAM_START + 0x100000,
237 pmap_map_chunk(l1pagetable, KERNBASE + 0x200000, SDRAM_START + 0x200000,
238 rounddown2(((uint32_t)(lastaddr) - KERNBASE - 0x200000) + L1_S_SIZE, L1_S_SIZE),
/freebsd-11-stable/sys/i386/i386/
H A Dminidump_machdep.c194 for (va = KERNBASE; va < kernel_vm_end; va += NBPDR) {
200 pd = (pd_entry_t *)((uintptr_t)IdlePTD + KERNBASE); /* always mapped! */
263 mdhdr.kernbase = KERNBASE;
297 for (va = KERNBASE; va < kernel_vm_end; va += NBPDR) {
299 pd = (pd_entry_t *)((uintptr_t)IdlePTD + KERNBASE); /* always mapped! */
/freebsd-11-stable/sys/arm/arm/
H A Dlocore-v4.S67 .set kernbase,KERNBASE
130 ldr r7, =KERNBASE
197 #if defined(PHYSADDR) && (KERNVIRTADDR != KERNBASE)
203 ldr r2, =KERNBASE
204 ldr r3, =((KERNVIRTADDR - KERNBASE) / L1_S_SIZE)
/freebsd-11-stable/sys/arm/xscale/ixp425/
H A Davila_machdep.c203 #define KERNEL_TEXT_BASE (KERNBASE + KERNEL_TEXT_OFF)
302 pmap_link_l2pt(l1pagetable, KERNBASE,
304 pmap_map_chunk(l1pagetable, KERNBASE, PHYSADDR, 0x100000,
306 pmap_map_chunk(l1pagetable, KERNBASE + 0x100000, PHYSADDR + 0x100000,

Completed in 164 milliseconds

1234