Home
last modified time | relevance | path

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

/linux/tools/arch/x86/kcpuid/
H A Dkcpuid.c65 struct subleaf *leafs; member
191 if (!func->leafs) { in cpuid_store()
192 func->leafs = malloc(sizeof(struct subleaf)); in cpuid_store()
193 if (!func->leafs) in cpuid_store()
199 func->leafs = realloc(func->leafs, (s + 1) * sizeof(*leaf)); in cpuid_store()
200 if (!func->leafs) in cpuid_store()
206 leaf = &func->leafs[s]; in cpuid_store()
232 leaf_print_raw(&func->leafs[i]); in raw_dump_range()
412 leaf = &func->leafs[sub]; in parse_line()
521 show_leaf(&func->leafs[i]); in show_func()
[all …]
/linux/tools/testing/selftests/drivers/net/netdevsim/
H A Ddevlink.sh777 local leafs=`rate_leafs_get $DL_HANDLE`
778 local num_leafs=`echo $leafs | wc -w`
783 for r_obj in $leafs
791 for r_obj in $leafs
799 for r_obj in $leafs
/linux/Documentation/virt/kvm/x86/
H A Dcpuid.rst30 This function queries the presence of KVM cpuid leafs.
H A Dmmu.rst281 possible for non-leafs. This field counts the number of emulations
/linux/Documentation/networking/devlink/
H A Ddevlink-port.rst386 Represents a group of rate objects (leafs and/or nodes); created/deleted by
390 collisions with leafs.
450 may export nodes/leafs and their child-parent relationships.