Searched refs:L3 (Results 1 - 2 of 2) sorted by relevance

/xnu-2422.115.4/osfmk/i386/
H A Dcpuid.c80 L3, /* L3 (unified) cache */ enumerator in enum:__anon885
82 L3_2LINESECTOR, /* L3(unified) cache with 2 lines per sector */
137 { 0x46, CACHE, L3, 4, 4*M, 64 },
138 { 0x47, CACHE, L3, 8, 8*M, 64 },
141 { 0x4A, CACHE, L3, 12, 6*M, 64 },
142 { 0x4B, CACHE, L3, 16, 8*M, 64 },
143 { 0x4C, CACHE, L3, 12, 12*M, 64 },
144 { 0x4D, CACHE, L3, 16, 16*M, 64 },
190 { 0xD0, CACHE, L3,
[all...]
/xnu-2422.115.4/osfmk/x86_64/
H A Dboot_pt.c74 #define L3(x,n) L2(x,n-4) L2(x,n) macro
75 #define L4(x,n) L3(x,n-8) L3(x,n)

Completed in 13 milliseconds