Home
last modified time | relevance | path

Searched refs:pae (Results 1 – 9 of 9) sorted by relevance

/linux/arch/arc/mm/
H A Dtlb.c22 unsigned int ver, pg_sz_k, s_pg_sz_m, pae, sets, ways; member
592 mmu->pae = mmu4->pae; in arc_mmu_mumbojumbo()
606 IS_AVAIL2(mmu->pae, ", PAE40 ", CONFIG_ARC_HAS_PAE40)); in arc_mmu_mumbojumbo()
613 return mmuinfo.pae && !is_pae40_enabled(); in pae40_exist_but_not_enab()
654 if (IS_ENABLED(CONFIG_ARC_HAS_PAE40) && !mmu->pae) in arc_mmu_init()
/linux/arch/arc/include/asm/
H A Darcregs.h200 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;
/linux/lib/zstd/common/
H A Dcpu.h135 D(pae, 6)
/linux/drivers/scsi/
H A D3w-sas.c683 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 +… in twl_load_sgl()
707 oldcommand->size += pae; in twl_load_sgl()
H A D3w-9xxx.c1385 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()
/linux/tools/arch/x86/kcpuid/
H A Dcpuid.csv70 1, 0, edx, 6, pae , Physical Address Extensions
676 0x80000001, 0, edx, 6, pae , Physical Address Extensions
/linux/Documentation/virt/kvm/x86/
H A Dmmu.rst66 pages, pae, pse, pse36, cr0.wp, and 1GB pages. Emulated hardware also
/linux/arch/x86/kvm/
H A Dx86.c11972 bool pae = (sregs2->cr0 & X86_CR0_PG) && (sregs2->cr4 & X86_CR4_PAE) && in __set_sregs2() local
11979 if (valid_pdptrs && (!pae || vcpu->arch.guest_state_protected)) in __set_sregs2()
/linux/arch/x86/kvm/mmu/
H A Dmmu.c208 BUILD_MMU_ROLE_REGS_ACCESSOR(cr4, pae, X86_CR4_PAE);