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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/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 59 milliseconds