Home
last modified time | relevance | path

Searched refs:CKSEG0_BASE (Results 1 – 10 of 10) sorted by relevance

/openbsd/sys/arch/loongson/loongson/
H A Dpmon.c90 env->efi.bios.vga_bios >= CKSEG0_BASE && in pmon_init()
91 env->efi.bios.vga_bios < CKSEG0_BASE + CKSEG_SIZE) { in pmon_init()
95 pmon_envbase = CKSEG0_BASE; in pmon_init()
108 CKSEG0_BASE : CKSEG1_BASE; in pmon_init()
/openbsd/sys/arch/mips64/mips64/
H A Dmem.c138 else if (v >= CKSEG0_BASE && in mmrw()
139 v < CKSEG0_BASE + CKSEG_SIZE) in mmrw()
H A Dcontext.S157 LA t1, CKSEG0_BASE
173 LA t2, CKSEG0_BASE # safe if expands to > 1 insn
H A Dgenassym.cf62 export CKSEG0_BASE
H A Dtlbhandler.S323 LA v0, CKSEG0_BASE # invalid address
382 LA ta1, CKSEG0_BASE # Load invalid entry.
H A Dpmap.c1372 else if (va >= (vaddr_t)CKSEG0_BASE && in pmap_extract()
1373 va < (vaddr_t)CKSEG0_BASE + CKSEG_SIZE) in pmap_extract()
H A Dtrap.c1115 IS_XKPHYS(va) || ((va) >= CKSEG0_BASE && (va) < CKSEG1_BASE))
/openbsd/sys/arch/mips64/include/
H A Dcpu.h54 #define CKSEG0_BASE 0xffffffff80000000UL macro
62 #define PHYS_TO_CKSEG0(x) ((u_long)(x) | CKSEG0_BASE)
/openbsd/sys/arch/octeon/dev/
H A Doctboot.c159 if (ph[i].p_paddr < CKSEG0_BASE || in octboot_kexec()
160 ph[i].p_paddr + ph[i].p_memsz >= CKSEG0_BASE + CKSEG_SIZE) { in octboot_kexec()
/openbsd/lib/libkvm/
H A Dkvm_mips64.c168 if (va >= (vaddr_t)CKSEG0_BASE && va < (vaddr_t)CKSSEG_BASE) { in _kvm_kvatop()