Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/arm/
H A Dcpu_loop.c86 int need_flags = PAGE_READ | PAGE_WRITE_ORG | PAGE_VALID; in atomic_mmu_lookup() local
96 if (unlikely((page_flags & need_flags) != need_flags)) { in atomic_mmu_lookup()
/openbmc/linux/drivers/tty/
H A Dtty_buffer.c304 bool need_flags = mutable_flags || flags[0] != TTY_NORMAL; in __tty_insert_flip_string_flags() local
309 size_t space = __tty_buffer_request_room(port, goal, need_flags); in __tty_insert_flip_string_flags()
324 WARN_ON_ONCE(need_flags); in __tty_insert_flip_string_flags()
/openbmc/qemu/target/i386/tcg/
H A Demit.c.inc3280 * If need_flags is true, decode->cc_dst and decode->cc_src2 are preloaded
3289 …ic bool gen_eflags_adcox(DisasContext *s, X86DecodedInsn *decode, bool want_carry, bool need_flags)
3307 if (need_flags) {
3311 if (want_carry || need_flags) {
3320 if (need_flags) {
3324 if (want_carry || need_flags) {
3336 if (want_carry || need_flags) {
3348 if (want_carry && (!need_flags || s->cc_op == CC_OP_SHLB + MO_TL)) {
3361 if (need_flags) {