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

  /src/sys/arch/x86/include/
bootspace.h 70 #define BTSEG_RODATA 2
  /src/sys/arch/x86/x86/
db_memrw.c 220 bootspace.segs[i].type != BTSEG_RODATA) {
pmap.c 1873 if (bootspace.segs[i].type != BTSEG_RODATA) {
  /src/sys/arch/amd64/stand/prekern/
mm.c 38 [BTSEG_RODATA] = 0x00,
143 } else if (bootspace.segs[i].type == BTSEG_RODATA) {
elf.c 356 segtype = BTSEG_RODATA;
  /src/sys/arch/amd64/amd64/
machdep.c 1581 bootspace.segs[i].type = BTSEG_RODATA;
2261 bootspace.segs[i].type == BTSEG_RODATA) {
  /src/sys/arch/i386/i386/
machdep.c 1151 bootspace.segs[i].type = BTSEG_RODATA;

Completed in 19 milliseconds