Searched refs:x86emu_check_data_access (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/coreboot/src/device/oprom/x86emu/ |
H A D | decode.c | 310 x86emu_check_data_access((u16)get_data_segment(), offset); in fetch_data_byte() 329 x86emu_check_data_access((u16)get_data_segment(), offset); in fetch_data_word() 348 x86emu_check_data_access((u16)get_data_segment(), offset); in fetch_data_long() 369 x86emu_check_data_access(segment, offset); in fetch_data_byte_abs() 390 x86emu_check_data_access(segment, offset); in fetch_data_word_abs() 411 x86emu_check_data_access(segment, offset); in fetch_data_long_abs() 433 x86emu_check_data_access((u16)get_data_segment(), offset); in store_data_byte() 455 x86emu_check_data_access((u16)get_data_segment(), offset); in store_data_word() 477 x86emu_check_data_access((u16)get_data_segment(), offset); in store_data_long() 500 x86emu_check_data_access(segment, offset); in store_data_byte_abs() [all …]
|
H A D | debug.h | 225 void x86emu_check_data_access (uint s, uint o);
|
H A D | debug.c | 154 void x86emu_check_data_access (uint dummy1, uint dummy2) in x86emu_check_data_access() function
|