Home
last modified time | relevance | path

Searched refs:cpu_stw_data (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/include/exec/
H A Dcpu_ldst.h311 # define cpu_stw_data cpu_stw_be_data macro
333 # define cpu_stw_data cpu_stw_le_data macro
/openbmc/qemu/linux-user/
H A Dvm86.c47 cpu_stw_data(env, segptr + (reg16 & 0xffff), val); in vm_putw()