Home
last modified time | relevance | path

Searched refs:leafs (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.6/tools/arch/x86/kcpuid/
Dkcpuid.c61 struct subleaf *leafs; member
155 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 …]
/Linux-v6.6/tools/testing/selftests/drivers/net/netdevsim/
Ddevlink.sh624 local leafs=`rate_leafs_get $DL_HANDLE`
625 local num_leafs=`echo $leafs | wc -w`
630 for r_obj in $leafs
638 for r_obj in $leafs
/Linux-v6.6/Documentation/virt/kvm/x86/
Dcpuid.rst30 This function queries the presence of KVM cpuid leafs.
Dmmu.rst260 possible for non-leafs. This field counts the number of emulations
/Linux-v6.6/Documentation/networking/devlink/
Ddevlink-port.rst353 Represents a group of rate objects (leafs and/or nodes); created/deleted by
357 collisions with leafs.
409 may export nodes/leafs and their child-parent relationships.