Home
last modified time | relevance | path

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

/openbmc/qemu/include/
H A Delf.h125 uint32_t flags1; /* Mask of general flags */ member
/openbmc/qemu/target/arm/tcg/
H A Dsve_helper.c6112 int flags1 = info->page[1].flags; in sve_cont_ldst_watchpoints() local
6114 if (likely(!((flags0 | flags1) & TLB_WATCHPOINT))) { in sve_cont_ldst_watchpoints()
6120 info->page[1].flags = flags1 & ~TLB_WATCHPOINT; in sve_cont_ldst_watchpoints()
6148 if ((flags1 & TLB_WATCHPOINT) && mem_off >= 0) { in sve_cont_ldst_watchpoints()
7791 int flags1 = info->page[1].flags; in sve2p1_cont_ldst_watchpoints() local
7793 if (likely(!((flags0 | flags1) & TLB_WATCHPOINT))) { in sve2p1_cont_ldst_watchpoints()
7799 info->page[1].flags = flags1 & ~TLB_WATCHPOINT; in sve2p1_cont_ldst_watchpoints()
7815 if ((flags1 & TLB_WATCHPOINT) && count_off >= 0) { in sve2p1_cont_ldst_watchpoints()
/openbmc/qemu/linux-user/
H A Delfload.c269 bswap32s(&abiflags->flags1); in get_elf_platform()