Searched refs:read_phys (Results 1 – 4 of 4) sorted by relevance
27 static u32 read_phys(unsigned long addr) in read_phys() function55 backup = read_phys(CONFIG_RAMBASE); in quick_ram_check()58 if (read_phys(CONFIG_RAMBASE) != 0x55555555) in quick_ram_check()62 if (read_phys(CONFIG_RAMBASE) != 0xaaaaaaaa) in quick_ram_check()66 if (read_phys(CONFIG_RAMBASE) != 0x00000000) in quick_ram_check()70 if (read_phys(CONFIG_RAMBASE) != 0xffffffff) in quick_ram_check()
124 int (*read_phys)(struct x86_emulate_ctxt *ctxt, unsigned long addr, member
2681 ret = ctxt->ops->read_phys(ctxt, smbase + 0xfe00, buf, sizeof(buf)); in em_rsm()
7031 .read_phys = kvm_read_guest_phys_system,