Lines Matching defs:access
227 u8 type, u32 value, int access)
231 target->hmem_attrs[access].read_latency = value;
232 target->hmem_attrs[access].write_latency = value;
235 target->hmem_attrs[access].read_latency = value;
238 target->hmem_attrs[access].write_latency = value;
241 target->hmem_attrs[access].read_bandwidth = value;
242 target->hmem_attrs[access].write_bandwidth = value;
245 target->hmem_attrs[access].read_bandwidth = value;
248 target->hmem_attrs[access].write_bandwidth = value;
343 /* If the node has a CPU, update access 1 */
702 static void hmat_register_target_perf(struct memory_target *target, int access)
705 node_set_perf_attrs(mem_nid, &target->hmem_attrs[access], access);