Home
last modified time | relevance | path

Searched refs:T1SZ_BOOT (Results 1 – 10 of 10) sorted by relevance

/xnu-11215.61.5/osfmk/arm64/
H A Dproc_reg.h993 #define T1SZ_BOOT T0SZ_BOOT macro
997 #define T1SZ_BOOT 25ULL macro
999 #define T1SZ_BOOT 17ULL macro
1003 #define T1SZ_BOOT 26ULL macro
1005 #define T1SZ_BOOT 25ULL macro
1037 #define TCR_EL1_BOOT (TCR_EL1_BASE | (T1SZ_BOOT << TCR_T1SZ_SHIFT) | (TCR_TG0_GRANULE_SIZE))
1038 #define T1SZ_USER (T1SZ_BOOT + 1)
1041 #define TCR_EL1_BOOT (TCR_EL1_BASE | (T1SZ_BOOT << TCR_T1SZ_SHIFT) | (TCR_TG0_GRANULE_SIZE))
1044 #define TCR_EL1_4KB (TCR_EL1_BASE | (T1SZ_BOOT << TCR_T1SZ_SHIFT) | (TCR_TG0_GRANULE_4KB))
1045 #define TCR_EL1_16KB (TCR_EL1_BASE | (T1SZ_BOOT << TCR_T1SZ_SHIFT) | (TCR_TG0_GRANULE_16KB))
H A Darm_vm_init.c129 SECURITY_READ_ONLY_LATE(unsigned long) gT1Sz = T1SZ_BOOT;
552 uint64_t kva_base = ~((1ULL << (64 - T1SZ_BOOT)) - 1); in dump_kva_space()
H A Dplatform_tests.c1954 .arg = ((uint64_t)-1) ^ (1LLU << (64 - T1SZ_BOOT)), in arm64_panic_lockdown_test()
H A Dsleh.c784 uint64_t fault_addr_mask = fault_addr_bitmask(0, 64 - T1SZ_BOOT - 1); in sleh_synchronous()
H A Dlocore.s139 mov x3, #((1 << (64 - T1SZ_BOOT - 1)) - 1)
/xnu-11215.61.5/osfmk/arm/
H A Dmachine_routines.h1255 #define PTR_MASK ONES(64-T1SZ_BOOT)
/xnu-11215.61.5/osfmk/arm64/sptm/
H A Darm_init_sptm.c410 SECURITY_READ_ONLY_LATE(unsigned long) gT1Sz = T1SZ_BOOT;
/xnu-11215.61.5/osfmk/kern/
H A Dkalloc.c2046 #define KALLOC_ARRAY_TYPE_SHIFT (64 - T1SZ_BOOT - 1)
2061 static_assert(T1SZ_BOOT + 1 + VM_KERNEL_POINTER_SIGNIFICANT_BITS <= 64);
/xnu-11215.61.5/osfmk/arm64/sptm/pmap/
H A Dpmap.c1649 kernel_pmap->min = UINT64_MAX - (1ULL << (64 - T1SZ_BOOT)) + 1; in pmap_bootstrap()
11122 return 64 - T1SZ_BOOT;
/xnu-11215.61.5/osfmk/arm/pmap/
H A Dpmap.c2258 kernel_pmap->min = UINT64_MAX - (1ULL << (64 - T1SZ_BOOT)) + 1; in pmap_bootstrap()
12899 return 64 - T1SZ_BOOT;