Home
last modified time | relevance | path

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

/openbmc/qemu/target/microblaze/
H A Dhelper.h28 DEF_HELPER_FLAGS_2(stackprot, TCG_CALL_NO_WG, void, env, tl)
H A Dcpu.c266 (cpu->cfg.stackprot ? PVR0_SPROT_MASK : 0) | in mb_cpu_realizefn()
346 DEFINE_PROP_BOOL("use-stack-protection", MicroBlazeCPU, cfg.stackprot,
H A Dcpu.h319 bool stackprot; member
H A Dtranslate.c642 if ((ra == 1 || rb == 1) && dc->cfg->stackprot) { in DO_TYPEA()
661 if (ra == 1 && dc->cfg->stackprot) { in compute_ldst_addr_typeb()