Searched refs:leafs (Results 1 – 5 of 5) sorted by relevance
61 struct subleaf *leafs; member155 if (!func->leafs) { in cpuid_store()156 func->leafs = malloc(sizeof(struct subleaf)); in cpuid_store()157 if (!func->leafs) in cpuid_store()163 func->leafs = realloc(func->leafs, (s + 1) * sizeof(*leaf)); in cpuid_store()164 if (!func->leafs) in cpuid_store()170 leaf = &func->leafs[s]; in cpuid_store()203 leaf_print_raw(&func->leafs[i]); in raw_dump_range()358 leaf = &func->leafs[sub]; in parse_line()506 show_leaf(&func->leafs[i]); in show_func()[all …]
624 local leafs=`rate_leafs_get $DL_HANDLE`625 local num_leafs=`echo $leafs | wc -w`630 for r_obj in $leafs638 for r_obj in $leafs
30 This function queries the presence of KVM cpuid leafs.
260 possible for non-leafs. This field counts the number of emulations
353 Represents a group of rate objects (leafs and/or nodes); created/deleted by357 collisions with leafs.409 may export nodes/leafs and their child-parent relationships.