Lines Matching refs:physical
68 u_long bconfig_new_phys; /* physical address its bound */
100 u_long new_L1_pages_phys; /* physical address of L1 pages */
297 phys_page = 0; /* physical address in pages */
512 page_info->physical = 0; /* result comes here */
529 * get the first DRAM index and show the physical memory
532 printf("\nFound physical memory blocks :\n");
536 phys_addr = mem_pages_info[page].physical;
538 while (mem_pages_info[page+1].physical - phys_addr == nbpp) {
546 phys_addr = mem_pages_info[page].physical;
603 /* get 4 pages on the top of the physical memory and copy PT's in it */
635 /* the top 1Mb of the physical DRAM pages is mapped at address 0 */
853 * calculate how much the difference is between physical and
917 relocate_code_page->physical-relocate_code_page->logical,
1007 /* We can rely on the fact that two entries never have identical ->physical */
1012 return (((struct page_info *)a)->physical <
1013 ((struct page_info *)b)->physical) ? -1 : 1;
1029 if (free_relocation_page->physical & 0x3)
1035 *reloc_pos++ = free_relocation_page->physical;