/arch/mips/kernel/ |
D | cpu-probe.c | 77 static inline void cpu_set_fpu_fcsr_mask(struct cpuinfo_mips *c) in cpu_set_fpu_fcsr_mask() 106 static void cpu_set_fpu_2008(struct cpuinfo_mips *c) in cpu_set_fpu_2008() 166 static void cpu_set_nofpu_2008(struct cpuinfo_mips *c) in cpu_set_nofpu_2008() 202 static void cpu_set_nan_2008(struct cpuinfo_mips *c) in cpu_set_nan_2008() 260 static void cpu_set_nofpu_id(struct cpuinfo_mips *c) in cpu_set_nofpu_id() 283 static void cpu_set_fpu_opts(struct cpuinfo_mips *c) in cpu_set_fpu_opts() 307 static void cpu_set_nofpu_opts(struct cpuinfo_mips *c) in cpu_set_nofpu_opts() 420 struct cpuinfo_mips *c = ¤t_cpu_data; in check_errata() local 470 static inline void cpu_probe_vmbits(struct cpuinfo_mips *c) in cpu_probe_vmbits() 479 static void set_isa(struct cpuinfo_mips *c, unsigned int isa) in set_isa() [all …]
|
/arch/arm64/include/asm/ |
D | arch_gicv3.h | 117 #define gic_read_typer(c) readq_relaxed(c) argument 118 #define gic_write_irouter(v, c) writeq_relaxed(v, c) argument 119 #define gic_read_lpir(c) readq_relaxed(c) argument 120 #define gic_write_lpir(v, c) writeq_relaxed(v, c) argument 124 #define gits_read_baser(c) readq_relaxed(c) argument 125 #define gits_write_baser(v, c) writeq_relaxed(v, c) argument 127 #define gits_read_cbaser(c) readq_relaxed(c) argument 128 #define gits_write_cbaser(v, c) writeq_relaxed(v, c) argument 130 #define gits_write_cwriter(v, c) writeq_relaxed(v, c) argument 132 #define gicr_read_propbaser(c) readq_relaxed(c) argument [all …]
|
D | io.h | 135 #define readb_relaxed(c) ({ u8 __r = __raw_readb(c); __r; }) argument 136 #define readw_relaxed(c) ({ u16 __r = le16_to_cpu((__force __le16)__raw_readw(c)); __r; }) argument 137 #define readl_relaxed(c) ({ u32 __r = le32_to_cpu((__force __le32)__raw_readl(c)); __r; }) argument 138 #define readq_relaxed(c) ({ u64 __r = le64_to_cpu((__force __le64)__raw_readq(c)); __r; }) argument 140 #define writeb_relaxed(v,c) ((void)__raw_writeb((v),(c))) argument 141 #define writew_relaxed(v,c) ((void)__raw_writew((__force u16)cpu_to_le16(v),(c))) argument 142 #define writel_relaxed(v,c) ((void)__raw_writel((__force u32)cpu_to_le32(v),(c))) argument 143 #define writeq_relaxed(v,c) ((void)__raw_writeq((__force u64)cpu_to_le64(v),(c))) argument 150 #define readb(c) ({ u8 __v = readb_relaxed(c); __iormb(__v); __v; }) argument 151 #define readw(c) ({ u16 __v = readw_relaxed(c); __iormb(__v); __v; }) argument [all …]
|
D | dcc.h | 33 char c = read_sysreg(dbgdtrrx_el0); in __dcc_getchar() local 39 static inline void __dcc_putchar(char c) in __dcc_putchar()
|
/arch/x86/kernel/cpu/ |
D | intel.c | 48 void check_mpx_erratum(struct cpuinfo_x86 *c) in check_mpx_erratum() 78 static void probe_xeon_phi_r3mwait(struct cpuinfo_x86 *c) in probe_xeon_phi_r3mwait() 142 static bool bad_spectre_microcode(struct cpuinfo_x86 *c) in bad_spectre_microcode() 164 static void early_init_intel(struct cpuinfo_x86 *c) in early_init_intel() 336 static void intel_smp_check(struct cpuinfo_x86 *c) in intel_smp_check() 364 static void intel_workarounds(struct cpuinfo_x86 *c) in intel_workarounds() 447 static void intel_workarounds(struct cpuinfo_x86 *c) in intel_workarounds() 452 static void srat_detect_node(struct cpuinfo_x86 *c) in srat_detect_node() 472 static int intel_num_cpu_cores(struct cpuinfo_x86 *c) in intel_num_cpu_cores() 487 static void detect_vmx_virtcap(struct cpuinfo_x86 *c) in detect_vmx_virtcap() [all …]
|
D | amd.c | 89 static void init_amd_k5(struct cpuinfo_x86 *c) in init_amd_k5() 108 static void init_amd_k6(struct cpuinfo_x86 *c) in init_amd_k6() 202 static void init_amd_k7(struct cpuinfo_x86 *c) in init_amd_k7() 306 static void legacy_fixup_core_id(struct cpuinfo_x86 *c) in legacy_fixup_core_id() 318 static void amd_get_topology_early(struct cpuinfo_x86 *c) in amd_get_topology_early() 330 static void amd_get_topology(struct cpuinfo_x86 *c) in amd_get_topology() 389 static void amd_detect_cmp(struct cpuinfo_x86 *c) in amd_detect_cmp() 416 static void srat_detect_node(struct cpuinfo_x86 *c) in srat_detect_node() 467 static void early_init_amd_mc(struct cpuinfo_x86 *c) in early_init_amd_mc() 493 static void bsp_init_amd(struct cpuinfo_x86 *c) in bsp_init_amd() [all …]
|
D | common.c | 85 static void default_init(struct cpuinfo_x86 *c) in default_init() 267 static void squash_the_stupid_serial_number(struct cpuinfo_x86 *c) in squash_the_stupid_serial_number() 298 static inline void squash_the_stupid_serial_number(struct cpuinfo_x86 *c) in squash_the_stupid_serial_number() 312 static __always_inline void setup_smep(struct cpuinfo_x86 *c) in setup_smep() 325 static __always_inline void setup_smap(struct cpuinfo_x86 *c) in setup_smap() 346 static __always_inline void setup_pku(struct cpuinfo_x86 *c) in setup_pku() 405 static void filter_cpuid_features(struct cpuinfo_x86 *c, bool warn) in filter_cpuid_features() 442 static const char *table_lookup_model(struct cpuinfo_x86 *c) in table_lookup_model() 532 static void get_model_name(struct cpuinfo_x86 *c) in get_model_name() 563 void cpu_detect_cache_sizes(struct cpuinfo_x86 *c) in cpu_detect_cache_sizes() [all …]
|
D | proc.c | 13 static void show_cpuinfo_core(struct seq_file *m, struct cpuinfo_x86 *c, in show_cpuinfo_core() 28 static void show_cpuinfo_misc(struct seq_file *m, struct cpuinfo_x86 *c) in show_cpuinfo_misc() 46 static void show_cpuinfo_misc(struct seq_file *m, struct cpuinfo_x86 *c) in show_cpuinfo_misc() 59 struct cpuinfo_x86 *c = v; in show_cpuinfo() local
|
D | cpuid-deps.c | 68 static inline void clear_feature(struct cpuinfo_x86 *c, unsigned int feature) in clear_feature() 86 static void do_clear_cpu_cap(struct cpuinfo_x86 *c, unsigned int feature) in do_clear_cpu_cap() 116 void clear_cpu_cap(struct cpuinfo_x86 *c, unsigned int feature) in clear_cpu_cap()
|
/arch/sparc/crypto/ |
D | opcodes.h | 18 #define CRC32C(a,b,c) \ argument 30 #define AES_EROUND01(a,b,c,d) \ argument 32 #define AES_EROUND23(a,b,c,d) \ argument 34 #define AES_DROUND01(a,b,c,d) \ argument 36 #define AES_DROUND23(a,b,c,d) \ argument 38 #define AES_EROUND01_L(a,b,c,d) \ argument 40 #define AES_EROUND23_L(a,b,c,d) \ argument 42 #define AES_DROUND01_L(a,b,c,d) \ argument 44 #define AES_DROUND23_L(a,b,c,d) \ argument 46 #define AES_KEXPAND1(a,b,c,d) \ argument [all …]
|
/arch/powerpc/kernel/ |
D | tm.S | 18 #define __SAVE_32FPRS_VSRS(n,c,base) \ argument 26 #define __REST_32FPRS_VSRS(n,c,base) \ argument 35 #define __SAVE_32FPRS_VSRS(n,c,base) SAVE_32FPRS(n, base) argument 36 #define __REST_32FPRS_VSRS(n,c,base) REST_32FPRS(n, base) argument 38 #define SAVE_32FPRS_VSRS(n,c,base) \ argument 40 #define REST_32FPRS_VSRS(n,c,base) \ argument
|
D | fpu.S | 30 #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/mips/alchemy/common/ |
D | clock.c | 238 struct clk *c; in alchemy_clk_setup_aux() local 269 struct clk *c; in alchemy_clk_setup_sysbus() local 283 struct clk *c; in alchemy_clk_setup_periph() local 298 struct clk *c; in alchemy_clk_setup_mem() local 337 struct clk *c; in alchemy_clk_setup_lrclk() local 486 struct alchemy_fgcs_clk *c = to_fgcs_clk(hw); in alchemy_clk_fgv1_en() local 500 struct alchemy_fgcs_clk *c = to_fgcs_clk(hw); in alchemy_clk_fgv1_isen() local 508 struct alchemy_fgcs_clk *c = to_fgcs_clk(hw); in alchemy_clk_fgv1_dis() local 520 struct alchemy_fgcs_clk *c = to_fgcs_clk(hw); in alchemy_clk_fgv1_setp() local 537 struct alchemy_fgcs_clk *c = to_fgcs_clk(hw); in alchemy_clk_fgv1_getp() local [all …]
|
/arch/powerpc/include/asm/ |
D | ide.h | 13 #define __ide_mm_insw(p, a, c) readsw((void __iomem *)(p), (a), (c)) argument 14 #define __ide_mm_insl(p, a, c) readsl((void __iomem *)(p), (a), (c)) argument 15 #define __ide_mm_outsw(p, a, c) writesw((void __iomem *)(p), (a), (c)) argument 16 #define __ide_mm_outsl(p, a, c) writesl((void __iomem *)(p), (a), (c)) argument
|
D | word-at-a-time.h | 21 …ic inline long prep_zero_mask(unsigned long val, unsigned long rhs, const struct word_at_a_time *c) in prep_zero_mask() 37 static inline bool has_zero(unsigned long val, unsigned long *data, const struct word_at_a_time *c) in has_zero() 60 …inline unsigned long has_zero(unsigned long a, unsigned long *bits, const struct word_at_a_time *c) in has_zero() 71 …e unsigned long prep_zero_mask(unsigned long a, unsigned long bits, const struct word_at_a_time *c) in prep_zero_mask() 139 …inline unsigned long has_zero(unsigned long a, unsigned long *bits, const struct word_at_a_time *c) in has_zero() 146 …e unsigned long prep_zero_mask(unsigned long a, unsigned long bits, const struct word_at_a_time *c) in prep_zero_mask()
|
/arch/arm/include/asm/ |
D | arch_gicv3.h | 256 #define gic_write_irouter(v, c) __gic_writeq_nonatomic(v, c) argument 261 #define gic_read_typer(c) __gic_readq_nonatomic(c) argument 266 #define gits_read_baser(c) __gic_readq_nonatomic(c) argument 267 #define gits_write_baser(v, c) __gic_writeq_nonatomic(v, c) argument 273 #define gicr_read_propbaser(c) __gic_readq_nonatomic(c) argument 274 #define gicr_write_propbaser(v, c) __gic_writeq_nonatomic(v, c) argument 275 #define gicr_read_pendbaser(c) __gic_readq_nonatomic(c) argument 276 #define gicr_write_pendbaser(v, c) __gic_writeq_nonatomic(v, c) argument 281 #define gic_read_lpir(c) readl_relaxed(c) argument 282 #define gic_write_lpir(v, c) writel_relaxed(lower_32_bits(v), c) argument [all …]
|
D | io.h | 298 #define readb_relaxed(c) ({ u8 __r = __raw_readb(c); __r; }) argument 299 #define readw_relaxed(c) ({ u16 __r = le16_to_cpu((__force __le16) \ argument 301 #define readl_relaxed(c) ({ u32 __r = le32_to_cpu((__force __le32) \ argument 304 #define writeb_relaxed(v,c) __raw_writeb(v,c) argument 305 #define writew_relaxed(v,c) __raw_writew((__force u16) cpu_to_le16(v),c) argument 306 #define writel_relaxed(v,c) __raw_writel((__force u32) cpu_to_le32(v),c) argument 308 #define readb(c) ({ u8 __v = readb_relaxed(c); __iormb(); __v; }) argument 309 #define readw(c) ({ u16 __v = readw_relaxed(c); __iormb(); __v; }) argument 310 #define readl(c) ({ u32 __v = readl_relaxed(c); __iormb(); __v; }) argument 312 #define writeb(v,c) ({ __iowmb(); writeb_relaxed(v,c); }) argument [all …]
|
/arch/arc/include/asm/ |
D | io.h | 207 #define readb(c) ({ u8 __v = readb_relaxed(c); __iormb(); __v; }) argument 208 #define readw(c) ({ u16 __v = readw_relaxed(c); __iormb(); __v; }) argument 209 #define readl(c) ({ u32 __v = readl_relaxed(c); __iormb(); __v; }) argument 214 #define writeb(v,c) ({ __iowmb(); writeb_relaxed(v,c); }) argument 215 #define writew(v,c) ({ __iowmb(); writew_relaxed(v,c); }) argument 216 #define writel(v,c) ({ __iowmb(); writel_relaxed(v,c); }) argument 230 #define readb_relaxed(c) __raw_readb(c) argument 231 #define readw_relaxed(c) ({ u16 __r = le16_to_cpu((__force __le16) \ argument 233 #define readl_relaxed(c) ({ u32 __r = le32_to_cpu((__force __le32) \ argument 236 #define writeb_relaxed(v,c) __raw_writeb(v,c) argument [all …]
|
/arch/m32r/boot/compressed/ |
D | m32r_sio.c | 16 char c; in puts() local 46 static void m32r_putc(char c) in m32r_putc() 66 static void m32r_putc(char c) in m32r_putc()
|
/arch/sh/include/asm/ |
D | io_noioport.h | 56 #define insb(a, b, c) BUG() argument 57 #define insw(a, b, c) BUG() argument 58 #define insl(a, b, c) BUG() argument 60 #define outsb(a, b, c) BUG() argument 61 #define outsw(a, b, c) BUG() argument 62 #define outsl(a, b, c) BUG() argument
|
/arch/mips/fw/arc/ |
D | promlib.c | 23 void prom_putchar(char c) in prom_putchar() 36 CHAR c; in prom_getchar() local
|
/arch/mips/boot/compressed/ |
D | dbg.c | 12 void __weak putc(char c) in putc() 18 char c; in puts() local
|
/arch/arm/boot/compressed/ |
D | decompress.c | 23 # define Tracec(c,x) {if (verbose && (c)) fprintf x ;} argument 24 # define Tracecv(c,x) {if (verbose>1 && (c)) fprintf x ;} argument 30 # define Tracec(c,x) argument 31 # define Tracecv(c,x) argument
|
/arch/x86/math-emu/ |
D | reg_compare.c | 172 int f, c; in FPU_compare_st_data() local 209 int f, c; in compare_st_st() local 255 int f, c; in compare_i_st_st() local 303 int f = 0, c; in compare_u_st_st() local 353 int f = 0, c; in compare_ui_st_st() local
|
/arch/tile/mm/ |
D | elf.c | 31 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
|