Home
last modified time | relevance | path

Searched refs:IORAM_BASE_PHYS (Results 1 – 3 of 3) sorted by relevance

/kvm-unit-tests/x86/
H A Dioram.h4 #define IORAM_BASE_PHYS 0xff000000UL macro
H A Dlam.c209 install_page(current_page_table(), IORAM_BASE_PHYS, vaddr_mmio); in test_lam_sup()
261 test_ptr(phys_to_virt(IORAM_BASE_PHYS), true); in test_lam_user()
269 test_ptr(phys_to_virt(IORAM_BASE_PHYS), true); in test_lam_user()
H A Demulator.c801 install_page((void *)read_cr3(), IORAM_BASE_PHYS, mem); in main()
803 install_page((void *)read_cr3(), IORAM_BASE_PHYS, mem + 4096); in main()