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

  /src/sys/arch/evbppc/mpc85xx/
machdep.c 584 const paddr_t mr_end = mr->start + mr->size; local in function:memprobe
585 if (mr_end > boot_page && boot_page >= mr->start) {
591 if (boot_page + PAGE_SIZE == mr_end) {
604 mr->size = mr_end - mr->start;
machdep.c 584 const paddr_t mr_end = mr->start + mr->size; local in function:memprobe
585 if (mr_end > boot_page && boot_page >= mr->start) {
591 if (boot_page + PAGE_SIZE == mr_end) {
604 mr->size = mr_end - mr->start;
machdep.c 584 const paddr_t mr_end = mr->start + mr->size; local in function:memprobe
585 if (mr_end > boot_page && boot_page >= mr->start) {
591 if (boot_page + PAGE_SIZE == mr_end) {
604 mr->size = mr_end - mr->start;

Completed in 134 milliseconds