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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dk8.c16 static u32 *flush_words; variable
60 flush_words = kmalloc(num_k8_northbridges * sizeof(u32), GFP_KERNEL);
61 if (!flush_words) {
70 pci_read_config_dword(dev, 0x9c, &flush_words[i++]);
104 flush_words[i]|1);

Completed in 277 milliseconds