Home
last modified time | relevance | path

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

/openbmc/qemu/include/accel/tcg/
H A Dcpu-ldst.h434 # define cpu_ldl_data cpu_ldl_be_data macro
456 # define cpu_ldl_data cpu_ldl_le_data macro
/openbmc/qemu/linux-user/
H A Dvm86.c160 segoffs = cpu_ldl_data(env, int_addr); in do_int()
/openbmc/qemu/target/sparc/
H A Dldst_helper.c1234 ret = cpu_ldl_data(env, addr); in helper_ld_asi()