Searched refs:pae (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/ |
D | acl.c | 297 posix_acl_xattr_entry pae; in lustre_acl_xattr_merge2ext() local 316 lustre_posix_acl_le_to_cpu(&pae, &posix_header->a_entries[i]); in lustre_acl_xattr_merge2ext() 317 switch (pae.e_tag) { in lustre_acl_xattr_merge2ext() 322 if (pae.e_id != ACL_UNDEFINED_ID) { in lustre_acl_xattr_merge2ext() 328 if (pae.e_id == NOBODY_UID) in lustre_acl_xattr_merge2ext() 359 if (pae.e_id == NOBODY_GID) in lustre_acl_xattr_merge2ext()
|
/linux-4.4.14/arch/arc/mm/ |
D | tlb.c | 749 unsigned int ver:8, sasid:1, sz1:4, sz0:4, res:2, pae:1, in read_decode_mmu_bcr() member 754 pae:1, res:2, sz0:4, sz1:4, sasid:1, ver:8; in read_decode_mmu_bcr() 785 mmu->pae = mmu4->pae; in read_decode_mmu_bcr() 805 IS_AVAIL2(p_mmu->pae, "PAE40 ", CONFIG_ARC_HAS_PAE40)); in arc_mmu_mumbojumbo() 838 if (IS_ENABLED(CONFIG_ARC_HAS_PAE40) && !mmu->pae) in arc_mmu_init()
|
/linux-4.4.14/arch/arc/include/asm/ |
D | arcregs.h | 330 unsigned int ver:4, pg_sz_k:8, s_pg_sz_m:8, pad:10, sasid:1, pae:1; member
|
/linux-4.4.14/drivers/scsi/ |
D | 3w-sas.c | 687 unsigned int pae = 0; in twl_load_sgl() local 690 pae = 1; in twl_load_sgl() 708 …sgl = (TW_SG_Entry_ISO *)((u32 *)oldcommand+oldcommand->size - (sizeof(TW_SG_Entry_ISO)/4) + pae +… in twl_load_sgl() 711 oldcommand->size += pae; in twl_load_sgl()
|
D | 3w-9xxx.c | 1383 unsigned int pae = 0; in twa_load_sgl() local 1386 pae = 1; in twa_load_sgl() 1405 sgl = (TW_SG_Entry *)((u32 *)oldcommand+oldcommand->size - (sizeof(TW_SG_Entry)/4) + pae); in twa_load_sgl() 1411 oldcommand->size += pae; in twa_load_sgl()
|
/linux-4.4.14/Documentation/virtual/kvm/ |
D | mmu.txt | 52 pages, pae, pse, pse36, cr0.wp, and 1GB pages. Work is in progress to support 162 Contains the value of cr4.pae for which the page is valid (e.g. whether
|