Home
last modified time | relevance | path

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

/xnu-11417.101.15/osfmk/arm64/
H A Dproc_reg.h1035 #define T1SZ_BOOT T0SZ_BOOT macro
1039 #define T1SZ_BOOT 25ULL macro
1041 #define T1SZ_BOOT 17ULL macro
1045 #define T1SZ_BOOT 26ULL macro
1047 #define T1SZ_BOOT 25ULL macro
1079 #define TCR_EL1_BOOT (TCR_EL1_BASE | (T1SZ_BOOT << TCR_T1SZ_SHIFT) | (TCR_TG0_GRANULE_SIZE))
1080 #define T1SZ_USER (T1SZ_BOOT + 1)
1083 #define TCR_EL1_BOOT (TCR_EL1_BASE | (T1SZ_BOOT << TCR_T1SZ_SHIFT) | (TCR_TG0_GRANULE_SIZE))
1086 #define TCR_EL1_4KB (TCR_EL1_BASE | (T1SZ_BOOT << TCR_T1SZ_SHIFT) | (TCR_TG0_GRANULE_4KB))
1087 #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.c1964 .arg = ((uint64_t)-1) ^ (1LLU << (64 - T1SZ_BOOT)), in arm64_panic_lockdown_test()
H A Dsleh.c795 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-11417.101.15/osfmk/arm/
H A Dmachine_routines.h1263 #define PTR_MASK ONES(64-T1SZ_BOOT)
/xnu-11417.101.15/osfmk/arm64/sptm/
H A Darm_init_sptm.c421 SECURITY_READ_ONLY_LATE(unsigned long) gT1Sz = T1SZ_BOOT;
/xnu-11417.101.15/osfmk/kern/
H A Dkalloc.c2069 #define KALLOC_ARRAY_TYPE_SHIFT (64 - T1SZ_BOOT - 1)
2084 static_assert(T1SZ_BOOT + 1 + VM_KERNEL_POINTER_SIGNIFICANT_BITS <= 64);
/xnu-11417.101.15/osfmk/arm64/sptm/pmap/
H A Dpmap.c1649 kernel_pmap->min = UINT64_MAX - (1ULL << (64 - T1SZ_BOOT)) + 1; in pmap_bootstrap()
11187 return 64 - T1SZ_BOOT;
/xnu-11417.101.15/osfmk/arm/pmap/
H A Dpmap.c2253 kernel_pmap->min = UINT64_MAX - (1ULL << (64 - T1SZ_BOOT)) + 1; in pmap_bootstrap()
12903 return 64 - T1SZ_BOOT;