Searched refs:is_load (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/arch/powerpc/kvm/ |
H A D | book3s_64_mmu_radix.c | 41 bool is_load = !!to; in __kvmhv_copy_tofrom_guest_radix() local 55 if (is_load) in __kvmhv_copy_tofrom_guest_radix() 76 if (is_load) in __kvmhv_copy_tofrom_guest_radix()
|
H A D | book3s_hv_nested.c | 574 bool is_load = !!gp_to; in kvmhv_copy_tofrom_guest_nested() local 595 if (is_load) { in kvmhv_copy_tofrom_guest_nested()
|
/openbmc/qemu/target/riscv/ |
H A D | vector_helper.c | 201 bool is_load) 212 uint32_t esz, bool is_load) in vext_continus_ldst_host() argument 223 if (is_load) { in vext_continus_ldst_host() 328 uint32_t log2_esz, bool is_load, int mmu_index, 337 MMUAccessType access_type = is_load ? MMU_DATA_LOAD : MMU_DATA_STORE; 346 esz, is_load); 361 ra, esz, is_load); 381 uint32_t evl, uintptr_t ra, bool is_load) in vext_ldst_us() argument 408 is_load, mmu_index, ldst_tlb, ldst_host, ra); in vext_ldst_us() 429 is_load, mmu_index, ldst_tlb, ldst_host, ra); in vext_ldst_us() [all …]
|
/openbmc/qemu/target/m68k/ |
H A D | translate.c | 1938 int is_load = (insn & 0x0400) != 0; in DISAS_INSN() local 1958 if (!is_load) { in DISAS_INSN() 1965 if (is_load) { in DISAS_INSN() 1987 if (is_load) { in DISAS_INSN() 4880 int is_load = ((ext & 0x2000) == 0); in gen_op_fmovem() local 4903 if (!is_load && (mode & 2) == 0) { in gen_op_fmovem() 4916 if (is_load) { in gen_op_fmovem() 4922 if (is_load) { in gen_op_fmovem()
|