Searched refs:fcpu (Results 1 – 4 of 4) sorted by relevance
| /linux/arch/microblaze/kernel/cpu/ |
| H A D | cpuinfo.c | 133 cpuinfo.cpu_clock_freq = fcpu(cpu, "timebase-frequency"); in setup_cpuinfo_clk()
|
| /linux/arch/microblaze/include/asm/ |
| H A D | cpuinfo.h | 96 static inline unsigned int fcpu(struct device_node *cpu, char *n) in fcpu() function
|
| /linux/drivers/clk/tegra/ |
| H A D | Makefile | 25 obj-$(CONFIG_TEGRA_CLK_DFLL) += clk-tegra124-dfll-fcpu.o
|
| /linux/tools/lib/bpf/ |
| H A D | libbpf.c | 14187 int parse_cpu_mask_file(const char *fcpu, bool **mask, int *mask_sz) in parse_cpu_mask_file() argument 14192 fd = open(fcpu, O_RDONLY | O_CLOEXEC); in parse_cpu_mask_file() 14195 pr_warn("Failed to open cpu mask file %s: %s\n", fcpu, errstr(err)); in parse_cpu_mask_file() 14202 pr_warn("Failed to read cpu mask from %s: %s\n", fcpu, errstr(err)); in parse_cpu_mask_file() 14206 pr_warn("CPU mask is too big in file %s\n", fcpu); in parse_cpu_mask_file() 14216 static const char *fcpu = "/sys/devices/system/cpu/possible"; in libbpf_num_possible_cpus() local 14225 err = parse_cpu_mask_file(fcpu, &mask, &n); in libbpf_num_possible_cpus()
|