Home
last modified time | relevance | path

Searched refs:AMD_DFLT_L2_CACHE_SIZE (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dproc64_support.S60 .amd64cache2: .quad AMD_DFLT_L2_CACHE_SIZE
61 .amd64cache2half: .quad AMD_DFLT_L2_CACHE_SIZE/2
63 .int AMD_DFLT_L2_CACHE_SIZE
H A Dproc64_id.h62 #define AMD_DFLT_L2_CACHE_SIZE (1024 * 1024) macro
H A Dproc64_id.c117 uint_t l2_cache_size = AMD_DFLT_L2_CACHE_SIZE; in get_amd_cache_info()