Home
last modified time | relevance | path

Searched defs:mmu_idx (Results 1 – 25 of 583) sorted by relevance

12345678910>>...24

/dports/www/firefox-legacy/firefox-52.8.0esr/media/libyuv/source/
H A Dconvert_to_argb.cc155 src = sample + (src_width * crop_y + crop_x); in guest_range_valid()
162 case FOURCC_NV21: in guest_range_valid()
167 src_uv, aligned_src_width, in guest_range_valid()
173 r = M420ToARGB(src, src_width, in guest_range_valid()
185 if (format == FOURCC_YV12) { in guest_range_valid()
191 src_u = sample + src_width * abs_src_height + in guest_range_valid()
197 src_u, halfwidth, in guest_range_valid()
209 int halfheight = (abs_src_height + 1) / 2; in guest_range_valid()
229 src_v = sample + src_width * abs_src_height + in guest_range_valid()
230 halfwidth * crop_y + crop_x / 2; in guest_range_valid()
[all …]
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/include/exec/
H A Dcpu_ldst.h155 int mmu_idx, uintptr_t ra) in cpu_ldub_mmuidx_ra()
161 int mmu_idx, uintptr_t ra) in cpu_lduw_mmuidx_ra()
167 int mmu_idx, uintptr_t ra) in cpu_ldl_mmuidx_ra()
173 int mmu_idx, uintptr_t ra) in cpu_ldq_mmuidx_ra()
179 int mmu_idx, uintptr_t ra) in cpu_ldsb_mmuidx_ra()
185 int mmu_idx, uintptr_t ra) in cpu_ldsw_mmuidx_ra()
191 uint32_t val, int mmu_idx, uintptr_t ra) in cpu_stb_mmuidx_ra()
197 uint32_t val, int mmu_idx, uintptr_t ra) in cpu_stw_mmuidx_ra()
203 uint32_t val, int mmu_idx, uintptr_t ra) in cpu_stl_mmuidx_ra()
229 static inline uintptr_t tlb_index(CPUArchState *env, uintptr_t mmu_idx, in tlb_index()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/include/exec/
H A Dcpu_ldst.h185 int mmu_idx, uintptr_t ra) in cpu_ldub_mmuidx_ra()
191 int mmu_idx, uintptr_t ra) in cpu_ldsb_mmuidx_ra()
203 int mmu_idx, uintptr_t ra) in cpu_ldsw_be_mmuidx_ra()
209 int mmu_idx, uintptr_t ra) in cpu_ldl_be_mmuidx_ra()
227 int mmu_idx, uintptr_t ra) in cpu_ldsw_le_mmuidx_ra()
251 uint32_t val, int mmu_idx, in cpu_stw_be_mmuidx_ra()
258 uint32_t val, int mmu_idx, in cpu_stl_be_mmuidx_ra()
265 uint64_t val, int mmu_idx, in cpu_stq_be_mmuidx_ra()
272 uint32_t val, int mmu_idx, in cpu_stw_le_mmuidx_ra()
279 uint32_t val, int mmu_idx, in cpu_stl_le_mmuidx_ra()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/include/exec/
H A Dcpu_ldst.h202 int mmu_idx, uintptr_t ra) in cpu_ldub_mmuidx_ra()
208 int mmu_idx, uintptr_t ra) in cpu_ldsb_mmuidx_ra()
220 int mmu_idx, uintptr_t ra) in cpu_ldsw_be_mmuidx_ra()
226 int mmu_idx, uintptr_t ra) in cpu_ldl_be_mmuidx_ra()
244 int mmu_idx, uintptr_t ra) in cpu_ldsw_le_mmuidx_ra()
268 uint32_t val, int mmu_idx, in cpu_stw_be_mmuidx_ra()
275 uint32_t val, int mmu_idx, in cpu_stl_be_mmuidx_ra()
282 uint64_t val, int mmu_idx, in cpu_stq_be_mmuidx_ra()
289 uint32_t val, int mmu_idx, in cpu_stw_le_mmuidx_ra()
296 uint32_t val, int mmu_idx, in cpu_stl_le_mmuidx_ra()
[all …]
/dports/emulators/qemu/qemu-6.2.0/target/sparc/
H A Dmmu_helper.c68 target_ulong address, int rw, int mmu_idx, in get_physical_address()
205 MMUAccessType access_type, int mmu_idx, in sparc_cpu_tlb_fill()
505 static uint64_t build_sfsr(CPUSPARCState *env, int mmu_idx, int rw) in build_sfsr()
549 target_ulong address, int rw, int mmu_idx) in get_physical_address_data()
649 target_ulong address, int mmu_idx) in get_physical_address_code()
726 target_ulong address, int rw, int mmu_idx, in get_physical_address()
765 MMUAccessType access_type, int mmu_idx, in sparc_cpu_tlb_fill()
888 target_ulong addr, int rw, int mmu_idx) in cpu_sparc_get_phys_page()
900 int mmu_idx) in cpu_get_phys_page_nofault()
916 int mmu_idx = cpu_mmu_index(env, false); in sparc_cpu_get_phys_page_debug() local
[all …]
/dports/emulators/unicorn/unicorn-1.0.2/qemu/target-sparc/
H A Dmmu_helper.c28 int mmu_idx) in sparc_cpu_handle_mmu_fault()
80 target_ulong address, int rw, int mmu_idx, in get_physical_address()
201 int mmu_idx) in sparc_cpu_handle_mmu_fault()
489 target_ulong address, int rw, int mmu_idx) in get_physical_address_data()
609 target_ulong address, int mmu_idx) in get_physical_address_code()
679 target_ulong address, int rw, int mmu_idx, in get_physical_address()
712 int mmu_idx) in sparc_cpu_handle_mmu_fault()
825 target_ulong addr, int rw, int mmu_idx) in cpu_sparc_get_phys_page()
836 int mmu_idx) in cpu_get_phys_page_nofault()
852 int mmu_idx = cpu_mmu_index(env); in sparc_cpu_get_phys_page_debug() local
/dports/emulators/py-unicorn/unicorn-1.0.2/qemu/target-sparc/
H A Dmmu_helper.c28 int mmu_idx) in sparc_cpu_handle_mmu_fault()
80 target_ulong address, int rw, int mmu_idx, in get_physical_address()
201 int mmu_idx) in sparc_cpu_handle_mmu_fault()
489 target_ulong address, int rw, int mmu_idx) in get_physical_address_data()
609 target_ulong address, int mmu_idx) in get_physical_address_code()
679 target_ulong address, int rw, int mmu_idx, in get_physical_address()
712 int mmu_idx) in sparc_cpu_handle_mmu_fault()
825 target_ulong addr, int rw, int mmu_idx) in cpu_sparc_get_phys_page()
836 int mmu_idx) in cpu_get_phys_page_nofault()
852 int mmu_idx = cpu_mmu_index(env); in sparc_cpu_get_phys_page_debug() local
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/target/sparc/
H A Dmmu_helper.c30 int mmu_idx) in sparc_cpu_handle_mmu_fault()
90 target_ulong address, int rw, int mmu_idx, in get_physical_address()
211 int mmu_idx) in sparc_cpu_handle_mmu_fault()
482 target_ulong address, int rw, int mmu_idx) in get_physical_address_data()
600 target_ulong address, int mmu_idx) in get_physical_address_code()
677 target_ulong address, int rw, int mmu_idx, in get_physical_address()
716 int mmu_idx) in sparc_cpu_handle_mmu_fault()
831 target_ulong addr, int rw, int mmu_idx) in cpu_sparc_get_phys_page()
842 int mmu_idx) in cpu_get_phys_page_nofault()
858 int mmu_idx = cpu_mmu_index(env, false); in sparc_cpu_get_phys_page_debug() local
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/target/alpha/
H A Dmem_helper.c30 int mmu_idx, uintptr_t retaddr) in alpha_cpu_do_unaligned_access()
53 int mmu_idx, MemTxAttrs attrs, in alpha_cpu_do_transaction_failed()
71 MMUAccessType access_type, int mmu_idx, uintptr_t retaddr) in tlb_fill()
/dports/emulators/qemu5/qemu-5.2.0/target/arm/
H A Dmte_helper.c280 int mmu_idx = cpu_mmu_index(env, false); in HELPER() local
333 int mmu_idx = cpu_mmu_index(env, false); in do_stg() local
360 int mmu_idx = cpu_mmu_index(env, false); in HELPER() local
370 int mmu_idx = cpu_mmu_index(env, false); in do_st2g() local
418 int mmu_idx = cpu_mmu_index(env, false); in HELPER() local
436 int mmu_idx = cpu_mmu_index(env, false); in HELPER() local
462 int mmu_idx = cpu_mmu_index(env, false); in HELPER() local
492 int mmu_idx = cpu_mmu_index(env, false); in HELPER() local
586 int mem_tag, mmu_idx, ptr_tag, size; in mte_probe1_int() local
719 int mmu_idx, ptr_tag, bit55; in mte_checkN() local
[all …]
H A Dtlb_helper.c54 int mmu_idx, ARMMMUFaultInfo *fi) in arm_deliver_fault()
111 int mmu_idx, uintptr_t retaddr) in arm_cpu_do_unaligned_access()
133 int mmu_idx, MemTxAttrs attrs, in arm_cpu_do_transaction_failed()
150 MMUAccessType access_type, int mmu_idx, in arm_cpu_tlb_fill()
/dports/emulators/qemu60/qemu-6.0.0/target/arm/
H A Dmte_helper.c305 int mmu_idx = cpu_mmu_index(env, false); in HELPER() local
358 int mmu_idx = cpu_mmu_index(env, false); in do_stg() local
385 int mmu_idx = cpu_mmu_index(env, false); in HELPER() local
395 int mmu_idx = cpu_mmu_index(env, false); in do_st2g() local
443 int mmu_idx = cpu_mmu_index(env, false); in HELPER() local
461 int mmu_idx = cpu_mmu_index(env, false); in HELPER() local
487 int mmu_idx = cpu_mmu_index(env, false); in HELPER() local
517 int mmu_idx = cpu_mmu_index(env, false); in HELPER() local
626 int mem_tag, mmu_idx, ptr_tag, size; in mte_probe1_int() local
759 int mmu_idx, ptr_tag, bit55; in mte_checkN() local
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/target/nios2/
H A Dhelper.c40 int rw, int mmu_idx) in nios2_cpu_handle_mmu_fault()
194 CPUState *cs, target_ulong address, int rw, int mmu_idx) in cpu_nios2_handle_virtual_page()
236 int rw, int mmu_idx) in nios2_cpu_handle_mmu_fault()
302 int mmu_idx, uintptr_t retaddr) in nios2_cpu_do_unaligned_access()
/dports/emulators/qemu-utils/qemu-4.2.1/target/sparc/
H A Dmmu_helper.c31 MMUAccessType access_type, int mmu_idx, in sparc_cpu_tlb_fill()
92 target_ulong address, int rw, int mmu_idx, in get_physical_address()
229 MMUAccessType access_type, int mmu_idx, in sparc_cpu_tlb_fill()
531 target_ulong address, int rw, int mmu_idx) in get_physical_address_data()
653 target_ulong address, int mmu_idx) in get_physical_address_code()
730 target_ulong address, int rw, int mmu_idx, in get_physical_address()
769 MMUAccessType access_type, int mmu_idx, in sparc_cpu_tlb_fill()
892 target_ulong addr, int rw, int mmu_idx) in cpu_sparc_get_phys_page()
904 int mmu_idx) in cpu_get_phys_page_nofault()
920 int mmu_idx = cpu_mmu_index(env, false); in sparc_cpu_get_phys_page_debug() local
/dports/emulators/qemu5/qemu-5.2.0/target/sparc/
H A Dmmu_helper.c31 MMUAccessType access_type, int mmu_idx, in sparc_cpu_tlb_fill()
92 target_ulong address, int rw, int mmu_idx, in get_physical_address()
229 MMUAccessType access_type, int mmu_idx, in sparc_cpu_tlb_fill()
531 target_ulong address, int rw, int mmu_idx) in get_physical_address_data()
653 target_ulong address, int mmu_idx) in get_physical_address_code()
730 target_ulong address, int rw, int mmu_idx, in get_physical_address()
769 MMUAccessType access_type, int mmu_idx, in sparc_cpu_tlb_fill()
892 target_ulong addr, int rw, int mmu_idx) in cpu_sparc_get_phys_page()
904 int mmu_idx) in cpu_get_phys_page_nofault()
920 int mmu_idx = cpu_mmu_index(env, false); in sparc_cpu_get_phys_page_debug() local
/dports/emulators/qemu-guest-agent/qemu-5.0.1/target/sparc/
H A Dmmu_helper.c31 MMUAccessType access_type, int mmu_idx, in sparc_cpu_tlb_fill()
92 target_ulong address, int rw, int mmu_idx, in get_physical_address()
229 MMUAccessType access_type, int mmu_idx, in sparc_cpu_tlb_fill()
531 target_ulong address, int rw, int mmu_idx) in get_physical_address_data()
653 target_ulong address, int mmu_idx) in get_physical_address_code()
730 target_ulong address, int rw, int mmu_idx, in get_physical_address()
769 MMUAccessType access_type, int mmu_idx, in sparc_cpu_tlb_fill()
892 target_ulong addr, int rw, int mmu_idx) in cpu_sparc_get_phys_page()
904 int mmu_idx) in cpu_get_phys_page_nofault()
920 int mmu_idx = cpu_mmu_index(env, false); in sparc_cpu_get_phys_page_debug() local
/dports/emulators/qemu42/qemu-4.2.1/target/sparc/
H A Dmmu_helper.c31 MMUAccessType access_type, int mmu_idx, in sparc_cpu_tlb_fill()
92 target_ulong address, int rw, int mmu_idx, in get_physical_address()
229 MMUAccessType access_type, int mmu_idx, in sparc_cpu_tlb_fill()
531 target_ulong address, int rw, int mmu_idx) in get_physical_address_data()
653 target_ulong address, int mmu_idx) in get_physical_address_code()
730 target_ulong address, int rw, int mmu_idx, in get_physical_address()
769 MMUAccessType access_type, int mmu_idx, in sparc_cpu_tlb_fill()
892 target_ulong addr, int rw, int mmu_idx) in cpu_sparc_get_phys_page()
904 int mmu_idx) in cpu_get_phys_page_nofault()
920 int mmu_idx = cpu_mmu_index(env, false); in sparc_cpu_get_phys_page_debug() local
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/target/sparc/
H A Dmmu_helper.c31 MMUAccessType access_type, int mmu_idx, in sparc_cpu_tlb_fill()
92 target_ulong address, int rw, int mmu_idx, in get_physical_address()
229 MMUAccessType access_type, int mmu_idx, in sparc_cpu_tlb_fill()
531 target_ulong address, int rw, int mmu_idx) in get_physical_address_data()
653 target_ulong address, int mmu_idx) in get_physical_address_code()
730 target_ulong address, int rw, int mmu_idx, in get_physical_address()
769 MMUAccessType access_type, int mmu_idx, in sparc_cpu_tlb_fill()
892 target_ulong addr, int rw, int mmu_idx) in cpu_sparc_get_phys_page()
904 int mmu_idx) in cpu_get_phys_page_nofault()
920 int mmu_idx = cpu_mmu_index(env, false); in sparc_cpu_get_phys_page_debug() local
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/target/sparc/
H A Dmmu_helper.c31 MMUAccessType access_type, int mmu_idx, in sparc_cpu_tlb_fill()
92 target_ulong address, int rw, int mmu_idx, in get_physical_address()
229 MMUAccessType access_type, int mmu_idx, in sparc_cpu_tlb_fill()
531 target_ulong address, int rw, int mmu_idx) in get_physical_address_data()
653 target_ulong address, int mmu_idx) in get_physical_address_code()
730 target_ulong address, int rw, int mmu_idx, in get_physical_address()
769 MMUAccessType access_type, int mmu_idx, in sparc_cpu_tlb_fill()
892 target_ulong addr, int rw, int mmu_idx) in cpu_sparc_get_phys_page()
904 int mmu_idx) in cpu_get_phys_page_nofault()
920 int mmu_idx = cpu_mmu_index(env, false); in sparc_cpu_get_phys_page_debug() local
/dports/emulators/qemu60/qemu-6.0.0/target/sparc/
H A Dmmu_helper.c31 MMUAccessType access_type, int mmu_idx, in sparc_cpu_tlb_fill()
92 target_ulong address, int rw, int mmu_idx, in get_physical_address()
229 MMUAccessType access_type, int mmu_idx, in sparc_cpu_tlb_fill()
531 target_ulong address, int rw, int mmu_idx) in get_physical_address_data()
653 target_ulong address, int mmu_idx) in get_physical_address_code()
730 target_ulong address, int rw, int mmu_idx, in get_physical_address()
769 MMUAccessType access_type, int mmu_idx, in sparc_cpu_tlb_fill()
892 target_ulong addr, int rw, int mmu_idx) in cpu_sparc_get_phys_page()
904 int mmu_idx) in cpu_get_phys_page_nofault()
920 int mmu_idx = cpu_mmu_index(env, false); in sparc_cpu_get_phys_page_debug() local
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/target/mips/sysemu/
H A Dphysaddr.c24 static int is_seg_am_mapped(unsigned int am, bool eu, int mmu_idx) in is_seg_am_mapped()
80 MMUAccessType access_type, int mmu_idx, in get_seg_physical_address()
104 MMUAccessType access_type, int mmu_idx, in get_segctl_physical_address()
118 MMUAccessType access_type, int mmu_idx) in get_physical_address()
/dports/emulators/qemu/qemu-6.2.0/target/mips/sysemu/
H A Dphysaddr.c24 static int is_seg_am_mapped(unsigned int am, bool eu, int mmu_idx) in is_seg_am_mapped()
80 MMUAccessType access_type, int mmu_idx, in get_seg_physical_address()
104 MMUAccessType access_type, int mmu_idx, in get_segctl_physical_address()
118 MMUAccessType access_type, int mmu_idx) in get_physical_address()
/dports/emulators/qemu-utils/qemu-4.2.1/target/arm/
H A Dtlb_helper.c56 int mmu_idx, ARMMMUFaultInfo *fi) in arm_deliver_fault()
113 int mmu_idx, uintptr_t retaddr) in arm_cpu_do_unaligned_access()
133 int mmu_idx, MemTxAttrs attrs, in arm_cpu_do_transaction_failed()
150 MMUAccessType access_type, int mmu_idx, in arm_cpu_tlb_fill()
/dports/emulators/qemu5/qemu-5.2.0/target/microblaze/
H A Dhelper.c40 MMUAccessType access_type, int mmu_idx, in mb_cpu_tlb_fill()
50 MMUAccessType access_type, int mmu_idx, in mb_cpu_tlb_fill()
239 int mmu_idx = cpu_mmu_index(env, false); in mb_cpu_get_phys_page_debug() local
274 int mmu_idx, uintptr_t retaddr) in mb_cpu_do_unaligned_access()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/target/arm/
H A Dtlb_helper.c56 int mmu_idx, ARMMMUFaultInfo *fi) in arm_deliver_fault()
113 int mmu_idx, uintptr_t retaddr) in arm_cpu_do_unaligned_access()
133 int mmu_idx, MemTxAttrs attrs, in arm_cpu_do_transaction_failed()
150 MMUAccessType access_type, int mmu_idx, in arm_cpu_tlb_fill()

12345678910>>...24