Home
last modified time | relevance | path

Searched refs:x86emu_check_mem_access (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/x86emu/
H A Ddebug.h202 extern void x86emu_check_mem_access(u32 p);
/OK3568_Linux_fs/u-boot/drivers/bios_emulator/include/x86emu/
H A Ddebug.h207 extern void x86emu_check_mem_access(u32 p);
/OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/
H A Ddebug.c159 x86emu_check_mem_access(u32 dummy) in x86emu_check_mem_access() function
H A Dprim_ops.c2730 x86emu_check_mem_access(addr);) in mem_access_word()
/OK3568_Linux_fs/u-boot/drivers/bios_emulator/x86emu/
H A Ddebug.c148 void x86emu_check_mem_access(u32 dummy) in x86emu_check_mem_access() function
H A Dprim_ops.c2378 x86emu_check_mem_access(addr);) in mem_access_word()
/OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/v86d/v86d/
H A DUpdate-x86emu-from-X.org.patch202 -void x86emu_check_mem_access (u32 dummy)
204 +x86emu_check_mem_access(u32 dummy)
18670 - x86emu_check_mem_access(addr);)
18673 + x86emu_check_mem_access(addr);)
20093 -extern void x86emu_check_mem_access (u32 p);
20107 + extern void x86emu_check_mem_access(u32 p);