Home
last modified time | relevance | path

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

/openbmc/qemu/include/exec/
H A Dexec-all.h458 extern __thread uintptr_t tci_tb_ptr;
459 # define GETPC() tci_tb_ptr
/openbmc/qemu/tcg/
H A Dtci.c37 __thread uintptr_t tci_tb_ptr; variable
409 tci_tb_ptr = (uintptr_t)tb_ptr; in tcg_qemu_tb_exec()