| /arch/loongarch/lib/ |
| A D | xor_simd.c | 19 #define LD(reg, base, offset) \ argument 21 #define ST(reg, base, offset) \ argument 25 #define LD_INOUT_LINE(base) \ argument 31 #define LD_AND_XOR_LINE(base) \ argument 41 #define ST_LINE(base) \ argument 62 #define LD(reg, base, offset) \ argument 64 #define ST(reg, base, offset) \ argument 68 #define LD_INOUT_LINE(base) \ argument 72 #define LD_AND_XOR_LINE(base) \ argument 78 #define ST_LINE(base) \ argument
|
| /arch/powerpc/kernel/ |
| A D | fpu.S | 26 #define __REST_1FPVSR(n,c,base) \ argument 35 #define __REST_32FPVSRS(n,c,base) \ argument 44 #define __SAVE_32FPVSRS(n,c,base) \ argument 53 #define __REST_1FPVSR(n,b,base) REST_FPR(n, base) argument 54 #define __REST_32FPVSRS(n,b,base) REST_32FPRS(n, base) argument 55 #define __SAVE_32FPVSRS(n,b,base) SAVE_32FPRS(n, base) argument 57 #define REST_1FPVSR(n,c,base) __REST_1FPVSR(n,__REG_##c,__REG_##base) argument 58 #define REST_32FPVSRS(n,c,base) __REST_32FPVSRS(n,__REG_##c,__REG_##base) argument 59 #define SAVE_32FPVSRS(n,c,base) __SAVE_32FPVSRS(n,__REG_##c,__REG_##base) argument
|
| A D | tm.S | 20 #define __SAVE_32FPRS_VSRS(n,c,base) \ argument 28 #define __REST_32FPRS_VSRS(n,c,base) \ argument 37 #define __SAVE_32FPRS_VSRS(n,c,base) SAVE_32FPRS(n, base) argument 38 #define __REST_32FPRS_VSRS(n,c,base) REST_32FPRS(n, base) argument 40 #define SAVE_32FPRS_VSRS(n,c,base) \ argument 42 #define REST_32FPRS_VSRS(n,c,base) \ argument
|
| A D | optprobes_head.S | 13 #define SAVE_30GPRS(base) SAVE_GPRS(2, 31, base) argument 14 #define REST_30GPRS(base) REST_GPRS(2, 31, base) argument 17 #define SAVE_30GPRS(base) stmw r2, GPR2(base) argument 18 #define REST_30GPRS(base) lmw r2, GPR2(base) argument
|
| /arch/arm/mm/ |
| A D | cache-l2x0.c | 134 void __iomem *base = l2x0_base; in l2c_disable() local 150 void __iomem *base = l2x0_base; in l2c_resume() local 189 void __iomem *base = l2x0_base; in l2c210_inv_range() local 208 void __iomem *base = l2x0_base; in l2c210_clean_range() local 217 void __iomem *base = l2x0_base; in l2c210_flush_range() local 226 void __iomem *base = l2x0_base; in l2c210_flush_all() local 309 void __iomem *base = l2x0_base; in l2c220_inv_range() local 336 void __iomem *base = l2x0_base; in l2c220_clean_range() local 355 void __iomem *base = l2x0_base; in l2c220_flush_range() local 469 void __iomem *base = l2x0_base; in l2c310_inv_range_erratum() local [all …]
|
| /arch/mips/ath25/ |
| A D | early_printk.c | 18 static inline void prom_uart_wr(void __iomem *base, unsigned reg, in prom_uart_wr() 24 static inline unsigned char prom_uart_rr(void __iomem *base, unsigned reg) in prom_uart_rr() 31 static void __iomem *base; in prom_putchar() local
|
| /arch/arm/plat-orion/ |
| A D | pcie.c | 55 u32 orion_pcie_dev_id(void __iomem *base) in orion_pcie_dev_id() 60 u32 orion_pcie_rev(void __iomem *base) in orion_pcie_rev() 65 int orion_pcie_link_up(void __iomem *base) in orion_pcie_link_up() 70 int __init orion_pcie_x4_mode(void __iomem *base) in orion_pcie_x4_mode() 75 int orion_pcie_get_local_bus_nr(void __iomem *base) in orion_pcie_get_local_bus_nr() 82 void __init orion_pcie_set_local_bus_nr(void __iomem *base, int nr) in orion_pcie_set_local_bus_nr() 92 void __init orion_pcie_reset(void __iomem *base) in orion_pcie_reset() 123 static void __init orion_pcie_setup_wins(void __iomem *base) in orion_pcie_setup_wins() 181 void __init orion_pcie_setup(void __iomem *base) in orion_pcie_setup() 208 int orion_pcie_rd_conf(void __iomem *base, struct pci_bus *bus, in orion_pcie_rd_conf() [all …]
|
| /arch/mips/alchemy/common/ |
| A D | usb.c | 98 static inline void __au1300_usb_phyctl(void __iomem *base, int enable) in __au1300_usb_phyctl() 204 static inline void __au1300_udc_control(void __iomem *base, int enable) in __au1300_udc_control() 267 void __iomem *base = in au1300_usb_control() local 295 void __iomem *base = in au1300_usb_init() local 362 void __iomem *base = in au1200_usb_control() local 385 void __iomem *base = in au1200_usb_init() local 394 void __iomem *base = (void __iomem *)KSEG1ADDR(rb + reg); in au1000_usb_init() local 427 void __iomem *base = (void __iomem *)KSEG1ADDR(rb); in __au1xx0_ohci_control() local 514 void __iomem *base = (void __iomem *)KSEG1ADDR(br); in au1000_usb_pm() local 531 void __iomem *base = in au1200_usb_pm() local [all …]
|
| A D | irq.c | 291 void __iomem *base = (void __iomem *)KSEG1ADDR(AU1000_IC0_PHYS_ADDR); in au1x_ic0_unmask() local 301 void __iomem *base = (void __iomem *)KSEG1ADDR(AU1000_IC1_PHYS_ADDR); in au1x_ic1_unmask() local 311 void __iomem *base = (void __iomem *)KSEG1ADDR(AU1000_IC0_PHYS_ADDR); in au1x_ic0_mask() local 321 void __iomem *base = (void __iomem *)KSEG1ADDR(AU1000_IC1_PHYS_ADDR); in au1x_ic1_mask() local 331 void __iomem *base = (void __iomem *)KSEG1ADDR(AU1000_IC0_PHYS_ADDR); in au1x_ic0_ack() local 345 void __iomem *base = (void __iomem *)KSEG1ADDR(AU1000_IC1_PHYS_ADDR); in au1x_ic1_ack() local 359 void __iomem *base = (void __iomem *)KSEG1ADDR(AU1000_IC0_PHYS_ADDR); in au1x_ic0_maskack() local 432 void __iomem *base; in au1x_ic_settype() local 715 static inline void ic_init(void __iomem *base) in ic_init() 853 #define DISP(name, base, addr) \ argument [all …]
|
| /arch/x86/mm/ |
| A D | iomap_32.c | 11 static int is_io_mapping_possible(resource_size_t base, unsigned long size) in is_io_mapping_possible() 21 int iomap_create_wc(resource_size_t base, unsigned long size, pgprot_t *prot) in iomap_create_wc() 41 void iomap_free(resource_size_t base, unsigned long size) in iomap_free()
|
| /arch/sparc/lib/ |
| A D | memset.S | 30 #define STORE(source, base, offset, n) \ argument 42 #define STORE_LAST(source, base, offset, n) \ argument 49 #define ZERO_BIG_BLOCK(base, offset, source) \ argument 59 #define ZERO_LAST_BLOCKS(base, offset, source) \ argument
|
| /arch/x86/kernel/cpu/mtrr/ |
| A D | amd.c | 10 amd_get_mtrr(unsigned int reg, unsigned long *base, in amd_get_mtrr() 60 amd_set_mtrr(unsigned int reg, unsigned long base, unsigned long size, mtrr_type type) in amd_set_mtrr() 96 amd_validate_add_page(unsigned long base, unsigned long size, unsigned int type) in amd_validate_add_page()
|
| A D | centaur.c | 27 centaur_get_free_region(unsigned long base, unsigned long size, int replace_reg) in centaur_get_free_region() 49 centaur_get_mcr(unsigned int reg, unsigned long *base, in centaur_get_mcr() 65 centaur_set_mcr(unsigned int reg, unsigned long base, in centaur_set_mcr() 91 centaur_validate_add_page(unsigned long base, unsigned long size, unsigned int type) in centaur_validate_add_page()
|
| A D | mtrr.c | 182 static void set_mtrr(unsigned int reg, unsigned long base, unsigned long size, in set_mtrr() 231 int mtrr_add_page(unsigned long base, unsigned long size, in mtrr_add_page() 337 static int mtrr_check(unsigned long base, unsigned long size) in mtrr_check() 383 int mtrr_add(unsigned long base, unsigned long size, unsigned int type, in mtrr_add() 408 int mtrr_del_page(int reg, unsigned long base, unsigned long size) in mtrr_del_page() 472 int mtrr_del(int reg, unsigned long base, unsigned long size) in mtrr_del() 496 int arch_phys_wc_add(unsigned long base, unsigned long size) in arch_phys_wc_add()
|
| /arch/riscv/include/asm/ |
| A D | vdso.h | 22 #define VDSO_SYMBOL(base, name) \ argument 28 #define COMPAT_VDSO_SYMBOL(base, name) \ argument
|
| /arch/powerpc/include/asm/ |
| A D | ppc_asm.h | 57 #define SAVE_NVGPRS(base) SAVE_GPRS(14, 31, base) argument 58 #define REST_NVGPRS(base) REST_GPRS(14, 31, base) argument 74 #define SAVE_GPR(n, base) SAVE_GPRS(n, n, base) argument 75 #define REST_GPR(n, base) REST_GPRS(n, n, base) argument 96 #define SAVE_FPR(n, base) stfd n,8*TS_FPRWIDTH*(n)(base) argument 97 #define SAVE_2FPRS(n, base) SAVE_FPR(n, base); SAVE_FPR(n+1, base) argument 102 #define REST_FPR(n, base) lfd n,8*TS_FPRWIDTH*(n)(base) argument 109 #define SAVE_VR(n,b,base) li b,16*(n); stvx n,base,b argument 115 #define REST_VR(n,b,base) li b,16*(n); lvx n,base,b argument 123 #define STXVD2X_ROT(n,b,base) STXVD2X(n,b,base) argument [all …]
|
| /arch/mips/include/asm/ |
| A D | div64.h | 20 #define do_div64_32(res, high, low, base) ({ \ argument 59 #define __div64_32(n, base) ({ \ argument
|
| /arch/powerpc/kexec/ |
| A D | ranges.c | 77 static int __add_mem_range(struct crash_mem **mem_ranges, u64 base, u64 size) in __add_mem_range() 212 int add_mem_range(struct crash_mem **mem_ranges, u64 base, u64 size) in add_mem_range() 256 u64 base; in add_tce_mem_ranges() local 291 u64 base, end; in add_initrd_mem_range() local 349 u32 base, size; in add_rtas_mem_range() local 374 u64 base, size; in add_opal_mem_range() local 416 u64 base, size; in add_reserved_mem_ranges() local 559 phys_addr_t base, end; in get_crash_memory_ranges() local 634 int remove_mem_range(struct crash_mem **mem_ranges, u64 base, u64 size) in remove_mem_range()
|
| /arch/mips/ath79/ |
| A D | early_printk.c | 35 void __iomem *base = (void __iomem *)(KSEG1ADDR(AR71XX_UART_BASE)); in prom_putchar_ar71xx() local 44 void __iomem *base = (void __iomem *)(KSEG1ADDR(AR933X_UART_BASE)); in prom_putchar_ar933x() local 99 void __iomem *base; in prom_putchar_init() local
|
| /arch/arm/mach-aspeed/ |
| A D | platsmp.c | 17 void __iomem *base; in aspeed_g6_boot_secondary() local 38 void __iomem *base; in aspeed_g6_smp_prepare_cpus() local
|
| /arch/x86/boot/ |
| A D | string.c | 112 unsigned long long simple_strtoull(const char *cp, char **endp, unsigned int base) in simple_strtoull() 137 long simple_strtol(const char *cp, char **endp, unsigned int base) in simple_strtol() 224 static const char *_parse_integer_fixup_radix(const char *s, unsigned int *base) in _parse_integer_fixup_radix() 249 unsigned int base, in _parse_integer() 287 static int _kstrtoull(const char *s, unsigned int base, unsigned long long *res) in _kstrtoull() 323 int kstrtoull(const char *s, unsigned int base, unsigned long long *res) in kstrtoull() 330 static int _kstrtoul(const char *s, unsigned int base, unsigned long *res) in _kstrtoul() 359 int boot_kstrtoul(const char *s, unsigned int base, unsigned long *res) in boot_kstrtoul()
|
| /arch/alpha/kernel/ |
| A D | pc873xx.c | 13 static unsigned int base, model; variable 26 static unsigned char __init pc873xx_read(unsigned int base, int reg) in pc873xx_read() 32 static void __init pc873xx_write(unsigned int base, int reg, unsigned char data) in pc873xx_write()
|
| /arch/powerpc/boot/ |
| A D | crt0.S | 251 #define SAVE_GPRS(start, end, base) OP_REGS std, 8, start, end, base, 0 argument 252 #define REST_GPRS(start, end, base) OP_REGS ld, 8, start, end, base, 0 argument 253 #define SAVE_GPR(n, base) SAVE_GPRS(n, n, base) argument 254 #define REST_GPR(n, base) REST_GPRS(n, n, base) argument
|
| /arch/mips/lib/ |
| A D | iomap-pci.c | 20 unsigned long base = ctrl->io_map_base; in __pci_ioport_map() local 49 void __iomem *base = (void __iomem *)ctrl->io_map_base; in pci_iounmap() local
|
| /arch/mips/kernel/ |
| A D | module.c | 33 static void apply_r_mips_32(u32 *location, u32 base, Elf_Addr v) in apply_r_mips_32() 38 static int apply_r_mips_26(struct module *me, u32 *location, u32 base, in apply_r_mips_26() 99 u32 base, Elf_Addr v, bool rela) in apply_r_mips_lo16() 170 static int apply_r_mips_pc(struct module *me, u32 *location, u32 base, in apply_r_mips_pc() 201 static int apply_r_mips_pc16(struct module *me, u32 *location, u32 base, in apply_r_mips_pc16() 207 static int apply_r_mips_pc21(struct module *me, u32 *location, u32 base, in apply_r_mips_pc21() 213 static int apply_r_mips_pc26(struct module *me, u32 *location, u32 base, in apply_r_mips_pc26() 268 static int reloc_handler(u32 type, struct module *me, u32 *location, u32 base, in reloc_handler() 312 u32 *location, base; in __apply_relocate() local
|