/kernel/linux/linux-6.6/arch/arc/mm/ |
H A D | tlb.c | 22 unsigned int ver, pg_sz_k, s_pg_sz_m, pae, sets, ways; member 598 mmu->pae = mmu4->pae; in arc_mmu_mumbojumbo() 612 IS_AVAIL2(mmu->pae, ", PAE40 ", CONFIG_ARC_HAS_PAE40)); in arc_mmu_mumbojumbo() 619 return mmuinfo.pae && !is_pae40_enabled(); in pae40_exist_but_not_enab() 660 if (IS_ENABLED(CONFIG_ARC_HAS_PAE40) && !mmu->pae) in arc_mmu_init()
|
/kernel/linux/linux-5.10/arch/arc/mm/ |
H A D | tlb.c | 729 unsigned int ver:8, sasid:1, sz1:4, sz0:4, res:2, pae:1, in read_decode_mmu_bcr() member 734 pae:1, res:2, sz0:4, sz1:4, sasid:1, ver:8; in read_decode_mmu_bcr() 767 pae_exists = mmu->pae = mmu4->pae; in read_decode_mmu_bcr() 787 IS_AVAIL2(p_mmu->pae, ", PAE40 ", CONFIG_ARC_HAS_PAE40)); in arc_mmu_mumbojumbo() 843 if (IS_ENABLED(CONFIG_ARC_HAS_PAE40) && !mmu->pae) in arc_mmu_init()
|
/kernel/linux/linux-6.6/arch/arc/include/asm/ |
H A D | arcregs.h | 200 unsigned int ver:8, sasid:1, sz1:4, sz0:4, res:2, pae:1, member 205 pae:1, res:2, sz0:4, sz1:4, sasid:1, ver:8;
|
/kernel/linux/linux-6.6/lib/zstd/common/ |
H A D | cpu.h | 135 D(pae, 6)
|
/kernel/linux/linux-5.10/arch/arc/include/asm/ |
H A D | arcregs.h | 311 unsigned int ver:4, pg_sz_k:8, s_pg_sz_m:8, pad:10, sasid:1, pae:1; member
|
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/lib/x86_64/ |
H A D | processor.c | 1118 bool pae; in kvm_get_cpu_address_width() local 1122 pae = kvm_get_supported_cpuid_entry(1)->edx & (1 << 6); in kvm_get_cpu_address_width() 1123 *pa_bits = pae ? 36 : 32; in kvm_get_cpu_address_width()
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | 3w-9xxx.c | 1385 unsigned int pae = 0; in twa_load_sgl() local 1388 pae = 1; in twa_load_sgl() 1407 sgl = (TW_SG_Entry *)((u32 *)oldcommand+oldcommand->size - (sizeof(TW_SG_Entry)/4) + pae); in twa_load_sgl() 1413 oldcommand->size += pae; in twa_load_sgl()
|
H A D | 3w-sas.c | 684 unsigned int pae = 0; in twl_load_sgl() local 687 pae = 1; in twl_load_sgl() 705 sgl = (TW_SG_Entry_ISO *)((u32 *)oldcommand+oldcommand->size - (sizeof(TW_SG_Entry_ISO)/4) + pae + (sizeof(dma_addr_t) > 4 ? 1 : 0)); in twl_load_sgl() 708 oldcommand->size += pae; in twl_load_sgl()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | 3w-9xxx.c | 1385 unsigned int pae = 0; in twa_load_sgl() local 1388 pae = 1; in twa_load_sgl() 1407 sgl = (TW_SG_Entry *)((u32 *)oldcommand+oldcommand->size - (sizeof(TW_SG_Entry)/4) + pae); in twa_load_sgl() 1413 oldcommand->size += pae; in twa_load_sgl()
|
H A D | 3w-sas.c | 683 unsigned int pae = 0; in twl_load_sgl() local 686 pae = 1; in twl_load_sgl() 704 sgl = (TW_SG_Entry_ISO *)((u32 *)oldcommand+oldcommand->size - (sizeof(TW_SG_Entry_ISO)/4) + pae + (sizeof(dma_addr_t) > 4 ? 1 : 0)); in twl_load_sgl() 707 oldcommand->size += pae; in twl_load_sgl()
|
/kernel/linux/linux-6.6/arch/x86/kvm/mmu/ |
H A D | mmu.c | 209 BUILD_MMU_ROLE_REGS_ACCESSOR(cr4, pae, X86_CR4_PAE);
|
/kernel/linux/linux-6.6/arch/x86/kvm/ |
H A D | x86.c | 864 * Load the pae pdptrs. Return 1 if they are all valid, 0 otherwise. 11604 bool pae = (sregs2->cr0 & X86_CR0_PG) && (sregs2->cr4 & X86_CR4_PAE) && in __set_sregs2() local 11611 if (valid_pdptrs && (!pae || vcpu->arch.guest_state_protected)) in __set_sregs2()
|