Home
last modified time | relevance | path

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

/xnu-12377.61.12/san/memory/
H A Dkasan-x86_64.c143 uint64_t *L2; in kasan_map_shadow_superpage_zero() local
157 L2 = (uint64_t *)(L3[addr.pdpt] & ~PAGE_MASK); in kasan_map_shadow_superpage_zero()
158 if (L2 == NULL) { in kasan_map_shadow_superpage_zero()
160 L2 = (uint64_t *)phys2virt(pmem); in kasan_map_shadow_superpage_zero()
165 L2 = (uint64_t *)phys2virt(L2); in kasan_map_shadow_superpage_zero()
168 L1 = (uint64_t *)(L2[addr.pd] & ~PAGE_MASK); in kasan_map_shadow_superpage_zero()
170 L2[addr.pd] = (uint64_t)zero_superpage_phys in kasan_map_shadow_superpage_zero()
199 uint64_t *L2; in kasan_map_shadow() local
214 L2 = (uint64_t *)(L3[addr.pdpt] & ~PAGE_MASK); in kasan_map_shadow()
215 if (L2 == NULL) { in kasan_map_shadow()
[all …]
/xnu-12377.61.12/libsyscall/custom/
H A D__fork.s65 jz L2 // parent, since r1 == 0 in parent, 1 in child
70 L2: label
92 jz L2 // parent, since r1 == 0 in parent, 1 in child
98 L2: label
H A D__vfork.s79 jz L2 // parent, since r1 == 0 in parent, 1 in child
83 L2: label
121 jz L2 // parent, since r1 == 0 in parent, 1 in child
125 L2: label
/xnu-12377.61.12/osfmk/i386/
H A Dcpuid.c78 L2, /* L2 (unified) cache */ enumerator
123 { 0x21, CACHE, L2, 8, 256 * K, 64 },
130 { 0x40, CACHE, L2, NA, 0, NA },
131 { 0x41, CACHE, L2, 4, 128 * K, 32 },
132 { 0x42, CACHE, L2, 4, 256 * K, 32 },
133 { 0x43, CACHE, L2, 4, 512 * K, 32 },
134 { 0x44, CACHE, L2, 4, 1 * M, 32 },
135 { 0x45, CACHE, L2, 4, 2 * M, 32 },
138 { 0x48, CACHE, L2, 12, 3 * M, 64 },
139 { 0x49, CACHE, L2, 16, 4 * M, 64 },
[all …]
H A Di386_init.c558 #define L2(x, n) L1(x,n-2) L1(x,n) macro
559 #define L3(x, n) L2(x,n-4) L2(x,n)
/xnu-12377.61.12/osfmk/x86_64/
H A Dboot_pt.c73 #define L2(x, n) L1(x,n-2) L1(x,n) macro
74 #define L3(x, n) L2(x,n-4) L2(x,n)
/xnu-12377.61.12/doc/building/
H A Dxnu_build_consolidation.md32 * L1/L2 cache geometry parameters (e.g. size, number of set/ways).
/xnu-12377.61.12/makedefs/
H A DMakeInc.def983 # may have a significant chunk of memory (up to an L2 entry in size)
/xnu-12377.61.12/tests/
H A Dstackshot_tests.m1579 …// L0-L2 table and non-compressed L3 block entries should always have bit 1 set; assumes L0-L2 blo…