Lines Matching refs:access
304 u8 type, u32 value, int access) in hmat_update_target_access() argument
308 target->coord[access].read_latency = value; in hmat_update_target_access()
309 target->coord[access].write_latency = value; in hmat_update_target_access()
312 target->coord[access].read_latency = value; in hmat_update_target_access()
315 target->coord[access].write_latency = value; in hmat_update_target_access()
318 target->coord[access].read_bandwidth = value; in hmat_update_target_access()
319 target->coord[access].write_bandwidth = value; in hmat_update_target_access()
322 target->coord[access].read_bandwidth = value; in hmat_update_target_access()
325 target->coord[access].write_bandwidth = value; in hmat_update_target_access()
333 enum access_coordinate_class access) in hmat_update_target_coordinates() argument
348 coord->read_latency, access); in hmat_update_target_coordinates()
350 coord->write_latency, access); in hmat_update_target_coordinates()
352 coord->read_bandwidth, access); in hmat_update_target_coordinates()
354 coord->write_bandwidth, access); in hmat_update_target_coordinates()
724 unsigned long *p_nodes, int access) in hmat_update_target_attrs() argument
737 if ((access == NODE_ACCESS_CLASS_GENPORT_SINK_LOCAL || in hmat_update_target_attrs()
738 access == NODE_ACCESS_CLASS_GENPORT_SINK_CPU) && in hmat_update_target_attrs()
750 if (access == ACCESS_COORDINATE_LOCAL || in hmat_update_target_attrs()
779 if ((access == ACCESS_COORDINATE_CPU || in hmat_update_target_attrs()
780 access == NODE_ACCESS_CLASS_GENPORT_SINK_CPU) && in hmat_update_target_attrs()
795 hmat_update_target_access(target, loc->hmat_loc->data_type, best, access); in hmat_update_target_attrs()
801 int access) in __hmat_register_target_initiators() argument
807 hmat_update_target_attrs(target, p_nodes, access); in __hmat_register_target_initiators()
810 register_memory_node_under_compute_node(mem_nid, cpu_nid, access); in __hmat_register_target_initiators()
843 static void hmat_register_target_perf(struct memory_target *target, int access) in hmat_register_target_perf() argument
846 node_set_perf_attrs(mem_nid, &target->coord[access], access); in hmat_register_target_perf()