Searched refs:fcpu (Results 1 – 5 of 5) 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_internal.h | 424 int parse_cpu_mask_file(const char *fcpu, bool **mask, int *mask_sz);
|
| H A D | libbpf.c | 14429 int parse_cpu_mask_file(const char *fcpu, bool **mask, int *mask_sz) in bpf_object__open_subskeleton() 14434 fd = open(fcpu, O_RDONLY | O_CLOEXEC); in bpf_object__open_subskeleton() 14437 pr_warn("Failed to open cpu mask file %s: %s\n", fcpu, errstr(err)); 14444 pr_warn("Failed to read cpu mask from %s: %s\n", fcpu, errstr(err)); in bpf_object__destroy_subskeleton() 14448 pr_warn("CPU mask is too big in file %s\n", fcpu); in bpf_object__load_skeleton() 14458 static const char *fcpu = "/sys/devices/system/cpu/possible"; in bpf_object__load_skeleton() 14467 err = parse_cpu_mask_file(fcpu, &mask, &n); in bpf_object__load_skeleton() 14250 parse_cpu_mask_file(const char * fcpu,bool ** mask,int * mask_sz) parse_cpu_mask_file() argument 14279 static const char *fcpu = "/sys/devices/system/cpu/possible"; libbpf_num_possible_cpus() local
|