| /linux/scripts/gdb/linux/ |
| H A D | mm.py | 24 def __init__(self): argument 28 self.ops = aarch64_page_ops() 30 self.ops = x86_page_ops() 35 def __init__(self): argument 36 self.struct_page_size = utils.get_page_type().sizeof 37 self.PAGE_SHIFT = constants.LX_CONFIG_PAGE_SHIFT 38 self.PAGE_SIZE = 1 << self.PAGE_SHIFT 39 self.PAGE_MASK = (~(self.PAGE_SIZE - 1)) & ((1 << 64) - 1) 41 self.PAGE_OFFSET = int(gdb.parse_and_eval("page_offset_base")) 42 self.VMEMMAP_START = int(gdb.parse_and_eval("vmemmap_base")) [all …]
|
| H A D | pgtable.py | 64 def __init__(self, cr3, page_levels): 65 self.cr3 = cr3 66 self.page_levels = page_levels argument 67 self.page_level_write_through = is_bit_defined_tupled(cr3, 3) 68 self.page_level_cache_disabled = is_bit_defined_tupled(cr3, 4) 69 self.next_entry_physical_address = cr3 & PHYSICAL_ADDRESS_MASK & page_mask() 71 def next_entry(self, va): 72 next_level = self.page_levels 73 return PageHierarchyEntry(entry_va(next_level, self.next_entry_physical_address, va), next_level) argument 75 def mk_string(self) 77 mk_string(self) global() argument 89 __init__(self, address, level) global() argument 136 next_entry(self, va) global() argument 144 mk_string(self) global() argument 204 __init__(self) global() argument 207 invoke(self, arg, from_tty) global() argument [all...] |
| /linux/tools/perf/scripts/python/ |
| H A D | exported-sql-viewer.py | 194 def __init__(self, task, param=None, parent=None): argument 195 super(Thread, self).__init__(parent) 196 self.task = task 197 self.param = param 199 def run(self): argument 201 if self.param is None: 202 done, result = self.task() 204 done, result = self.task(self.param) 205 self.done.emit(result) 213 def __init__(self, glb, params, parent=None): argument [all …]
|
| H A D | sched-migration.py | 41 def __repr__(self): argument 49 def __init__(self, sleeper): argument 50 self.sleeper = sleeper 52 def __repr__(self): argument 53 return "%s gone to sleep" % thread_name(self.sleeper) 60 def __init__(self, wakee): argument 61 self.wakee = wakee 63 def __repr__(self): argument 64 return "%s woke up" % thread_name(self.wakee) 71 def __init__(self, child): argument [all …]
|
| /linux/tools/lib/python/feat/ |
| H A D | parse_features.py | 52 def __init__(self, prefix, debug=0, enable_fname=False): 57 self.prefix = prefix 58 self.debug = debug 59 self.enable_fname = enable_fname 61 self.data = {} 64 self.max_size_name = len(self.h_name) 65 self.max_size_kconfig = len(self.h_kconfig) argument 66 self 41 __init__(self, prefix, debug=0, enable_fname=False) global() argument 68 parse_error(self, fname, ln, msg, data=None) global() argument 84 parse_feat_file(self, fname) global() argument 206 parse(self) global() argument 222 output_arch_table(self, arch, feat=None) global() argument 282 output_feature(self, feat) global() argument 332 matrix_lines(self, desc_size, max_size_status, header) global() argument 346 output_matrix(self) global() argument 466 list_arch_features(self, arch, feat) global() argument [all...] |
| /linux/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/ |
| H A D | SchedGui.py | 23 def __init__(self, sched_tracer, title, parent = None, id = -1): argument 24 wx.Frame.__init__(self, parent, id, title) 26 (self.screen_width, self.screen_height) = wx.GetDisplaySize() 27 self.screen_width -= 10 28 self.screen_height -= 10 29 self.zoom = 0.5 30 self.scroll_scale = 20 31 self.sched_tracer = sched_tracer 32 self.sched_tracer.set_root_win(self) 33 (self.ts_start, self.ts_end) = sched_tracer.interval() [all …]
|
| /linux/tools/testing/selftests/damon/ |
| H A D | _damon_sysfs.py | 47 def __init__(self, size=None, nr_accesses=None, age=None): argument 48 self.size = size 49 self.nr_accesses = nr_accesses 50 self.age = age 52 if self.size is None: 53 self.size = [0, 2**64 - 1] 54 if self.nr_accesses is None: 55 self.nr_accesses = [0, 2**32 - 1] 56 if self.age is None: 57 self 59 sysfs_dir(self) global() argument 62 stage(self) global() argument 101 __init__(self, metric, target_value=10000, current_value=0, nid=0) global() argument 107 sysfs_dir(self) global() argument 110 stage(self) global() argument 139 __init__(self, sz=0, ms=0, goals=None, reset_interval_ms=0, weight_sz_permil=0, weight_nr_accesses_permil=0, weight_age_permil=0) global() argument 153 sysfs_dir(self) global() argument 156 stage(self) global() argument 204 __init__(self, metric='none', interval=0, high=0, mid=0, low=0) global() argument 211 sysfs_dir(self) global() argument 214 stage(self) global() argument 245 __init__(self, type_='anon', matching=False, allow=False, memcg_path='', addr_start=0, addr_end=0, target_idx=0, min_=0, max_=0) global() argument 258 sysfs_dir(self) global() argument 261 stage(self) global() argument 301 __init__(self, name, filters=[]) global() argument 308 sysfs_dir(self) global() argument 311 stage(self) global() argument 328 __init__(self, id=0, weight=0) global() argument 332 sysfs_dir(self) global() argument 335 stage(self) global() argument 348 __init__(self, dests=[]) global() argument 354 sysfs_dir(self) global() argument 357 stage(self) global() argument 375 __init__(self, nr_tried, sz_tried, nr_applied, sz_applied, qt_exceeds) global() argument 383 __init__(self, start, end, nr_accesses, age) global() argument 406 __init__(self, action='stat', access_pattern=DamosAccessPattern(), quota=DamosQuota(), watermarks=DamosWatermarks(), core_filters=[], ops_filters=[], filters=[], target_nid=0, dests=DamosDests(), apply_interval_us=0) global() argument 433 sysfs_dir(self) global() argument 437 stage(self) global() argument 483 __init__(self, pid, obsolete=False) global() argument 487 sysfs_dir(self) global() argument 491 stage(self) global() argument 511 __init__(self, access_bp=0, aggrs=0, min_sample_us=0, max_sample_us=0) global() argument 517 sysfs_dir(self) global() argument 520 stage(self) global() argument 547 __init__(self, sample_us=5000, aggr_us=100000, intervals_goal=IntervalsGoal(), update_us=1000000, min_nr_regions=10, max_nr_regions=1000) global() argument 558 interval_sysfs_dir(self) global() argument 562 nr_regions_range_sysfs_dir(self) global() argument 566 stage(self) global() argument 603 __init__(self, ops='paddr', monitoring_attrs=DamonAttrs(), targets=[], schemes=[]) global() argument 619 sysfs_dir(self) global() argument 623 stage(self) global() argument 668 __init__(self, contexts=[]) global() argument 674 sysfs_dir(self) global() argument 677 start(self) global() argument 698 stop(self) global() argument 702 update_schemes_tried_regions(self) global() argument 732 update_schemes_tried_bytes(self) global() argument 745 update_schemes_stats(self) global() argument 762 update_schemes_effective_quotas(self) global() argument 778 commit(self) global() argument 797 commit_schemes_quota_goals(self) global() argument 812 __init__(self, kdamonds=[]) global() argument 818 sysfs_dir(self) global() argument 821 start(self) global() argument 832 stop(self) global() argument [all...] |
| /linux/tools/crypto/ccp/ |
| H A D | test_dbc.py | 34 def __init__(self, data) -> None: argument 35 self.d = None 36 self.signature = b"FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF" 37 self.uid = b"1111111111111111" 40 def setUp(self) -> None: argument 41 self.d = open(DEVICE_NODE) 44 def tearDown(self) -> None: argument 45 if self.d: 46 self.d.close() 51 def setUp(self) -> None: argument [all …]
|
| /linux/tools/testing/selftests/drivers/net/lib/py/ |
| H A D | env.py | 25 def __init__(self, src_path): 26 self.src_path = Path(src_path) 27 self.test_dir = self.src_path.parent.resolve() 28 self.net_lib_dir = (Path(__file__).parent / "../../../../net/lib").resolve() argument 30 self.env = self._load_env_file() 33 self.dev = None 35 def _load_env_file(self): 38 src_dir = Path(self 21 __init__(self, src_path) global() argument 56 __init__(self, src_path, nsim_test=None, **kwargs) global() argument 75 __enter__(self) global() argument 80 __exit__(self, ex_type, ex_value, ex_tb) global() argument 86 __del__(self) global() argument 105 __init__(self, src_path, nsim_test=None) global() argument 166 create_local(self) global() argument 186 _check_env(self) global() argument 210 resolve_remote_ifc(self) global() argument 222 __enter__(self) global() argument 225 __exit__(self, ex_type, ex_value, ex_tb) global() argument 231 __del__(self) global() argument 245 require_ipver(self, ipver) global() argument 249 _require_cmd(self, comm, key, host=None) global() argument 257 require_cmd(self, comm, local=True, remote=False) global() argument 265 wait_hw_stats_settle(self) global() argument [all...] |
| /linux/rust/syn/gen/ |
| H A D | clone.rs | 10 fn clone(&self) -> Self { in clone() argument 12 extern_token: self.extern_token.clone(), in clone() 13 name: self.name.clone(), in clone() 20 fn clone(&self) -> Self { in clone() argument 22 colon2_token: self.colon2_token.clone(), in clone() 23 lt_token: self.lt_token.clone(), in clone() 24 args: self.args.clone(), in clone() 25 gt_token: self.gt_token.clone(), in clone() 32 fn clone(&self) -> Self { in clone() argument 34 attrs: self.attrs.clone(), in clone() [all …]
|
| /linux/tools/lib/python/kdoc/ |
| H A D | kdoc_output.py | 70 def __init__(self): 73 self.out_mode = self.OUTPUT_ALL 74 self.enable_lineno = None 75 self.nosymbol = {} 76 self.symbol = None 77 self.function_table = None 78 self.config = None argument 79 self.no_doc_sections = False 81 self 65 __init__(self) global() argument 85 set_filter(self, export, internal, symbol, nosymbol, function_table, enable_lineno, no_doc_sections) global() argument 112 highlight_block(self, block) global() argument 122 out_warnings(self, args) global() argument 130 check_doc(self, name, args) global() argument 150 check_declaration(self, dtype, name, args) global() argument 178 msg(self, fname, name, args) global() argument 218 set_symbols(self, symbols) global() argument 221 out_doc(self, fname, name, args) global() argument 224 out_function(self, fname, name, args) global() argument 227 out_enum(self, fname, name, args) global() argument 230 out_typedef(self, fname, name, args) global() argument 233 out_struct(self, fname, name, args) global() argument 264 __init__(self) global() argument 275 print_lineno(self, ln) global() argument 282 output_highlight(self, args) global() argument 334 out_section(self, args, out_docblock=False) global() argument 359 out_doc(self, fname, name, args) global() argument 364 out_function(self, fname, name, args) global() argument 446 out_enum(self, fname, name, args) global() argument 475 out_typedef(self, fname, name, args) global() argument 492 out_struct(self, fname, name, args) global() argument 573 __init__(self, modulename) global() argument 600 arg_name(self, args, name) global() argument 620 set_symbols(self, symbols) global() argument 629 out_tail(self, fname, name, args) global() argument 652 msg(self, fname, name, args) global() argument 663 output_highlight(self, block) global() argument 684 out_doc(self, fname, name, args) global() argument 696 out_function(self, fname, name, args) global() argument 744 out_enum(self, fname, name, args) global() argument 776 out_typedef(self, fname, name, args) global() argument 790 out_struct(self, fname, name, args) global() argument [all...] |
| /linux/tools/testing/selftests/bpf/ |
| H A D | json_writer.c | 29 static void jsonw_indent(json_writer_t *self) in jsonw_indent() argument 32 for (i = 0; i < self->depth; ++i) in jsonw_indent() 33 fputs(" ", self->out); in jsonw_indent() 37 static void jsonw_eol(json_writer_t *self) in jsonw_eol() argument 39 if (!self->pretty) in jsonw_eol() 42 putc('\n', self->out); in jsonw_eol() 43 jsonw_indent(self); in jsonw_eol() 47 static void jsonw_eor(json_writer_t *self) in jsonw_eor() argument 49 if (self->sep != '\0') in jsonw_eor() 50 putc(self->sep, self->out); in jsonw_eor() [all …]
|
| /linux/tools/bpf/bpftool/ |
| H A D | json_writer.c | 29 static void jsonw_indent(json_writer_t *self) in jsonw_indent() argument 32 for (i = 0; i < self->depth; ++i) in jsonw_indent() 33 fputs(" ", self->out); in jsonw_indent() 37 static void jsonw_eol(json_writer_t *self) in jsonw_eol() argument 39 if (!self->pretty) in jsonw_eol() 42 putc('\n', self->out); in jsonw_eol() 43 jsonw_indent(self); in jsonw_eol() 47 static void jsonw_eor(json_writer_t *self) in jsonw_eor() argument 49 if (self->sep != '\0') in jsonw_eor() 50 putc(self->sep, self->out); in jsonw_eor() [all …]
|
| /linux/tools/verification/rvgen/rvgen/ |
| H A D | generator.py | 15 def __init__(self, extra_params={}): argument 16 self.name = extra_params.get("model_name") 17 self.parent = extra_params.get("parent") 18 self.abs_template_dir = \ 19 os.path.join(os.path.dirname(__file__), "templates", self.template_dir) 20 self.main_c = self._read_template_file("main.c") 21 self.kconfig = self._read_template_file("Kconfig") 22 self 27 __fill_rv_kernel_dir(self) global() argument 53 _read_file(self, path) global() argument 64 _read_template_file(self, file) global() argument 74 fill_parent(self) global() argument 77 fill_include_parent(self) global() argument 82 fill_tracepoint_handlers_skel(self) global() argument 85 fill_tracepoint_attach_probe(self) global() argument 88 fill_tracepoint_detach_helper(self) global() argument 91 fill_main_c(self) global() argument 109 fill_model_h(self) global() argument 112 fill_monitor_class_type(self) global() argument 115 fill_monitor_class(self) global() argument 118 fill_tracepoint_args_skel(self, tp_type) global() argument 121 fill_monitor_deps(self) global() argument 129 fill_kconfig(self) global() argument 140 _patch_file(self, file, marker, line) global() argument 147 fill_tracepoint_tooltip(self) global() argument 160 _kconfig_marker(self, container=None) global() argument 164 fill_kconfig_tooltip(self) global() argument 177 fill_makefile_tooltip(self) global() argument 191 fill_monitor_tooltip(self) global() argument 196 __create_directory(self) global() argument 207 __write_file(self, file_name, content) global() argument 217 _create_file(self, file_name, content) global() argument 223 __get_main_name(self) global() argument 229 print_files(self) global() argument 248 __init__(self, extra_params={}) global() argument 252 fill_trace_h(self) global() argument 266 print_files(self) global() argument [all...] |
| H A D | dot2c.py | 26 def __init__(self, file_path, model_name=None): 28 self.line_length = 100 30 def __get_enum_states_content(self) -> list[str]: 32 buff.append(f"\t{self.initial_state}{self.enum_suffix},") 33 for state in self.states: 34 if state != self.initial_state: 35 buff.append(f"\t{state}{self.enum_suffix},") 36 buff.append(f"\tstate_max{self.enum_suffix},") 40 def format_states_enum(self) 25 __init__(self, file_path, model_name=None) global() argument 29 __buff_to_string(self, buff) global() argument 38 __get_enum_states_content(self) global() argument 48 get_enum_states_string(self) global() argument 52 format_states_enum(self) global() argument 60 __get_enum_events_content(self) global() argument 74 get_enum_events_string(self) global() argument 78 format_events_enum(self) global() argument 86 get_minimun_type(self) global() argument 100 format_automaton_definition(self) global() argument 112 format_aut_init_header(self) global() argument 117 __get_string_vector_per_line_content(self, buff) global() argument 130 get_aut_init_events_string(self) global() argument 133 get_aut_init_states_string(self) global() argument 136 format_aut_init_events_string(self) global() argument 143 format_aut_init_states_string(self) global() argument 151 __get_max_strlen_of_states(self) global() argument 155 get_aut_init_function(self) global() argument 183 format_aut_init_function(self) global() argument 191 get_aut_init_initial_state(self) global() argument 194 format_aut_init_initial_state(self) global() argument 201 get_aut_init_final_states(self) global() argument 216 format_aut_init_final_states(self) global() argument 222 __get_automaton_initialization_footer_string(self) global() argument 226 format_aut_init_footer(self) global() argument 232 format_invalid_state(self) global() argument 238 format_model(self) global() argument 254 print_model_classic(self) global() argument [all...] |
| H A D | ltl2ba.py | 73 def __init__(self, incoming: set['GraphNode'], new, old, _next): 74 self.init = False 75 self.outgoing = set() 76 self.labels = set() 77 self.incoming = incoming.copy() 78 self.new = new.copy() 79 self.old = old.copy() 80 self.next = _next.copy() 81 self.id = GraphNode.uid 84 def expand(self, node_se 72 __init__(self, incoming: set['GraphNode'], new, old, _next) global() argument 83 expand(self, node_set) global() argument 95 __lt__(self, other) global() argument 101 __init__(self, op) global() argument 106 __hash__(self) global() argument 109 __eq__(self, other) global() argument 112 __iter__(self) global() argument 116 negate(self) global() argument 120 expand(self, node, node_set) global() argument 123 __str__(self) global() argument 130 normalize(self) global() argument 142 __init__(self, left: ASTNode, right: ASTNode) global() argument 146 __hash__(self) global() argument 149 __iter__(self) global() argument 153 normalize(self) global() argument 156 negate(self) global() argument 159 _is_temporal(self) global() argument 162 is_temporal(self) global() argument 176 normalize(self) global() argument 179 negate(self) global() argument 182 _is_temporal(self) global() argument 200 normalize(self) global() argument 203 negate(self) global() argument 206 _is_temporal(self) global() argument 226 normalize(self) global() argument 229 negate(self) global() argument 232 _is_temporal(self) global() argument 248 normalize(self) global() argument 251 negate(self) global() argument 254 _is_temporal(self) global() argument 270 normalize(self) global() argument 274 _is_temporal(self) global() argument 277 negate(self) global() argument 282 __init__(self, child: ASTNode) global() argument 285 __iter__(self) global() argument 288 __hash__(self) global() argument 291 normalize(self) global() argument 294 _is_temporal(self) global() argument 297 is_temporal(self) global() argument 302 negate(self) global() argument 306 __str__(self) global() argument 309 normalize(self) global() argument 313 _is_temporal(self) global() argument 316 negate(self) global() argument 321 normalize(self) global() argument 326 _is_temporal(self) global() argument 329 negate(self) global() argument 334 normalize(self) global() argument 337 _is_temporal(self) global() argument 340 negate(self) global() argument 354 __str__(self) global() argument 357 normalize(self) global() argument 360 negate(self) global() argument 363 _is_temporal(self) global() argument 375 __init__(self, name: str) global() argument 378 __hash__(self) global() argument 381 __iter__(self) global() argument 384 negate(self) global() argument 388 normalize(self) global() argument 391 is_temporal(self) global() argument 403 __init__(self, value: bool) global() argument 406 __iter__(self) global() argument 409 __hash__(self) global() argument 412 __str__(self) global() argument 417 negate(self) global() argument 421 normalize(self) global() argument 424 is_temporal(self) global() argument [all...] |
| /linux/drivers/gpu/drm/msm/registers/ |
| H A D | gen_header.py | 18 def __init__(self, message): 19 self.message = message 23 def __init__(self, name): 24 self.name = name argument 25 self.values = [] 27 def has_name(self, name): 28 for (n, value) in self.values: 33 def names(self): argument 34 return [n for (n, value) in self.values] 36 def value(self, nam 16 __init__(self, message) global() argument 20 __init__(self, name) global() argument 30 names(self) global() argument 47 dump_pack_struct(self, is_deprecated) global() argument 51 __init__(self, name, low, high, shr, type, parser) global() argument 75 ctype(self, var_name) global() argument 161 __init__(self, name, template) global() argument 171 get_address_field(self) global() argument 177 dump_regpair_builder(self, reg) global() argument 216 dump_pack_struct(self, is_deprecated, reg=None) global() argument 268 dump(self, is_deprecated, prefix=None, reg=None) global() argument 302 __init__(self, attrs, domain, variant, parent, index_type) global() argument 335 index_ctype(self) global() argument 342 indices(self) global() argument 354 total_offset(self) global() argument 362 dump(self, is_deprecated) global() argument 385 dump_pack_struct(self, is_deprecated) global() argument 388 dump_regpair_builder(self) global() argument 392 __init__(self, attrs, domain, array, bit_size) global() argument 411 indices(self) global() argument 420 total_offset(self) global() argument 426 reg_offset(self) global() argument 432 dump(self, is_deprecated) global() argument 448 dump_pack_struct(self, is_deprecated) global() argument 452 dump_regpair_builder(self) global() argument 455 dump_py(self) global() argument 460 __init__(self) global() argument 483 error(self, message) global() argument 487 prefix(self, variant=None) global() argument 497 parse_field(self, name, attrs) global() argument 527 parse_varset(self, attrs) global() argument 534 parse_variants(self, attrs) global() argument 554 add_all_variants(self, reg, attrs, parent_variant) global() argument 571 add_all_usages(self, reg, usages) global() argument 580 do_validate(self, schemafile) global() argument 616 do_parse(self, filename) global() argument 632 parse(self, rnn_path, filename, validate) global() argument 638 parse_reg(self, attrs, bit_size) global() argument 675 start_element(self, name, attrs) global() argument 727 end_element(self, name) global() argument 750 character_data(self, data) global() argument 753 dump_reg_usages(self) global() argument 794 has_variants(self, reg) global() argument 797 dump(self) global() argument 815 dump_regs_py(self) global() argument 825 dump_reg_variants(self, regname, variants) global() argument 901 dump_structs(self) global() argument [all...] |
| /linux/tools/testing/selftests/hid/tests/ |
| H A D | base_device.py | 46 def __init__(self, path): argument 47 self.path = path 49 def __set_value(self, value): argument 50 with open(self.path, "w") as f: 53 def __get_value(self): argument 54 with open(self.path) as f: 58 def int_value(self) -> int: argument 59 return int(self.__get_value()) 62 def int_value(self, v: int) -> None: argument 63 self.__set_value(v) [all …]
|
| /linux/tools/perf/pmu-events/ |
| H A D | metric.py | 123 def ToPerfJson(self) -> str: 127 def ToPython(self) -> str: 131 def Simplify(self): 132 """Returns a simplified version of self.""" argument 135 def HasExperimentalEvents(self) -> bool: 139 def Equals(self, other) -> bool: 143 def Substitute(self, name: str, expression: 'Expression') -> 'Expression': 146 def __str__(self) -> str: 147 return self.ToPerfJson() argument 149 def __or__(self, othe 124 ToPerfJson(self) global() argument 128 ToPython(self) global() argument 136 HasExperimentalEvents(self) global() argument 140 Equals(self, other) global() argument 144 Substitute(self, name: str, expression: 'Expression') global() argument 150 __or__(self, other: Union[int, float, 'Expression']) global() argument 153 __ror__(self, other: Union[int, float, 'Expression']) global() argument 156 __xor__(self, other: Union[int, float, 'Expression']) global() argument 159 __and__(self, other: Union[int, float, 'Expression']) global() argument 162 __rand__(self, other: Union[int, float, 'Expression']) global() argument 165 __lt__(self, other: Union[int, float, 'Expression']) global() argument 168 __gt__(self, other: Union[int, float, 'Expression']) global() argument 171 __add__(self, other: Union[int, float, 'Expression']) global() argument 174 __radd__(self, other: Union[int, float, 'Expression']) global() argument 177 __sub__(self, other: Union[int, float, 'Expression']) global() argument 180 __rsub__(self, other: Union[int, float, 'Expression']) global() argument 183 __mul__(self, other: Union[int, float, 'Expression']) global() argument 186 __rmul__(self, other: Union[int, float, 'Expression']) global() argument 189 __truediv__(self, other: Union[int, float, 'Expression']) global() argument 192 __rtruediv__(self, other: Union[int, float, 'Expression']) global() argument 195 __mod__(self, other: Union[int, float, 'Expression']) global() argument 230 __init__(self, operator: str, lhs: Union[int, float, Expression], rhs: Union[int, float, Expression]) global() argument 236 Bracket(self, other: Expression, other_str: str, rhs: bool = False) global() argument 268 ToPerfJson(self) global() argument 272 ToPython(self) global() argument 276 Simplify(self) global() argument 307 HasExperimentalEvents(self) global() argument 310 Equals(self, other: Expression) global() argument 316 Substitute(self, name: str, expression: Expression) global() argument 329 __init__(self, true_val: Union[int, float, Expression], cond: Union[int, float, Expression], false_val: Union[int, float, Expression]) global() argument 336 ToPerfJson(self) global() argument 342 ToPython(self) global() argument 346 Simplify(self) global() argument 358 HasExperimentalEvents(self) global() argument 362 Equals(self, other: Expression) global() argument 368 Substitute(self, name: str, expression: Expression) global() argument 380 __init__(self, fn: str, lhs: Union[int, float, Expression], rhs: Optional[Union[int, float, Expression]] = None) global() argument 388 ToPerfJson(self) global() argument 393 ToPython(self) global() argument 398 Simplify(self) global() argument 410 HasExperimentalEvents(self) global() argument 413 Equals(self, other: Expression) global() argument 421 Substitute(self, name: str, expression: Expression) global() argument 439 __init__(self, *args: str) global() argument 453 HasExperimentalEvents(self) global() argument 456 ToPerfJson(self) global() argument 460 ToPython(self) global() argument 463 Simplify(self) global() argument 466 Equals(self, other: Expression) global() argument 469 Substitute(self, name: str, expression: Expression) global() argument 476 __init__(self, name: str) global() argument 479 ToPerfJson(self) global() argument 482 ToPython(self) global() argument 485 Simplify(self) global() argument 488 HasExperimentalEvents(self) global() argument 491 Equals(self, other: Expression) global() argument 494 Substitute(self, name: str, expression: Expression) global() argument 501 __init__(self, value: Union[float, str]) global() argument 509 ToPerfJson(self) global() argument 512 ToPython(self) global() argument 515 Simplify(self) global() argument 518 HasExperimentalEvents(self) global() argument 521 Equals(self, other: Expression) global() argument 524 Substitute(self, name: str, expression: Expression) global() argument 531 __init__(self, value: str) global() argument 534 ToPerfJson(self) global() argument 537 ToPython(self) global() argument 540 Simplify(self) global() argument 543 HasExperimentalEvents(self) global() argument 546 Equals(self, other: Expression) global() argument 549 Substitute(self, name: str, expression: Expression) global() argument 598 __init__(self, name: str, description: str, expr: Expression, scale_unit: str, constraint: MetricConstraint = MetricConstraint.GROUPED_EVENTS, threshold: Optional[Expression] = None) global() argument 620 __lt__(self, other) global() argument 624 AddToMetricGroup(self, group) global() argument 629 Flatten(self) global() argument 633 ToPerfJson(self) global() argument 649 ToMetricGroupDescriptions(self, root: bool = True) global() argument 660 __init__(self, name: str, metric_list: List[Union[Optional[Metric], Optional['MetricGroup']]], description: Optional[str] = None) global() argument 671 AddToMetricGroup(self, group) global() argument 676 Flatten(self) global() argument 684 ToPerfJson(self) global() argument 690 ToMetricGroupDescriptions(self, root: bool = True) global() argument 696 __str__(self) global() argument 704 default(self, o) global() argument 719 visit_IfExp(self, node) global() argument [all...] |
| /linux/tools/testing/kunit/ |
| H A D | kunit_tool_test.py | 47 def test_is_subset_of(self): 49 self.assertTrue(kconfig0.is_subset_of(kconfig0)) 53 self.assertTrue(kconfig1.is_subset_of(kconfig1)) 54 self.assertTrue(kconfig0.is_subset_of(kconfig1)) 55 self.assertFalse(kconfig1.is_subset_of(kconfig0)) 57 def test_read_from_file(self): 69 self.assertEqual(kconfig, expected_kconfig) 71 def test_write_to_file(self): 84 self.assertEqual(actual_kconfig, expected_kconfig) 87 def setUp(self) 46 test_is_subset_of(self) global() argument 56 test_read_from_file(self) global() argument 70 test_write_to_file(self) global() argument 86 setUp(self) global() argument 90 noPrintCallContains(self, substr: str) global() argument 94 assertContains(self, needle: str, haystack: kunit_parser.LineStream) global() argument 102 test_output_isolated_correctly(self) global() argument 113 test_output_with_prefix_isolated_correctly(self) global() argument 142 test_parse_successful_test_log(self) global() argument 149 test_parse_successful_nested_tests_log(self) global() argument 156 test_kselftest_nested(self) global() argument 163 test_parse_failed_test_log(self) global() argument 170 test_parse_failed_nested_tests_log(self) global() argument 181 test_no_header(self) global() argument 190 test_missing_test_plan(self) global() argument 201 test_no_tests(self) global() argument 210 test_no_tests_no_plan(self) global() argument 222 test_no_kunit_output(self) global() argument 233 test_skipped_test(self) global() argument 242 test_skipped_all_tests(self) global() argument 250 test_ignores_hyphen(self) global() argument 264 test_ignores_prefix_printk_time(self) global() argument 272 test_ignores_multiple_prefixes(self) global() argument 280 test_prefix_mixed_kernel_output(self) global() argument 288 test_prefix_poundsign(self) global() argument 296 test_kernel_panic_end(self) global() argument 304 test_pound_no_prefix(self) global() argument 312 test_summarize_failures(self) global() argument 333 test_ktap_format(self) global() argument 342 test_parse_subtest_header(self) global() argument 348 test_parse_attributes(self) global() argument 364 test_show_test_output_on_failure(self) global() argument 379 test_parse_late_test_plan(self) global() argument 395 test_basic(self) global() argument 412 test_is_lazy(self) global() argument 431 setUp(self) global() argument 435 test_invalid_kunitconfig(self) global() argument 439 test_valid_kunitconfig(self) global() argument 443 test_dir_kunitconfig(self) global() argument 449 test_multiple_kunitconfig(self) global() argument 466 test_multiple_kunitconfig_invalid(self) global() argument 478 test_kconfig_add(self) global() argument 486 test_invalid_arch(self) global() argument 490 test_run_kernel_hits_exception(self) global() argument 506 test_run_kernel_args_not_mutated(self) global() argument 532 test_run_kernel_skips_terminal_reset_without_tty(self) global() argument 550 test_signal_handler_skips_terminal_reset_without_tty(self) global() argument 562 test_signal_handler_resets_terminal_with_tty(self) global() argument 574 test_build_reconfig_no_config(self) global() argument 590 test_build_reconfig_existing_config(self) global() argument 610 test_build_reconfig_remove_option(self) global() argument 635 setUp(self) global() argument 639 _json_for(self, log_file) global() argument 647 test_failed_test_json(self) global() argument 653 test_crashed_test_json(self) global() argument 659 test_skipped_test_json(self) global() argument 665 test_no_tests_json(self) global() argument 669 test_nested_json(self) global() argument 676 __eq__(self, other) global() argument 680 setUp(self) global() argument 695 test_config_passes_args_pass(self) global() argument 700 test_build_passes_args_pass(self) global() argument 706 test_exec_passes_args_pass(self) global() argument 714 test_run_passes_args_pass(self) global() argument 722 test_exec_passes_args_fail(self) global() argument 728 test_run_passes_args_fail(self) global() argument 737 test_exec_no_tests(self) global() argument 746 test_exec_raw_output(self) global() argument 754 test_run_raw_output(self) global() argument 763 test_run_raw_output_kunit(self) global() argument 772 test_run_raw_output_invalid(self) global() argument 778 test_run_raw_output_does_not_take_positional_args(self) global() argument 786 test_exec_timeout(self) global() argument 793 test_run_timeout(self) global() argument 801 test_run_builddir(self) global() argument 810 test_run_builddir_from_env(self) global() argument 819 test_run_builddir_override(self) global() argument 827 test_config_builddir(self) global() argument 832 test_build_builddir(self) global() argument 838 test_exec_builddir(self) global() argument 845 test_run_kunitconfig(self) global() argument 856 test_config_kunitconfig(self) global() argument 867 test_config_alltests(self) global() argument 880 test_run_multiple_kunitconfig(self, mock_linux_init) global() argument 892 test_run_kconfig_add(self) global() argument 903 test_run_qemu_args(self) global() argument 914 test_run_kernel_args(self) global() argument 921 test_list_tests(self) global() argument 933 test_run_isolated_by_suite(self, mock_tests) global() argument 946 test_run_isolated_by_test(self, mock_tests) global() argument 961 test_list_suites(self, mock_stdout, mock_tests) global() argument 970 test_list_cmds(self, mock_stdout) global() argument 978 test_run_list_opts(self, mock_stdout) global() argument [all...] |
| /linux/tools/testing/selftests/vfio/ |
| H A D | vfio_pci_driver_test.c | 76 self->iommu = iommu_init(variant->iommu_mode); in FIXTURE_SETUP() 77 self->device = vfio_pci_device_init(device_bdf, self->iommu); in FIXTURE_SETUP() 78 self->iova_allocator = iova_allocator_init(self->iommu); in FIXTURE_SETUP() 80 driver = &self->device->driver; in FIXTURE_SETUP() 82 region_setup(self->iommu, self->iova_allocator, &self->memcpy_region, SZ_1G); in FIXTURE_SETUP() 83 region_setup(self->iommu, self->iova_allocator, &driver->region, SZ_2M); in FIXTURE_SETUP() 86 self->unmapped_iova = iova_allocator_alloc(self->iova_allocator, SZ_1G); in FIXTURE_SETUP() 88 vfio_pci_driver_init(self->device); in FIXTURE_SETUP() 89 self->msi_fd = self->device->msi_eventfds[driver->msi]; in FIXTURE_SETUP() 96 self->size = self->device->driver.max_memcpy_size; in FIXTURE_SETUP() [all …]
|
| /linux/tools/net/ynl/pyynl/lib/ |
| H A D | ynl.py | 126 def __init__(self, nl_msg): argument 127 self.nl_msg = nl_msg 128 self.error = -nl_msg.error 130 def __str__(self): argument 133 extack = self.nl_msg.extack.copy() if self.nl_msg.extack else {} 137 msg += os.strerror(self.error) 166 def __init__(self, ynl, policy_idx, policy_table, attr_set, props=None): argument 167 self._policy_idx = policy_idx 168 self 183 __getitem__(self, name) global() argument 199 __getattr__(self, name) global() argument 215 get(self, name, default=None) global() argument 222 __contains__(self, name) global() argument 225 __len__(self) global() argument 228 __iter__(self) global() argument 231 keys(self) global() argument 235 to_dict(self, seen=None) global() argument 256 __repr__(self) global() argument 273 __init__(self, raw, offset) global() argument 289 as_scalar(self, attr_type, byte_order=None) global() argument 293 as_auto_scalar(self, attr_type, byte_order=None) global() argument 300 as_strz(self) global() argument 303 as_bin(self) global() argument 306 as_c_array(self, c_type) global() argument 310 __repr__(self) global() argument 315 __init__(self, msg, offset=0) global() argument 323 __iter__(self) global() argument 326 __repr__(self) global() argument 336 __init__(self, msg, offset, attr_space=None) global() argument 380 annotate_extack(self, attr_space) global() argument 392 cmd(self) global() argument 395 __repr__(self) global() argument 407 __init__(self, data) global() argument 416 __iter__(self) global() argument 555 __init__(self, nl_msg) global() argument 561 cmd(self) global() argument 564 __repr__(self) global() argument 573 __init__(self, family_name, proto_num) global() argument 577 _message(self, nl_type, nl_flags, seq=None) global() argument 583 message(self, flags, command, _version, seq=None) global() argument 586 _decode(self, nl_msg) global() argument 589 decode(self, ynl, nl_msg, op) global() argument 597 get_mcast_id(self, mcast_name, mcast_groups) global() argument 602 msghdr_size(self) global() argument 609 __init__(self, family_name) global() argument 618 message(self, flags, command, version, seq=None) global() argument 623 _decode(self, nl_msg) global() argument 626 get_mcast_id(self, mcast_name, mcast_groups) global() argument 631 msghdr_size(self) global() argument 639 __init__(self, attr_space, attrs, outer = None) global() argument 644 lookup(self, name) global() argument 693 __init__(self, def_path, schema=None, process_unknown=False, recv_size=0) global() argument 736 close(self) global() argument 741 __enter__(self) global() argument 744 __exit__(self, exc_type, exc, tb) global() argument 747 ntf_subscribe(self, mcast_name) global() argument 753 ntf_listen_all_nsid(self) global() argument 770 set_recv_dbg(self, enabled) global() argument 773 _recv_dbg_print(self, reply, nl_msgs) global() argument 781 _encode_enum(self, attr_spec, value) global() argument 792 _get_scalar(self, attr_spec, value) global() argument 803 _add_attr(self, space, name, value, search_attrs) global() argument 880 _add_attr_raw(self, nl_type, attr_payload) global() argument 884 _add_nest_attrs(self, value, sub_space, search_attrs) global() argument 892 _encode_indexed_array(self, vals, sub_space, search_attrs) global() argument 900 _get_enum_or_unknown(self, enum, raw) global() argument 910 _decode_enum(self, raw, attr_spec) global() argument 924 _decode_binary(self, attr, attr_spec) global() argument 940 _decode_array_attr(self, attr, attr_spec) global() argument 966 _decode_nest_type_value(self, attr, attr_spec) global() argument 976 _decode_unknown(self, attr) global() argument 981 _rsp_add(self, rsp, name, is_multi, decoded) global() argument 996 _resolve_selector(self, attr_spec, search_attrs) global() argument 1010 _decode_sub_msg(self, attr, attr_spec, search_attrs) global() argument 1027 _decode(self, attrs, space, outer_attrs = None) global() argument 1095 _decode_extack_path(self, attrs, attr_set, offset, target, search_attrs) global() argument 1133 _decode_extack(self, request, op, extack, vals) global() argument 1146 struct_size(self, name) global() argument 1162 _decode_struct(self, data, name) global() argument 1191 _encode_struct(self, name, vals) global() argument 1215 _formatted_string(self, raw, display_hint) global() argument 1231 _from_string(self, string, attr_spec) global() argument 1257 handle_ntf(self, decoded, nsid=None) global() argument 1272 _recvmsg(self, flags=0) global() argument 1276 check_ntf(self) global() argument 1302 poll_ntf(self, duration=None) global() argument 1321 operation_do_attributes(self, name) global() argument 1332 _encode_message(self, op, vals, flags, req_seq) global() argument 1347 _ops(self, ops) global() argument 1416 _op(self, method, vals, flags=None, dump=False) global() argument 1424 do(self, method, vals, flags=None) global() argument 1427 dump(self, method, vals) global() argument 1430 do_multi(self, ops) global() argument 1433 get_policy(self, op_name, mode) global() argument [all...] |
| /linux/tools/perf/tests/shell/lib/ |
| H A D | perf_metric_validation.py | 11 …def __init__(self, metric: list[str], wl: str, value: list[float], low: float, up=float('nan'), de… argument 12 self.metric: list = metric # multiple metrics in relationship type tests 13 self.workloads = [wl] # multiple workloads possible 14 self.collectedValue: list = value 15 self.valueLowBound = low 16 self.valueUpBound = up 17 self.description = description 19 def __repr__(self) -> str: argument 20 if len(self.metric) > 1: 24 … \tRelationship rule description: \'{5}\'".format(self.metric, self.collectedValue, self.workloads, [all …]
|
| /linux/drivers/net/ethernet/aquantia/atlantic/hw_atl/ |
| H A D | hw_atl_b0.c | 115 static int hw_atl_b0_hw_reset(struct aq_hw_s *self) in hw_atl_b0_hw_reset() argument 119 err = hw_atl_utils_soft_reset(self); in hw_atl_b0_hw_reset() 123 self->aq_fw_ops->set_state(self, MPI_RESET); in hw_atl_b0_hw_reset() 125 err = aq_hw_err_from_flags(self); in hw_atl_b0_hw_reset() 130 int hw_atl_b0_set_fc(struct aq_hw_s *self, u32 fc, u32 tc) in hw_atl_b0_set_fc() argument 132 hw_atl_rpb_rx_xoff_en_per_tc_set(self, !!(fc & AQ_NIC_FC_RX), tc); in hw_atl_b0_set_fc() 137 static int hw_atl_b0_tc_ptp_set(struct aq_hw_s *self) in hw_atl_b0_tc_ptp_set() argument 140 hw_atl_tpb_tx_pkt_buff_size_per_tc_set(self, HW_ATL_B0_PTP_TXBUF_SIZE, in hw_atl_b0_tc_ptp_set() 144 hw_atl_rpb_rx_pkt_buff_size_per_tc_set(self, HW_ATL_B0_PTP_RXBUF_SIZ in hw_atl_b0_tc_ptp_set() 152 hw_atl_b0_hw_qos_set(struct aq_hw_s * self) hw_atl_b0_hw_qos_set() argument 209 hw_atl_b0_hw_rss_hash_set(struct aq_hw_s * self,struct aq_rss_parameters * rss_params) hw_atl_b0_hw_rss_hash_set() argument 237 hw_atl_b0_hw_rss_set(struct aq_hw_s * self,struct aq_rss_parameters * rss_params) hw_atl_b0_hw_rss_set() argument 273 hw_atl_b0_hw_offload_set(struct aq_hw_s * self,struct aq_nic_cfg_s * aq_nic_cfg) hw_atl_b0_hw_offload_set() argument 332 hw_atl_b0_hw_init_tx_tc_rate_limit(struct aq_hw_s * self) hw_atl_b0_hw_init_tx_tc_rate_limit() argument 449 hw_atl_b0_hw_init_tx_path(struct aq_hw_s * self) hw_atl_b0_hw_init_tx_path() argument 474 hw_atl_b0_hw_init_rx_rss_ctrl1(struct aq_hw_s * self) hw_atl_b0_hw_init_rx_rss_ctrl1() argument 487 hw_atl_b0_hw_init_rx_path(struct aq_hw_s * self) hw_atl_b0_hw_init_rx_path() argument 536 hw_atl_b0_hw_mac_addr_set(struct aq_hw_s * self,const u8 * mac_addr) hw_atl_b0_hw_mac_addr_set() argument 561 hw_atl_b0_hw_init(struct aq_hw_s * self,const u8 * mac_addr) hw_atl_b0_hw_init() argument 631 hw_atl_b0_hw_ring_tx_start(struct aq_hw_s * self,struct aq_ring_s * ring) hw_atl_b0_hw_ring_tx_start() argument 638 hw_atl_b0_hw_ring_rx_start(struct aq_hw_s * self,struct aq_ring_s * ring) hw_atl_b0_hw_ring_rx_start() argument 645 hw_atl_b0_hw_start(struct aq_hw_s * self) hw_atl_b0_hw_start() argument 653 hw_atl_b0_hw_tx_ring_tail_update(struct aq_hw_s * self,struct aq_ring_s * ring) hw_atl_b0_hw_tx_ring_tail_update() argument 661 hw_atl_b0_hw_ring_tx_xmit(struct aq_hw_s * self,struct aq_ring_s * ring,unsigned int frags) hw_atl_b0_hw_ring_tx_xmit() argument 749 hw_atl_b0_hw_ring_rx_init(struct aq_hw_s * self,struct aq_ring_s * aq_ring,struct aq_ring_param_s * aq_ring_param) hw_atl_b0_hw_ring_rx_init() argument 791 hw_atl_b0_hw_ring_tx_init(struct aq_hw_s * self,struct aq_ring_s * aq_ring,struct aq_ring_param_s * aq_ring_param) hw_atl_b0_hw_ring_tx_init() argument 820 hw_atl_b0_hw_ring_rx_fill(struct aq_hw_s * self,struct aq_ring_s * ring,unsigned int sw_tail_old) hw_atl_b0_hw_ring_rx_fill() argument 840 hw_atl_b0_hw_ring_hwts_rx_fill(struct aq_hw_s * self,struct aq_ring_s * ring) hw_atl_b0_hw_ring_hwts_rx_fill() argument 862 hw_atl_b0_hw_ring_hwts_rx_receive(struct aq_hw_s * self,struct aq_ring_s * ring) hw_atl_b0_hw_ring_hwts_rx_receive() argument 880 hw_atl_b0_hw_ring_tx_head_update(struct aq_hw_s * self,struct aq_ring_s * ring) hw_atl_b0_hw_ring_tx_head_update() argument 906 hw_atl_b0_hw_ring_rx_receive(struct aq_hw_s * self,struct aq_ring_s * ring) hw_atl_b0_hw_ring_rx_receive() argument 1006 hw_atl_b0_hw_irq_enable(struct aq_hw_s * self,u64 mask) hw_atl_b0_hw_irq_enable() argument 1013 hw_atl_b0_hw_irq_disable(struct aq_hw_s * self,u64 mask) hw_atl_b0_hw_irq_disable() argument 1023 hw_atl_b0_hw_irq_read(struct aq_hw_s * self,u64 * mask) hw_atl_b0_hw_irq_read() argument 1032 hw_atl_b0_hw_packet_filter_set(struct aq_hw_s * self,unsigned int packet_filter) hw_atl_b0_hw_packet_filter_set() argument 1070 hw_atl_b0_hw_multicast_list_set(struct aq_hw_s * self,u8 ar_mac[AQ_HW_MULTICAST_ADDRESS_MAX][ETH_ALEN],u32 count) hw_atl_b0_hw_multicast_list_set() argument 1110 hw_atl_b0_hw_interrupt_moderation_set(struct aq_hw_s * self) hw_atl_b0_hw_interrupt_moderation_set() argument 1199 hw_atl_b0_hw_stop(struct aq_hw_s * self) hw_atl_b0_hw_stop() argument 1206 hw_atl_b0_hw_ring_tx_stop(struct aq_hw_s * self,struct aq_ring_s * ring) hw_atl_b0_hw_ring_tx_stop() argument 1213 hw_atl_b0_hw_ring_rx_stop(struct aq_hw_s * self,struct aq_ring_s * ring) hw_atl_b0_hw_ring_rx_stop() argument 1220 get_ptp_ts_val_u64(self,indx) global() argument 1223 hw_atl_b0_get_ptp_ts(struct aq_hw_s * self,u64 * stamp) hw_atl_b0_get_ptp_ts() argument 1282 hw_atl_b0_adj_sys_clock(struct aq_hw_s * self,s64 delta) hw_atl_b0_adj_sys_clock() argument 1291 hw_atl_b0_set_sys_clock(struct aq_hw_s * self,u64 time,u64 ts) hw_atl_b0_set_sys_clock() argument 1298 hw_atl_b0_ts_to_sys_clock(struct aq_hw_s * self,u64 ts,u64 * time) hw_atl_b0_ts_to_sys_clock() argument 1304 hw_atl_b0_adj_clock_freq(struct aq_hw_s * self,s32 ppb) hw_atl_b0_adj_clock_freq() argument 1326 hw_atl_b0_gpio_pulse(struct aq_hw_s * self,u32 index,u64 start,u32 period) hw_atl_b0_gpio_pulse() argument 1344 hw_atl_b0_extts_gpio_enable(struct aq_hw_s * self,u32 index,u32 enable) hw_atl_b0_extts_gpio_enable() argument 1353 hw_atl_b0_get_sync_ts(struct aq_hw_s * self,u64 * ts) hw_atl_b0_get_sync_ts() argument 1377 hw_atl_b0_rx_extract_ts(struct aq_hw_s * self,u8 * p,unsigned int len,u64 * timestamp) hw_atl_b0_rx_extract_ts() argument 1410 hw_atl_b0_extract_hwts(struct aq_hw_s * self,u8 * p,unsigned int len,u64 * timestamp) hw_atl_b0_extract_hwts() argument 1431 hw_atl_b0_hw_fl3l4_clear(struct aq_hw_s * self,struct aq_rx_filter_l3l4 * data) hw_atl_b0_hw_fl3l4_clear() argument 1457 hw_atl_b0_hw_fl3l4_set(struct aq_hw_s * self,struct aq_rx_filter_l3l4 * data) hw_atl_b0_hw_fl3l4_set() argument 1494 hw_atl_b0_hw_fl2_set(struct aq_hw_s * self,struct aq_rx_filter_l2 * data) hw_atl_b0_hw_fl2_set() argument 1519 hw_atl_b0_hw_fl2_clear(struct aq_hw_s * self,struct aq_rx_filter_l2 * data) hw_atl_b0_hw_fl2_clear() argument 1539 hw_atl_b0_hw_vlan_set(struct aq_hw_s * self,struct aq_rx_filter_vlan * aq_vlans) hw_atl_b0_hw_vlan_set() argument 1565 hw_atl_b0_hw_vlan_ctrl(struct aq_hw_s * self,bool enable) hw_atl_b0_hw_vlan_ctrl() argument 1573 hw_atl_b0_set_loopback(struct aq_hw_s * self,u32 mode,bool enable) hw_atl_b0_set_loopback() argument 1598 hw_atl_b0_ts_ready_and_latch_high_get(struct aq_hw_s * self) hw_atl_b0_ts_ready_and_latch_high_get() argument 1606 hw_atl_b0_get_mac_temp(struct aq_hw_s * self,u32 * temp) hw_atl_b0_get_mac_temp() argument 1646 hw_atl_b0_smb0_wait_result(struct aq_hw_s * self,bool expect_ack) hw_atl_b0_smb0_wait_result() argument 1663 hw_atl_b0_smb0_start_write(struct aq_hw_s * self,u32 addr) hw_atl_b0_smb0_start_write() argument 1671 hw_atl_b0_smb0_write_byte(struct aq_hw_s * self,u32 data) hw_atl_b0_smb0_write_byte() argument 1681 hw_atl_b0_smb0_start_read(struct aq_hw_s * self,u32 addr) hw_atl_b0_smb0_start_read() argument 1696 hw_atl_b0_smb0_read_byte(struct aq_hw_s * self) hw_atl_b0_smb0_read_byte() argument 1708 hw_atl_b0_smb0_read_byte_nack(struct aq_hw_s * self) hw_atl_b0_smb0_read_byte_nack() argument 1720 hw_atl_b0_smb0_stop(struct aq_hw_s * self) hw_atl_b0_smb0_stop() argument 1725 hw_atl_b0_read_module_eeprom(struct aq_hw_s * self,u8 dev_addr,u8 reg_start_addr,int len,u8 * data) hw_atl_b0_read_module_eeprom() argument [all...] |
| /linux/tools/testing/selftests/tpm2/ |
| H A D | tpm2_tests.py | 14 def setUp(self): argument 15 self.client = tpm2.Client() 16 self.root_key = self.client.create_root_key() 18 def tearDown(self): argument 19 self.client.flush_context(self.root_key) 20 self.client.close() 22 def test_seal_with_auth(self): argument 26 blob = self.client.seal(self.root_key, data, auth, None) 27 result = self.client.unseal(self.root_key, blob, auth, None) 28 self.assertEqual(data, result) [all …]
|