Lines Matching refs:nid
102 int nid; member
111 static int __init cbe_ptcal_enable_on_node(int nid, int order) in cbe_ptcal_enable_on_node() argument
118 rtas_call(ptcal_stop_tok, 1, 1, NULL, nid); in cbe_ptcal_enable_on_node()
124 area->nid = nid; in cbe_ptcal_enable_on_node()
126 area->pages = __alloc_pages_node(area->nid, in cbe_ptcal_enable_on_node()
132 __func__, area->nid); in cbe_ptcal_enable_on_node()
143 __func__, area->nid, addr); in cbe_ptcal_enable_on_node()
146 if (rtas_call(ptcal_start_tok, 3, 1, NULL, area->nid, in cbe_ptcal_enable_on_node()
150 __func__, nid); in cbe_ptcal_enable_on_node()
197 const u32 *nid = of_get_property(np, "node-id", NULL); in cbe_ptcal_enable() local
198 if (!nid) { in cbe_ptcal_enable()
203 cbe_ptcal_enable_on_node(*nid, order); in cbe_ptcal_enable()
219 if (rtas_call(ptcal_stop_tok, 1, 1, NULL, area->nid)) { in cbe_ptcal_disable()
222 area->nid); in cbe_ptcal_disable()