__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _ASM_MACH_TOPOLOGY_H #define _ASM_MACH_TOPOLOGY_H #ifdef CONFIG_NUMA #define cpu_to_node(cpu) (cpu_logical_map(cpu) >> 2) extern cpumask_t __node_cpumask[]; #define cpumask_of_node(node) (&__node_cpumask[node]) struct pci_bus; extern int pcibus_to_node(struct pci_bus *); #define cpumask_of_pcibus(bus) (cpu_online_mask) extern unsigned char __node_distances[MAX_NUMNODES][MAX_NUMNODES]; #define node_distance(from, to) (__node_distances[(from)][(to)]) #endif #include <asm-generic/topology.h> #endif /* _ASM_MACH_TOPOLOGY_H */
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| boot_param.h | File | 5.8 KB | 0644 |
|
| builtin_dtbs.h | File | 565 B | 0644 |
|
| cpu-feature-overrides.h | File | 1.5 KB | 0644 |
|
| cpucfg-emul.h | File | 1.73 KB | 0644 |
|
| irq.h | File | 544 B | 0644 |
|
| kernel-entry-init.h | File | 2.75 KB | 0644 |
|
| loongson.h | File | 9.38 KB | 0644 |
|
| loongson_hwmon.h | File | 1.25 KB | 0644 |
|
| loongson_regs.h | File | 6.86 KB | 0644 |
|
| mmzone.h | File | 637 B | 0644 |
|
| pci.h | File | 503 B | 0644 |
|
| spaces.h | File | 488 B | 0644 |
|
| topology.h | File | 585 B | 0644 |
|
| workarounds.h | File | 217 B | 0644 |
|