Searched defs:leaf (Results 1 - 5 of 5) sorted by relevance

/arch/arm64/kernel/
H A Dtopology.c52 bool leaf = true; local
61 leaf = false;
80 if (!leaf) {
88 } else if (leaf) {
89 pr_err("%s: Can't get CPU for leaf core\n", core->full_name);
99 bool leaf = true; local
116 leaf = false;
140 if (leaf) {
143 pr_err("%s: Non-leaf cluster with core %s\n",
155 if (leaf
[all...]
/arch/mips/kernel/
H A Dprocess.c336 if (info->pc_offset < 0) /* leaf */
422 int leaf; local
461 leaf = get_frame_info(&info);
462 if (leaf < 0)
469 if (leaf)
472 * consider wrongly a nested function as a leaf
/arch/x86/kernel/
H A Dxsave.c466 int eax, ebx, ecx, edx, leaf = 0x2; local
473 cpuid_count(XSTATE_CPUID, leaf, &eax, &ebx, &ecx, &edx);
478 xstate_offsets[leaf] = ebx;
479 xstate_sizes[leaf] = eax;
481 leaf++;
/arch/x86/xen/
H A Dp2m.c30 * leaf entries, or for the top root, or middle one, for which there is a void
78 * is to reserve_brk a top leaf page if the p2m[1] is missing. The top leaf page
80 * aligned on 512^2*PAGE_SIZE (1GB) we reserve_brk new middle and leaf pages as
90 * so reserve_brk a (p2m[x][y]) leaf page. This way we have a much finer
110 * middle leaf is not occupied by p2m_identity or p2m_missing, we dereference
200 /* For each I/O range remapped we may lose up to two leaf pages for the boundary
202 * early_can_reuse_p2m_middle() most of the leaf pages will be reused by the
247 static void p2m_mid_init(unsigned long **mid, unsigned long *leaf) argument
252 mid[i] = leaf;
255 p2m_mid_mfn_init(unsigned long *mid, unsigned long *leaf) argument
[all...]
/arch/x86/kernel/cpu/
H A Dintel_cacheinfo.c224 amd_cpuid4(int leaf, union _cpuid4_leaf_eax *eax, argument
242 switch (leaf) {
279 eax->split.type = types[leaf];
280 eax->split.level = levels[leaf];
617 * parameters cpuid leaf to find the cache details
752 /* pointer to _cpuid4_info array (for each cache leaf) */
971 static inline ssize_t show_shared_cpu_map(struct _cpuid4_info *leaf, char *buf, argument
974 return show_shared_cpu_map_func(leaf, 0, buf);
977 static inline ssize_t show_shared_cpu_list(struct _cpuid4_info *leaf, char *buf, argument
980 return show_shared_cpu_map_func(leaf,
[all...]

Completed in 171 milliseconds