HomeSort by: relevance | last modified time | path
    Searched refs:BTSEG_TEXT (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/arch/x86/include/
bootspace.h 69 #define BTSEG_TEXT 1
  /src/sys/arch/x86/x86/
db_memrw.c 219 if (bootspace.segs[i].type != BTSEG_TEXT &&
patch.c 254 if (bootspace.segs[i].type != BTSEG_TEXT)
pmap.c 1854 if (bootspace.segs[i].type != BTSEG_TEXT) {
  /src/sys/arch/amd64/stand/prekern/
mm.c 37 [BTSEG_TEXT] = 0xCC,
141 if (bootspace.segs[i].type == BTSEG_TEXT) {
elf.c 352 segtype = BTSEG_TEXT;
  /src/sys/arch/amd64/amd64/
machdep.c 1575 bootspace.segs[i].type = BTSEG_TEXT;
2260 if (bootspace.segs[i].type == BTSEG_TEXT ||
  /src/sys/arch/i386/i386/
machdep.c 1145 bootspace.segs[i].type = BTSEG_TEXT;

Completed in 357 milliseconds