Searched refs:fcpu (Results 1 - 8 of 8) sorted by relevance

/linux-master/arch/microblaze/kernel/cpu/
H A Dcpuinfo-static.c28 (fcpu(cpu, "xlnx,use-barrel") ? PVR0_USE_BARREL_MASK : 0) |
29 (fcpu(cpu, "xlnx,use-msr-instr") ? PVR2_USE_MSR_INSTR : 0) |
30 (fcpu(cpu, "xlnx,use-pcmp-instr") ? PVR2_USE_PCMP_INSTR : 0) |
31 (fcpu(cpu, "xlnx,use-div") ? PVR0_USE_DIV_MASK : 0);
43 ci->use_mult = fcpu(cpu, "xlnx,use-hw-mul");
51 ci->use_fpu = fcpu(cpu, "xlnx,use-fpu");
59 (fcpu(cpu, "xlnx,unaligned-exceptions") ?
61 (fcpu(cpu, "xlnx,ill-opcode-exception") ?
63 (fcpu(cpu, "xlnx,iopb-bus-exception") ?
65 (fcpu(cp
[all...]
H A Dcpuinfo.c133 cpuinfo.cpu_clock_freq = fcpu(cpu, "timebase-frequency");
/linux-master/arch/nios2/kernel/
H A Dcpuinfo.c22 static inline u32 fcpu(struct device_node *cpu, const char *n) function
46 cpuinfo.cpu_clock_freq = fcpu(cpu, "clock-frequency");
76 cpuinfo.tlb_num_ways = fcpu(cpu, "altr,tlb-num-ways");
80 cpuinfo.icache_line_size = fcpu(cpu, "icache-line-size");
81 cpuinfo.icache_size = fcpu(cpu, "icache-size");
88 cpuinfo.dcache_line_size = fcpu(cpu, "dcache-line-size");
94 cpuinfo.dcache_size = fcpu(cpu, "dcache-size");
101 cpuinfo.tlb_pid_num_bits = fcpu(cpu, "altr,pid-num-bits");
103 cpuinfo.tlb_num_entries = fcpu(cpu, "altr,tlb-num-entries");
105 cpuinfo.tlb_ptr_sz = fcpu(cp
[all...]
/linux-master/arch/microblaze/include/asm/
H A Dcpuinfo.h96 static inline unsigned int fcpu(struct device_node *cpu, char *n) function
/linux-master/drivers/clk/tegra/
H A DMakefile25 obj-$(CONFIG_TEGRA_CLK_DFLL) += clk-tegra124-dfll-fcpu.o
/linux-master/arch/powerpc/mm/
H A Dnuma.c707 int fcpu = cpu_first_thread_sibling(lcpu); local
723 nid = numa_cpu_lookup_table[fcpu];
758 if (fcpu != lcpu) {
759 WARN_ON(cpu_online(fcpu));
760 map_cpu_to_node(fcpu, nid);
/linux-master/tools/lib/bpf/
H A Dlibbpf_internal.h401 int parse_cpu_mask_file(const char *fcpu, bool **mask, int *mask_sz);
H A Dlibbpf.c13434 int parse_cpu_mask_file(const char *fcpu, bool **mask, int *mask_sz) argument
13439 fd = open(fcpu, O_RDONLY | O_CLOEXEC);
13442 pr_warn("Failed to open cpu mask file %s: %d\n", fcpu, err);
13449 pr_warn("Failed to read cpu mask from %s: %d\n", fcpu, err);
13453 pr_warn("CPU mask is too big in file %s\n", fcpu);
13463 static const char *fcpu = "/sys/devices/system/cpu/possible"; local
13472 err = parse_cpu_mask_file(fcpu, &mask, &n);

Completed in 189 milliseconds