Home
last modified time | relevance | path

Searched refs:is_debug (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/target/loongarch/
H A Dcpu_helper.c124 int is_debug) in loongarch_map_address() argument
136 if (is_debug) { in loongarch_map_address()
162 MMUAccessType access_type, int mmu_idx, int is_debug) in get_physical_address() argument
206 access_type, mmu_idx, is_debug); in get_physical_address()
H A Dinternals.h59 MMUAccessType access_type, int mmu_idx, int is_debug);
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/perfetto/
H A Dperfetto.bb84 ARGS="is_debug=false " # Tell gn to use release mode
/openbmc/qemu/target/riscv/
H A Dcpu_helper.c1191 bool is_debug, bool is_probe) in get_physical_address() argument
1344 is_debug, false); in get_physical_address()
1548 if (updated_pte != pte && !is_debug) { in get_physical_address()