Home
last modified time | relevance | path

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

/linux-6.12.1/tools/arch/x86/kcpuid/
Dkcpuid.c62 struct subleaf *leafs; member
145 if (!func->leafs) { in cpuid_store()
146 func->leafs = malloc(sizeof(struct subleaf)); in cpuid_store()
147 if (!func->leafs) in cpuid_store()
153 func->leafs = realloc(func->leafs, (s + 1) * sizeof(*leaf)); in cpuid_store()
154 if (!func->leafs) in cpuid_store()
160 leaf = &func->leafs[s]; in cpuid_store()
193 leaf_print_raw(&func->leafs[i]); in raw_dump_range()
386 leaf = &func->leafs[sub]; in parse_line()
513 show_leaf(&func->leafs[i]); in show_func()
[all …]
/linux-6.12.1/tools/testing/selftests/drivers/net/netdevsim/
Ddevlink.sh631 local leafs=`rate_leafs_get $DL_HANDLE`
632 local num_leafs=`echo $leafs | wc -w`
637 for r_obj in $leafs
645 for r_obj in $leafs
/linux-6.12.1/Documentation/virt/kvm/x86/
Dcpuid.rst30 This function queries the presence of KVM cpuid leafs.
Dmmu.rst281 possible for non-leafs. This field counts the number of emulations
/linux-6.12.1/Documentation/networking/devlink/
Ddevlink-port.rst386 Represents a group of rate objects (leafs and/or nodes); created/deleted by
390 collisions with leafs.
442 may export nodes/leafs and their child-parent relationships.