HomeSort by: relevance | last modified time | path
    Searched defs:endext (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/arch/x86/x86/
x86_machdep.c 574 const uint64_t endext = MAXIOMEM + 1; local in function:x86_add_cluster
615 if (seg_start < endext) {
618 if (seg_end > endext)
619 io_end = endext;
x86_machdep.c 574 const uint64_t endext = MAXIOMEM + 1; local in function:x86_add_cluster
615 if (seg_start < endext) {
618 if (seg_end > endext)
619 io_end = endext;
x86_machdep.c 574 const uint64_t endext = MAXIOMEM + 1; local in function:x86_add_cluster
615 if (seg_start < endext) {
618 if (seg_end > endext)
619 io_end = endext;
x86_machdep.c 574 const uint64_t endext = MAXIOMEM + 1; local in function:x86_add_cluster
615 if (seg_start < endext) {
618 if (seg_end > endext)
619 io_end = endext;
x86_machdep.c 574 const uint64_t endext = MAXIOMEM + 1; local in function:x86_add_cluster
615 if (seg_start < endext) {
618 if (seg_end > endext)
619 io_end = endext;

Completed in 158 milliseconds