Lines Matching defs:access
226 u8 type, u32 value, int access)
230 target->hmem_attrs[access].read_latency = value;
231 target->hmem_attrs[access].write_latency = value;
234 target->hmem_attrs[access].read_latency = value;
237 target->hmem_attrs[access].write_latency = value;
240 target->hmem_attrs[access].read_bandwidth = value;
241 target->hmem_attrs[access].write_bandwidth = value;
244 target->hmem_attrs[access].read_bandwidth = value;
247 target->hmem_attrs[access].write_bandwidth = value;
342 /* If the node has a CPU, update access 1 */
701 static void hmat_register_target_perf(struct memory_target *target, int access)
704 node_set_perf_attrs(mem_nid, &target->hmem_attrs[access], access);