Searched refs:get_next_physical_page (Results 1 - 4 of 4) sorted by relevance

/haiku/src/system/boot/arch/m68k/
H A Dmmu.cpp134 get_next_physical_page() function
151 return (uint32 *)get_next_physical_page();
156 addr_t tbl = get_next_physical_page();
246 gPageRoot = get_next_physical_page();
346 map_page(address, get_next_physical_page(), kDefaultPageFlags);
357 map_page(get_next_virtual_page(), get_next_physical_page(), kDefaultPageFlags);
423 idt = (uint32 *)get_next_physical_page();
454 gdt = (segment_descriptor *)get_next_physical_page();
639 get_next_physical_page() /*| 0xff000000*/;
/haiku/src/system/boot/platform/atari_m68k/
H A Dmmu.cpp135 get_next_physical_page() function
152 return (uint32 *)get_next_physical_page();
157 addr_t tbl = get_next_physical_page();
247 gPageRoot = get_next_physical_page();
347 map_page(address, get_next_physical_page(), kDefaultPageFlags);
358 map_page(get_next_virtual_page(), get_next_physical_page(), kDefaultPageFlags);
424 idt = (uint32 *)get_next_physical_page();
455 gdt = (segment_descriptor *)get_next_physical_page();
642 get_next_physical_page() /*| 0xff000000*/;
/haiku/src/system/boot/platform/amiga_m68k/
H A Dmmu.cpp134 get_next_physical_page() function
151 return (uint32 *)get_next_physical_page();
156 addr_t tbl = get_next_physical_page();
246 gPageRoot = get_next_physical_page();
346 map_page(address, get_next_physical_page(), kDefaultPageFlags);
357 map_page(get_next_virtual_page(), get_next_physical_page(), kDefaultPageFlags);
423 idt = (uint32 *)get_next_physical_page();
454 gdt = (segment_descriptor *)get_next_physical_page();
/haiku/src/system/boot/platform/bios_ia32/
H A Dmmu.cpp138 get_next_physical_page() function
153 return (uint32 *)get_next_physical_page();
323 sPageDirectory = (uint32 *)get_next_physical_page();
412 map_page(address, get_next_physical_page(), kDefaultPageFlags);
422 map_page(get_next_virtual_page(), get_next_physical_page(),
437 addr_t phys = get_next_physical_page();

Completed in 53 milliseconds