/illumos-gate/usr/src/uts/sun4/os/ |
H A D | x_call.c | 269 ASSERT((uintptr_t)func >= KERNELBASE); in xt_one_unchecked() 316 ASSERT((uintptr_t)func >= KERNELBASE); in xt_some() 382 ASSERT((uintptr_t)func >= KERNELBASE); in xt_all() 436 ASSERT((uintptr_t)func > KERNELBASE); in xc_one() 555 ASSERT((uintptr_t)func > KERNELBASE); in xc_some() 649 ASSERT((uintptr_t)func > KERNELBASE); in xc_all()
|
H A D | startup.c | 2755 (void) seg_attach(&kas, (caddr_t)KERNELBASE, in kvm_init() 2756 (size_t)(e_moddata - KERNELBASE), &ktextseg); in kvm_init() 2759 (void) seg_attach(&kas, (caddr_t)(KERNELBASE + MMU_PAGESIZE4M), in kvm_init() 3090 ((uintptr_t)(addr) < KERNELBASE + 2 * MMU_PAGESIZE4M ? 0 : \ 3098 (((uintptr_t)(addr) >= KERNELBASE + 2 * MMU_PAGESIZE4M) && \ 3099 ((uintptr_t)(addr) < KERNELBASE + 3 * MMU_PAGESIZE4M)) 3201 (void *)(KERNELBASE + MMU_PAGESIZE4M), in kobj_texthole_alloc()
|
/illumos-gate/usr/src/uts/sun4/io/ |
H A D | trapstat.c | 796 if (get_tba() != (caddr_t)KERNELBASE) in trapstat_probe() 816 (void) set_tba((caddr_t)KERNELBASE); in trapstat_probe() 904 if (get_tba() != (caddr_t)KERNELBASE) in trapstat_enable() 954 (void) set_tba((caddr_t)KERNELBASE); in trapstat_disable() 1400 orig = KERNELBASE + entoffs; in trapstat_tlbent() 1533 orig = KERNELBASE; in trapstat_make_traptab() 1656 orig = KERNELBASE; in trapstat_make_traptab() 1763 tcpu->tcpu_ibase = (caddr_t)((KERNELBASE - tstat_offset) in trapstat_setup() 1815 tcpu->tcpu_vabase = (caddr_t)(KERNELBASE - in trapstat_setup()
|
H A D | ivintr.c | 192 ASSERT((uintptr_t)intr_handler > KERNELBASE); in add_ivintr()
|
/illumos-gate/usr/src/uts/sun4v/sys/ |
H A D | mmu.h | 146 #define FLUSH_ADDR (KERNELBASE + 2 * MMU_PAGESIZE4M)
|
H A D | machparam.h | 152 #define KERNELBASE ADDRESS_C(0x01000000) macro
|
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_param.h | 128 #define KERNELBASE _mdb_ks_kernelbase macro
|
/illumos-gate/usr/src/uts/sun4u/sys/ |
H A D | mmu.h | 242 #define FLUSH_ADDR (KERNELBASE + 2 * MMU_PAGESIZE4M)
|
H A D | machparam.h | 184 #define KERNELBASE ADDRESS_C(0x01000000) macro
|
/illumos-gate/usr/src/uts/sun4v/promif/ |
H A D | promif_cpu.c | 68 if (tba != (caddr_t)KERNELBASE) in promif_set_mmfsa_traptable()
|
/illumos-gate/usr/src/uts/i86pc/sys/ |
H A D | machparam.h | 209 #define KERNELBASE ADDRESS_C(0xfffffc8000000000) macro
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | mutex.c | 571 ASSERT(ibc < (void *)KERNELBASE); /* see 1215173 */ in mutex_init() 573 if ((intptr_t)ibc > ipltospl(LOCK_LEVEL) && ibc < (void *)KERNELBASE) { in mutex_init()
|
/illumos-gate/usr/src/uts/sun4u/ml/ |
H A D | mach_interrupt.S | 51 ! It could be a fast trap handler address (pc > KERNELBASE) at TL>0 64 set KERNELBASE, %g4
|
/illumos-gate/usr/src/uts/sun4v/vm/ |
H A D | mach_sfmmu.h | 89 sethi %hi(KERNELBASE), scr2; \ 90 or scr2, %lo(KERNELBASE), scr2; \
|
H A D | mach_sfmmu.c | 164 textva = (caddr_t)(KERNELBASE & MMU_PAGEMASK4M); in sfmmu_remap_kernel()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | param.h | 403 #define KERNELBASE _kernelbase macro
|
/illumos-gate/usr/src/uts/sun4u/vm/ |
H A D | mach_sfmmu.c | 115 textva = (caddr_t)(KERNELBASE & MMU_PAGEMASK4M); in sfmmu_remap_kernel()
|
H A D | mach_sfmmu.h | 122 sethi %hi(KERNELBASE), scr2; \ 123 or scr2, %lo(KERNELBASE), scr2; \
|
/illumos-gate/usr/src/uts/sparc/os/ |
H A D | archdep.c | 307 while ((uintptr_t)fp >= KERNELBASE) { in traceback()
|
/illumos-gate/usr/src/uts/common/conf/ |
H A D | param.c | 111 uintptr_t _kernelbase = (uintptr_t)KERNELBASE;
|
/illumos-gate/usr/src/uts/intel/os/ |
H A D | archdep.c | 967 if ((uintptr_t)fp < KERNELBASE) in traceback() 973 while ((uintptr_t)fp >= KERNELBASE) { in traceback()
|
/illumos-gate/usr/src/uts/sfmmu/ml/ |
H A D | sfmmu_asm.S | 2859 sethi %hi(KERNELBASE), %g6 2861 or %g6, %lo(KERNELBASE), %g6 4206 sethi %hi(KERNELBASE), %g6 4208 or %g6, %lo(KERNELBASE), %g6 4450 sethi %hi(KERNELBASE), %g6 4452 or %g6, %lo(KERNELBASE), %g6
|
/illumos-gate/usr/src/uts/i86pc/ml/ |
H A D | kpti_trampolines.S | 155 .quad KERNELBASE
|
/illumos-gate/usr/src/uts/i86pc/os/ |
H A D | startup.c | 1367 if (eprom_kernelbase && eprom_kernelbase != KERNELBASE) in startup_kmem() 1394 *(uintptr_t *)&_userlimit -= KERNELBASE - USERLIMIT; in startup_kmem()
|
/illumos-gate/usr/src/uts/i86xpv/os/ |
H A D | xpv_panic.c | 419 uintptr_t minaddr = min(KERNELBASE, xen_virt_start); in showstack()
|