Searched refs:MIPS_KSEG0_START (Results 1 - 9 of 9) sorted by path

/freebsd-11-stable/sys/cddl/dev/dtrace/mips/
H A Ddtrace_isa.c58 ((vm_offset_t)(reg) >= MIPS_KSEG0_START))
/freebsd-11-stable/sys/dev/hwpmc/
H A Dhwpmc_mips.c59 ((vm_offset_t)(reg) >= MIPS_KSEG0_START))
/freebsd-11-stable/sys/mips/include/
H A Dcpuregs.h80 #define MIPS_KSEG0_START ((intptr_t)(int32_t)0x80000000) macro
92 #define MIPS_PHYS_TO_KSEG0(x) ((uintptr_t)(x) | MIPS_KSEG0_START)
98 (((vm_offset_t)(x) >= MIPS_KSEG0_START) && \
/freebsd-11-stable/sys/mips/mips/
H A Ddb_trace.c78 ((vm_offset_t)(reg) >= MIPS_KSEG0_START))
H A Dgenassym.c103 ASSYM(MIPS_KSEG0_START, MIPS_KSEG0_START);
H A Dpmap.c2700 if (addr >= MIPS_KSEG0_START && addr < MIPS_KSEG0_END)
3490 if (va >= MIPS_KSEG0_START && va < MIPS_KSEG0_END)
H A Dtlb.c331 mips_wr_entryhi(TLBHI_ENTRY(MIPS_KSEG0_START + (2 * i * PAGE_SIZE), 0));
H A Dtrap.c1191 if (instptr < MIPS_KSEG0_START)
1196 if ((vm_offset_t)instPC < MIPS_KSEG0_START)
/freebsd-11-stable/lib/libkvm/
H A Dkvm_mips.h65 _Static_assert((uint64_t)MIPS_KSEG0_START == MIPS64_KSEG0_START,
66 "MIPS_KSEG0_START mismatch");
74 _Static_assert((uint32_t)MIPS_KSEG0_START == MIPS32_KSEG0_START,
75 "MIPS_KSEG0_START mismatch");

Completed in 174 milliseconds