Home
last modified time | relevance | path

Searched refs:btext (Results 1 – 14 of 14) sorted by relevance

/f-stack/freebsd/mips/include/
H A Dcpu.h84 extern char btext[];
/f-stack/freebsd/i386/include/
H A Dcpu.h71 extern char btext[];
/f-stack/freebsd/amd64/include/
H A Dcpu.h72 extern char btext[];
/f-stack/freebsd/arm/include/
H A Dcpu.h87 extern char btext[];
/f-stack/freebsd/amd64/amd64/
H A Dlocore.S57 NON_GPROF_ENTRY(btext)
H A Dmp_machdep.c119 return (pa >= trunc_2mpage(btext - KERNBASE) && in is_kernel_paddr()
H A Dpmap.c1583 if (pa < trunc_2mpage(btext - KERNBASE) || in bootaddr_rwx()
/f-stack/freebsd/mips/mips/
H A Dstack_machdep.c44 #define VALID_PC(addr) ((addr) >= (uintptr_t)btext && (addr) % 4 == 0)
H A Dlocore.S85 GLOBAL(btext)
/f-stack/freebsd/arm64/include/
H A Dcpu.h160 extern char btext[];
/f-stack/freebsd/arm/arm/
H A Dlocore-v6.S108 .globl btext
109 btext: label
/f-stack/freebsd/i386/i386/
H A Dlocore.s82 NON_GPROF_ENTRY(btext)
H A Ddb_trace.c223 if (argp < btext || argp >= etext) {
/f-stack/freebsd/kern/
H A Dsubr_prof.c161 p->lowpc = ROUNDDOWN((u_long)btext, HISTFRACTION * sizeof(HISTCOUNTER)); in kmstartup()