Searched refs:pae (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/arch/arc/mm/ |
D | tlb.c | 753 unsigned int ver:8, sasid:1, sz1:4, sz0:4, res:2, pae:1, in read_decode_mmu_bcr() member 758 pae:1, res:2, sz0:4, sz1:4, sasid:1, ver:8; in read_decode_mmu_bcr() 791 pae_exists = mmu->pae = mmu4->pae; in read_decode_mmu_bcr() 811 IS_AVAIL2(p_mmu->pae, ", PAE40 ", CONFIG_ARC_HAS_PAE40)); in arc_mmu_mumbojumbo() 867 if (IS_ENABLED(CONFIG_ARC_HAS_PAE40) && !mmu->pae) in arc_mmu_init()
|
/Linux-v4.19/arch/arc/include/asm/ |
D | arcregs.h | 277 unsigned int ver:4, pg_sz_k:8, s_pg_sz_m:8, pad:10, sasid:1, pae:1; member
|
/Linux-v4.19/drivers/scsi/ |
D | 3w-sas.c | 681 unsigned int pae = 0; in twl_load_sgl() local 684 pae = 1; in twl_load_sgl() 702 …sgl = (TW_SG_Entry_ISO *)((u32 *)oldcommand+oldcommand->size - (sizeof(TW_SG_Entry_ISO)/4) + pae +… in twl_load_sgl() 705 oldcommand->size += pae; in twl_load_sgl()
|
D | 3w-9xxx.c | 1381 unsigned int pae = 0; in twa_load_sgl() local 1384 pae = 1; in twa_load_sgl() 1403 sgl = (TW_SG_Entry *)((u32 *)oldcommand+oldcommand->size - (sizeof(TW_SG_Entry)/4) + pae); in twa_load_sgl() 1409 oldcommand->size += pae; in twa_load_sgl()
|
/Linux-v4.19/Documentation/virtual/kvm/ |
D | mmu.txt | 52 pages, pae, pse, pse36, cr0.wp, and 1GB pages. Emulated hardware also 162 Contains the value of cr4.pae for which the page is valid (e.g. whether
|