Home
last modified time | relevance | path

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

/openbmc/linux/tools/arch/x86/kcpuid/
H A Dkcpuid.c62 struct subleaf *leafs; member
156 if (!func->leafs) { in cpuid_store()
157 func->leafs = malloc(sizeof(struct subleaf)); in cpuid_store()
158 if (!func->leafs) in cpuid_store()
164 func->leafs = realloc(func->leafs, (s + 1) * sizeof(*leaf)); in cpuid_store()
165 if (!func->leafs) in cpuid_store()
171 leaf = &func->leafs[s]; in cpuid_store()
204 leaf_print_raw(&func->leafs[i]); in raw_dump_range()
356 leaf = &func->leafs[sub]; in parse_line()
504 show_leaf(&func->leafs[i]); in show_func()
[all …]
/openbmc/linux/tools/testing/selftests/drivers/net/netdevsim/
H A 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
/openbmc/linux/Documentation/virt/kvm/x86/
H A Dcpuid.rst30 This function queries the presence of KVM cpuid leafs.
H A Dmmu.rst260 possible for non-leafs. This field counts the number of emulations
/openbmc/linux/Documentation/networking/devlink/
H A 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.