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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/x86/kernel/cpu/
H A Dintel_cacheinfo.c314 static struct amd_l3_cache **__cpuinitdata l3_caches; variable in typeref:struct:__cpuinitdata
379 if (!l3_caches) {
382 l3_caches = kzalloc(size, GFP_ATOMIC);
383 if (!l3_caches)
389 if (!l3_caches[node]) {
390 l3_caches[node] = amd_init_l3_cache(node);
391 l3_caches[node]->can_disable = true;
394 WARN_ON(!l3_caches[node]);
396 this_leaf->l3 = l3_caches[node];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/x86/kernel/cpu/
H A Dintel_cacheinfo.c314 static struct amd_l3_cache **__cpuinitdata l3_caches; variable in typeref:struct:__cpuinitdata
379 if (!l3_caches) {
382 l3_caches = kzalloc(size, GFP_ATOMIC);
383 if (!l3_caches)
389 if (!l3_caches[node]) {
390 l3_caches[node] = amd_init_l3_cache(node);
391 l3_caches[node]->can_disable = true;
394 WARN_ON(!l3_caches[node]);
396 this_leaf->l3 = l3_caches[node];

Completed in 113 milliseconds