Home
last modified time | relevance | path

Searched defs:c (Results 1 – 25 of 493) sorted by relevance

12345678910>>...20

/arch/mips/kernel/
Dcpu-probe.c76 static inline void cpu_set_fpu_fcsr_mask(struct cpuinfo_mips *c) in cpu_set_fpu_fcsr_mask()
105 static void cpu_set_fpu_2008(struct cpuinfo_mips *c) in cpu_set_fpu_2008()
165 static void cpu_set_nofpu_2008(struct cpuinfo_mips *c) in cpu_set_nofpu_2008()
201 static void cpu_set_nan_2008(struct cpuinfo_mips *c) in cpu_set_nan_2008()
259 static void cpu_set_nofpu_id(struct cpuinfo_mips *c) in cpu_set_nofpu_id()
282 static void cpu_set_fpu_opts(struct cpuinfo_mips *c) in cpu_set_fpu_opts()
304 static void cpu_set_nofpu_opts(struct cpuinfo_mips *c) in cpu_set_nofpu_opts()
417 struct cpuinfo_mips *c = &current_cpu_data; in check_errata() local
467 static inline void cpu_probe_vmbits(struct cpuinfo_mips *c) in cpu_probe_vmbits()
476 static void set_isa(struct cpuinfo_mips *c, unsigned int isa) in set_isa()
[all …]
/arch/arm64/include/asm/
Dio.h120 #define readb_relaxed(c) ({ u8 __r = __raw_readb(c); __r; }) argument
121 #define readw_relaxed(c) ({ u16 __r = le16_to_cpu((__force __le16)__raw_readw(c)); __r; }) argument
122 #define readl_relaxed(c) ({ u32 __r = le32_to_cpu((__force __le32)__raw_readl(c)); __r; }) argument
123 #define readq_relaxed(c) ({ u64 __r = le64_to_cpu((__force __le64)__raw_readq(c)); __r; }) argument
125 #define writeb_relaxed(v,c) ((void)__raw_writeb((v),(c))) argument
126 #define writew_relaxed(v,c) ((void)__raw_writew((__force u16)cpu_to_le16(v),(c))) argument
127 #define writel_relaxed(v,c) ((void)__raw_writel((__force u32)cpu_to_le32(v),(c))) argument
128 #define writeq_relaxed(v,c) ((void)__raw_writeq((__force u64)cpu_to_le64(v),(c))) argument
135 #define readb(c) ({ u8 __v = readb_relaxed(c); __iormb(); __v; }) argument
136 #define readw(c) ({ u16 __v = readw_relaxed(c); __iormb(); __v; }) argument
[all …]
Ddcc.h33 char c = read_sysreg(dbgdtrrx_el0); in __dcc_getchar() local
39 static inline void __dcc_putchar(char c) in __dcc_putchar()
/arch/sparc/crypto/
Dopcodes.h17 #define CRC32C(a,b,c) \ argument
29 #define AES_EROUND01(a,b,c,d) \ argument
31 #define AES_EROUND23(a,b,c,d) \ argument
33 #define AES_DROUND01(a,b,c,d) \ argument
35 #define AES_DROUND23(a,b,c,d) \ argument
37 #define AES_EROUND01_L(a,b,c,d) \ argument
39 #define AES_EROUND23_L(a,b,c,d) \ argument
41 #define AES_DROUND01_L(a,b,c,d) \ argument
43 #define AES_DROUND23_L(a,b,c,d) \ argument
45 #define AES_KEXPAND1(a,b,c,d) \ argument
[all …]
/arch/x86/kernel/cpu/
Dintel.c43 void check_mpx_erratum(struct cpuinfo_x86 *c) in check_mpx_erratum()
101 static bool bad_spectre_microcode(struct cpuinfo_x86 *c) in bad_spectre_microcode()
120 static void early_init_intel(struct cpuinfo_x86 *c) in early_init_intel()
305 static void intel_smp_check(struct cpuinfo_x86 *c) in intel_smp_check()
333 static void intel_workarounds(struct cpuinfo_x86 *c) in intel_workarounds()
416 static void intel_workarounds(struct cpuinfo_x86 *c) in intel_workarounds()
421 static void srat_detect_node(struct cpuinfo_x86 *c) in srat_detect_node()
441 static int intel_num_cpu_cores(struct cpuinfo_x86 *c) in intel_num_cpu_cores()
456 static void detect_vmx_virtcap(struct cpuinfo_x86 *c) in detect_vmx_virtcap()
494 static void init_intel_energy_perf(struct cpuinfo_x86 *c) in init_intel_energy_perf()
[all …]
Dcommon.c73 static void default_init(struct cpuinfo_x86 *c) in default_init()
255 static void squash_the_stupid_serial_number(struct cpuinfo_x86 *c) in squash_the_stupid_serial_number()
286 static inline void squash_the_stupid_serial_number(struct cpuinfo_x86 *c) in squash_the_stupid_serial_number()
300 static __always_inline void setup_smep(struct cpuinfo_x86 *c) in setup_smep()
313 static __always_inline void setup_smap(struct cpuinfo_x86 *c) in setup_smap()
329 static void setup_pcid(struct cpuinfo_x86 *c) in setup_pcid()
367 static __always_inline void setup_pku(struct cpuinfo_x86 *c) in setup_pku()
426 static void filter_cpuid_features(struct cpuinfo_x86 *c, bool warn) in filter_cpuid_features()
463 static const char *table_lookup_model(struct cpuinfo_x86 *c) in table_lookup_model()
517 static void get_model_name(struct cpuinfo_x86 *c) in get_model_name()
[all …]
Damd.c87 static void init_amd_k5(struct cpuinfo_x86 *c) in init_amd_k5()
106 static void init_amd_k6(struct cpuinfo_x86 *c) in init_amd_k6()
199 static void init_amd_k7(struct cpuinfo_x86 *c) in init_amd_k7()
305 static void amd_get_topology(struct cpuinfo_x86 *c) in amd_get_topology()
372 static void amd_detect_cmp(struct cpuinfo_x86 *c) in amd_detect_cmp()
405 static void srat_detect_node(struct cpuinfo_x86 *c) in srat_detect_node()
456 static void early_init_amd_mc(struct cpuinfo_x86 *c) in early_init_amd_mc()
482 static void bsp_init_amd(struct cpuinfo_x86 *c) in bsp_init_amd()
547 static void early_init_amd(struct cpuinfo_x86 *c) in early_init_amd()
617 static void init_amd_k8(struct cpuinfo_x86 *c) in init_amd_k8()
[all …]
Dproc.c10 static void show_cpuinfo_core(struct seq_file *m, struct cpuinfo_x86 *c, in show_cpuinfo_core()
25 static void show_cpuinfo_misc(struct seq_file *m, struct cpuinfo_x86 *c) in show_cpuinfo_misc()
44 static void show_cpuinfo_misc(struct seq_file *m, struct cpuinfo_x86 *c) in show_cpuinfo_misc()
57 struct cpuinfo_x86 *c = v; in show_cpuinfo() local
/arch/powerpc/kernel/
Dtm.S17 #define __SAVE_32FPRS_VSRS(n,c,base) \ argument
25 #define __REST_32FPRS_VSRS(n,c,base) \ argument
34 #define __SAVE_32FPRS_VSRS(n,c,base) SAVE_32FPRS(n, base) argument
35 #define __REST_32FPRS_VSRS(n,c,base) REST_32FPRS(n, base) argument
37 #define SAVE_32FPRS_VSRS(n,c,base) \ argument
39 #define REST_32FPRS_VSRS(n,c,base) \ argument
Dfpu.S30 #define __REST_32FPVSRS(n,c,base) \ argument
39 #define __SAVE_32FPVSRS(n,c,base) \ argument
51 #define REST_32FPVSRS(n,c,base) __REST_32FPVSRS(n,__REG_##c,__REG_##base) argument
52 #define SAVE_32FPVSRS(n,c,base) __SAVE_32FPVSRS(n,__REG_##c,__REG_##base) argument
/arch/arc/include/asm/
Dio.h141 #define readb(c) ({ u8 __v = readb_relaxed(c); __iormb(); __v; }) argument
142 #define readw(c) ({ u16 __v = readw_relaxed(c); __iormb(); __v; }) argument
143 #define readl(c) ({ u32 __v = readl_relaxed(c); __iormb(); __v; }) argument
145 #define writeb(v,c) ({ __iowmb(); writeb_relaxed(v,c); }) argument
146 #define writew(v,c) ({ __iowmb(); writew_relaxed(v,c); }) argument
147 #define writel(v,c) ({ __iowmb(); writel_relaxed(v,c); }) argument
158 #define readb_relaxed(c) __raw_readb(c) argument
159 #define readw_relaxed(c) ({ u16 __r = le16_to_cpu((__force __le16) \ argument
161 #define readl_relaxed(c) ({ u32 __r = le32_to_cpu((__force __le32) \ argument
164 #define writeb_relaxed(v,c) __raw_writeb(v,c) argument
[all …]
/arch/mips/alchemy/common/
Dclock.c237 struct clk *c; in alchemy_clk_setup_aux() local
268 struct clk *c; in alchemy_clk_setup_sysbus() local
282 struct clk *c; in alchemy_clk_setup_periph() local
297 struct clk *c; in alchemy_clk_setup_mem() local
336 struct clk *c; in alchemy_clk_setup_lrclk() local
485 struct alchemy_fgcs_clk *c = to_fgcs_clk(hw); in alchemy_clk_fgv1_en() local
499 struct alchemy_fgcs_clk *c = to_fgcs_clk(hw); in alchemy_clk_fgv1_isen() local
507 struct alchemy_fgcs_clk *c = to_fgcs_clk(hw); in alchemy_clk_fgv1_dis() local
519 struct alchemy_fgcs_clk *c = to_fgcs_clk(hw); in alchemy_clk_fgv1_setp() local
536 struct alchemy_fgcs_clk *c = to_fgcs_clk(hw); in alchemy_clk_fgv1_getp() local
[all …]
/arch/powerpc/include/asm/
Dide.h12 #define __ide_mm_insw(p, a, c) readsw((void __iomem *)(p), (a), (c)) argument
13 #define __ide_mm_insl(p, a, c) readsl((void __iomem *)(p), (a), (c)) argument
14 #define __ide_mm_outsw(p, a, c) writesw((void __iomem *)(p), (a), (c)) argument
15 #define __ide_mm_outsl(p, a, c) writesl((void __iomem *)(p), (a), (c)) argument
Dword-at-a-time.h20 …ic inline long prep_zero_mask(unsigned long val, unsigned long rhs, const struct word_at_a_time *c) in prep_zero_mask()
36 static inline bool has_zero(unsigned long val, unsigned long *data, const struct word_at_a_time *c) in has_zero()
59 …inline unsigned long has_zero(unsigned long a, unsigned long *bits, const struct word_at_a_time *c) in has_zero()
70 …e unsigned long prep_zero_mask(unsigned long a, unsigned long bits, const struct word_at_a_time *c) in prep_zero_mask()
138 …inline unsigned long has_zero(unsigned long a, unsigned long *bits, const struct word_at_a_time *c) in has_zero()
145 …e unsigned long prep_zero_mask(unsigned long a, unsigned long bits, const struct word_at_a_time *c) in prep_zero_mask()
/arch/m32r/boot/compressed/
Dm32r_sio.c15 char c; in puts() local
45 static void m32r_putc(char c) in m32r_putc()
65 static void m32r_putc(char c) in m32r_putc()
/arch/sh/include/asm/
Dio_noioport.h55 #define insb(a, b, c) BUG() argument
56 #define insw(a, b, c) BUG() argument
57 #define insl(a, b, c) BUG() argument
59 #define outsb(a, b, c) BUG() argument
60 #define outsw(a, b, c) BUG() argument
61 #define outsl(a, b, c) BUG() argument
/arch/mips/fw/arc/
Dpromlib.c23 void prom_putchar(char c) in prom_putchar()
36 CHAR c; in prom_getchar() local
/arch/arm/include/asm/
Dio.h289 #define readb_relaxed(c) ({ u8 __r = __raw_readb(c); __r; }) argument
290 #define readw_relaxed(c) ({ u16 __r = le16_to_cpu((__force __le16) \ argument
292 #define readl_relaxed(c) ({ u32 __r = le32_to_cpu((__force __le32) \ argument
295 #define writeb_relaxed(v,c) __raw_writeb(v,c) argument
296 #define writew_relaxed(v,c) __raw_writew((__force u16) cpu_to_le16(v),c) argument
297 #define writel_relaxed(v,c) __raw_writel((__force u32) cpu_to_le32(v),c) argument
299 #define readb(c) ({ u8 __v = readb_relaxed(c); __iormb(); __v; }) argument
300 #define readw(c) ({ u16 __v = readw_relaxed(c); __iormb(); __v; }) argument
301 #define readl(c) ({ u32 __v = readl_relaxed(c); __iormb(); __v; }) argument
303 #define writeb(v,c) ({ __iowmb(); writeb_relaxed(v,c); }) argument
[all …]
/arch/x86/include/asm/
Dcpufeature.h50 #define test_cpu_cap(c, bit) \ argument
109 #define cpu_has(c, bit) \ argument
130 #define set_cpu_cap(c, bit) set_bit(bit, (unsigned long *)((c)->x86_capability)) argument
131 #define clear_cpu_cap(c, bit) clear_bit(bit, (unsigned long *)((c)->x86_capability)) argument
206 #define cpu_has_bug(c, bit) cpu_has(c, (bit)) argument
207 #define set_cpu_bug(c, bit) set_cpu_cap(c, (bit)) argument
208 #define clear_cpu_bug(c, bit) clear_cpu_cap(c, (bit)) argument
/arch/mips/boot/compressed/
Ddbg.c11 void __weak putc(char c) in putc()
17 char c; in puts() local
/arch/arm/boot/compressed/
Ddecompress.c22 # define Tracec(c,x) {if (verbose && (c)) fprintf x ;} argument
23 # define Tracecv(c,x) {if (verbose>1 && (c)) fprintf x ;} argument
29 # define Tracec(c,x) argument
30 # define Tracecv(c,x) argument
/arch/x86/math-emu/
Dreg_compare.c171 int f, c; in FPU_compare_st_data() local
208 int f, c; in compare_st_st() local
254 int f, c; in compare_i_st_st() local
302 int f = 0, c; in compare_u_st_st() local
352 int f = 0, c; in compare_ui_st_st() local
/arch/tile/mm/
Delf.c31 unsigned char c; in sim_notify_exec() local
84 char c = buf[i]; in notify_exec() local
109 unsigned char c = load_addr >> (i * 8); in sim_notify_interp() local
/arch/microblaze/lib/
Dmemset.c35 void *memset(void *v_src, int c, __kernel_size_t n) in memset()
49 void *memset(void *v_src, int c, __kernel_size_t n) in memset()
/arch/powerpc/sysdev/
Dudbg_memcons.c48 void memcons_putc(char c) in memcons_putc()
63 char c; in memcons_getc_poll() local
86 int c; in memcons_getc() local

12345678910>>...20