Home
last modified time | relevance | path

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

/external/qemu/include/exec/
Dcpu-common.h129 void stb_phys(hwaddr addr, uint32_t val);
/external/qemu/target-i386/
Dsvm_helper.c536 stb_phys(env->vm_vmcb + offsetof(struct vmcb, save.cpl), env->hflags & HF_CPL_MASK); in helper_vmexit()
/external/qemu/
Dexec.c1610 stb_phys(addr, val); in watch_mem_writeb()
2546 void stb_phys(hwaddr addr, uint32_t val) in stb_phys() function