Home
last modified time | relevance | path

Searched refs:ptew (Results 1 – 8 of 8) sorted by relevance

/dports/emulators/qemu60/qemu-6.0.0/target/mips/
H A Dtlb_helper.c559 int ptew = (env->CP0_PWSize >> CP0PS_PTEW) & 0x3F; in walk_directory() local
561 int directory_shift = (ptew > 1) ? -1 : in walk_directory()
562 (hugepg && (ptew == 1)) ? native_shift + 1 : native_shift; in walk_directory()
563 int leaf_shift = (ptew > 1) ? -1 : in walk_directory()
564 (ptew == 1) ? native_shift + 1 : native_shift; in walk_directory()
632 int ptew = (env->CP0_PWSize >> CP0PS_PTEW) & 0x3F; in page_table_walk_refill() local
667 int directory_shift = (ptew > 1) ? -1 : in page_table_walk_refill()
668 (hugepg && (ptew == 1)) ? native_shift + 1 : native_shift; in page_table_walk_refill()
669 int leaf_shift = (ptew > 1) ? -1 : in page_table_walk_refill()
670 (ptew == 1) ? native_shift + 1 : native_shift; in page_table_walk_refill()
/dports/emulators/qemu-utils/qemu-4.2.1/target/mips/
H A Dhelper.c607 int ptew = (env->CP0_PWSize >> CP0PS_PTEW) & 0x3F; in walk_directory() local
609 int directory_shift = (ptew > 1) ? -1 : in walk_directory()
610 (hugepg && (ptew == 1)) ? native_shift + 1 : native_shift; in walk_directory()
611 int leaf_shift = (ptew > 1) ? -1 : in walk_directory()
612 (ptew == 1) ? native_shift + 1 : native_shift; in walk_directory()
680 int ptew = (env->CP0_PWSize >> CP0PS_PTEW) & 0x3F; in page_table_walk_refill() local
715 int directory_shift = (ptew > 1) ? -1 : in page_table_walk_refill()
716 (hugepg && (ptew == 1)) ? native_shift + 1 : native_shift; in page_table_walk_refill()
717 int leaf_shift = (ptew > 1) ? -1 : in page_table_walk_refill()
718 (ptew == 1) ? native_shift + 1 : native_shift; in page_table_walk_refill()
/dports/emulators/qemu5/qemu-5.2.0/target/mips/
H A Dhelper.c613 int ptew = (env->CP0_PWSize >> CP0PS_PTEW) & 0x3F; in walk_directory() local
615 int directory_shift = (ptew > 1) ? -1 : in walk_directory()
616 (hugepg && (ptew == 1)) ? native_shift + 1 : native_shift; in walk_directory()
617 int leaf_shift = (ptew > 1) ? -1 : in walk_directory()
618 (ptew == 1) ? native_shift + 1 : native_shift; in walk_directory()
686 int ptew = (env->CP0_PWSize >> CP0PS_PTEW) & 0x3F; in page_table_walk_refill() local
721 int directory_shift = (ptew > 1) ? -1 : in page_table_walk_refill()
722 (hugepg && (ptew == 1)) ? native_shift + 1 : native_shift; in page_table_walk_refill()
723 int leaf_shift = (ptew > 1) ? -1 : in page_table_walk_refill()
724 (ptew == 1) ? native_shift + 1 : native_shift; in page_table_walk_refill()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/target/mips/
H A Dhelper.c613 int ptew = (env->CP0_PWSize >> CP0PS_PTEW) & 0x3F; in walk_directory() local
615 int directory_shift = (ptew > 1) ? -1 : in walk_directory()
616 (hugepg && (ptew == 1)) ? native_shift + 1 : native_shift; in walk_directory()
617 int leaf_shift = (ptew > 1) ? -1 : in walk_directory()
618 (ptew == 1) ? native_shift + 1 : native_shift; in walk_directory()
686 int ptew = (env->CP0_PWSize >> CP0PS_PTEW) & 0x3F; in page_table_walk_refill() local
721 int directory_shift = (ptew > 1) ? -1 : in page_table_walk_refill()
722 (hugepg && (ptew == 1)) ? native_shift + 1 : native_shift; in page_table_walk_refill()
723 int leaf_shift = (ptew > 1) ? -1 : in page_table_walk_refill()
724 (ptew == 1) ? native_shift + 1 : native_shift; in page_table_walk_refill()
/dports/emulators/qemu42/qemu-4.2.1/target/mips/
H A Dhelper.c607 int ptew = (env->CP0_PWSize >> CP0PS_PTEW) & 0x3F; in walk_directory() local
609 int directory_shift = (ptew > 1) ? -1 : in walk_directory()
610 (hugepg && (ptew == 1)) ? native_shift + 1 : native_shift; in walk_directory()
611 int leaf_shift = (ptew > 1) ? -1 : in walk_directory()
612 (ptew == 1) ? native_shift + 1 : native_shift; in walk_directory()
680 int ptew = (env->CP0_PWSize >> CP0PS_PTEW) & 0x3F; in page_table_walk_refill() local
715 int directory_shift = (ptew > 1) ? -1 : in page_table_walk_refill()
716 (hugepg && (ptew == 1)) ? native_shift + 1 : native_shift; in page_table_walk_refill()
717 int leaf_shift = (ptew > 1) ? -1 : in page_table_walk_refill()
718 (ptew == 1) ? native_shift + 1 : native_shift; in page_table_walk_refill()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/target/mips/tcg/sysemu/
H A Dtlb_helper.c632 int ptew = (env->CP0_PWSize >> CP0PS_PTEW) & 0x3F;
634 int directory_shift = (ptew > 1) ? -1 :
635 (hugepg && (ptew == 1)) ? native_shift + 1 : native_shift;
636 int leaf_shift = (ptew > 1) ? -1 :
637 (ptew == 1) ? native_shift + 1 : native_shift;
705 int ptew = (env->CP0_PWSize >> CP0PS_PTEW) & 0x3F;
740 int directory_shift = (ptew > 1) ? -1 :
741 (hugepg && (ptew == 1)) ? native_shift + 1 : native_shift;
742 int leaf_shift = (ptew > 1) ? -1 :
743 (ptew == 1) ? native_shift + 1 : native_shift;
/dports/emulators/qemu/qemu-6.2.0/target/mips/tcg/sysemu/
H A Dtlb_helper.c632 int ptew = (env->CP0_PWSize >> CP0PS_PTEW) & 0x3F; in walk_directory() local
634 int directory_shift = (ptew > 1) ? -1 : in walk_directory()
635 (hugepg && (ptew == 1)) ? native_shift + 1 : native_shift; in walk_directory()
636 int leaf_shift = (ptew > 1) ? -1 : in walk_directory()
637 (ptew == 1) ? native_shift + 1 : native_shift; in walk_directory()
705 int ptew = (env->CP0_PWSize >> CP0PS_PTEW) & 0x3F; in page_table_walk_refill() local
740 int directory_shift = (ptew > 1) ? -1 : in page_table_walk_refill()
741 (hugepg && (ptew == 1)) ? native_shift + 1 : native_shift; in page_table_walk_refill()
742 int leaf_shift = (ptew > 1) ? -1 : in page_table_walk_refill()
743 (ptew == 1) ? native_shift + 1 : native_shift; in page_table_walk_refill()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/target/mips/
H A Dhelper.c709 int ptew = (env->CP0_PWSize >> CP0PS_PTEW) & 0x3F; local
711 int directory_shift = (ptew > 1) ? -1 :
712 (hugepg && (ptew == 1)) ? native_shift + 1 : native_shift;
713 int leaf_shift = (ptew > 1) ? -1 :
714 (ptew == 1) ? native_shift + 1 : native_shift;
782 int ptew = (env->CP0_PWSize >> CP0PS_PTEW) & 0x3F; local
817 int directory_shift = (ptew > 1) ? -1 :
818 (hugepg && (ptew == 1)) ? native_shift + 1 : native_shift;
819 int leaf_shift = (ptew > 1) ? -1 :
820 (ptew == 1) ? native_shift + 1 : native_shift;