Home
last modified time | relevance | path

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

/openbmc/u-boot/tools/
H A Dkwbimage.c864 int has_ext = 0; in image_create_v0() local
873 has_ext = 1; in image_create_v0()
896 main_hdr->ext = has_ext; in image_create_v0()
913 if (has_ext) { in image_create_v0()
/openbmc/qemu/target/riscv/insn_trans/
H A Dtrans_privileged.c.inc97 if (has_ext(ctx, RVS)) {
H A Dtrans_rvm.c.inc22 if (!ctx->cfg_ptr->ext_zmmul && !has_ext(ctx, RVM)) { \