Searched refs:mtrr (Results 1 – 2 of 2) sorted by relevance
333 int *mtrr; in devm_arch_phys_wc_add() local336 mtrr = devres_alloc_node(devm_arch_phys_ac_add_release, sizeof(*mtrr), GFP_KERNEL, in devm_arch_phys_wc_add()338 if (!mtrr) in devm_arch_phys_wc_add()343 devres_free(mtrr); in devm_arch_phys_wc_add()347 *mtrr = ret; in devm_arch_phys_wc_add()348 devres_add(dev, mtrr); in devm_arch_phys_wc_add()
141 D(mtrr, 12)
Completed in 4 milliseconds