linux/arch/x86/kernel/cpu/topology_amd.c

// SPDX-License-Identifier: GPL-2.0
#include <linux/cpu.h>

#include <asm/apic.h>
#include <asm/memtype.h>
#include <asm/processor.h>

#include "cpu.h"

static bool parse_8000_0008(struct topo_scan *tscan)
{}

static void store_node(struct topo_scan *tscan, u16 nr_nodes, u16 node_id)
{}

static bool parse_8000_001e(struct topo_scan *tscan, bool has_topoext)
{}

static void parse_fam10h_node_id(struct topo_scan *tscan)
{}

static void legacy_set_llc(struct topo_scan *tscan)
{}

static void topoext_fixup(struct topo_scan *tscan)
{}

static void parse_topology_amd(struct topo_scan *tscan)
{}

void cpu_parse_topology_amd(struct topo_scan *tscan)
{}

void cpu_topology_fixup_amd(struct topo_scan *tscan)
{}