Home
last modified time | relevance | path

Searched defs:base (Results 1 – 25 of 422) sorted by relevance

12345678910>>...17

/arch/loongarch/lib/
Dxor_simd.c19 #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/
Dfpu.S26 #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
Dtm.S20 #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
Doptprobes_head.S13 #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/loongarch/kernel/
Dfpu.S28 .macro sc_save_fp base argument
63 .macro sc_restore_fp base argument
155 .macro sc_save_lsx base argument
192 .macro sc_restore_lsx base argument
229 .macro sc_save_lasx base argument
266 .macro sc_restore_lasx base argument
/arch/arm/mm/
Dcache-l2x0.c65 static void l2c_write_sec(unsigned long val, void __iomem *base, unsigned reg) in l2c_write_sec()
80 static inline void l2c_set_debug(void __iomem *base, unsigned long val) in l2c_set_debug()
91 static inline void l2c_unlock(void __iomem *base, unsigned num) in l2c_unlock()
103 static void l2c_configure(void __iomem *base) in l2c_configure()
112 static void l2c_enable(void __iomem *base, unsigned num_lock) in l2c_enable()
134 void __iomem *base = l2x0_base; in l2c_disable() local
143 static void l2c_save(void __iomem *base) in l2c_save()
150 void __iomem *base = l2x0_base; in l2c_resume() local
173 static void __l2c210_cache_sync(void __iomem *base) in __l2c210_cache_sync()
189 void __iomem *base = l2x0_base; in l2c210_inv_range() local
[all …]
/arch/mips/ath25/
Dearly_printk.c18 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/
Dpcie.c55 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/
Dusb.c98 static inline void __au1300_usb_phyctl(void __iomem *base, int enable) in __au1300_usb_phyctl()
123 static inline void __au1300_ohci_control(void __iomem *base, int enable, int id) in __au1300_ohci_control()
163 static inline void __au1300_ehci_control(void __iomem *base, int enable) in __au1300_ehci_control()
204 static inline void __au1300_udc_control(void __iomem *base, int enable) in __au1300_udc_control()
235 static inline void __au1300_otg_control(void __iomem *base, int enable) in __au1300_otg_control()
267 void __iomem *base = in au1300_usb_control() local
295 void __iomem *base = in au1300_usb_init() local
316 static inline void __au1200_ohci_control(void __iomem *base, int enable) in __au1200_ohci_control()
330 static inline void __au1200_ehci_control(void __iomem *base, int enable) in __au1200_ehci_control()
346 static inline void __au1200_udc_control(void __iomem *base, int enable) in __au1200_udc_control()
[all …]
Dirq.c291 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
371 void __iomem *base = (void __iomem *)KSEG1ADDR(AU1000_IC1_PHYS_ADDR); in au1x_ic1_maskack() local
432 void __iomem *base; in au1x_ic_settype() local
715 static inline void ic_init(void __iomem *base) in ic_init()
[all …]
/arch/x86/mm/
Diomap_32.c11 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/x86/kernel/cpu/mtrr/
Damd.c10 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()
Dcentaur.c27 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()
Dmtrr.c176 static void set_mtrr(unsigned int reg, unsigned long base, unsigned long size, in set_mtrr()
225 int mtrr_add_page(unsigned long base, unsigned long size, in mtrr_add_page()
331 static int mtrr_check(unsigned long base, unsigned long size) in mtrr_check()
377 int mtrr_add(unsigned long base, unsigned long size, unsigned int type, in mtrr_add()
402 int mtrr_del_page(int reg, unsigned long base, unsigned long size) in mtrr_del_page()
466 int mtrr_del(int reg, unsigned long base, unsigned long size) in mtrr_del()
490 int arch_phys_wc_add(unsigned long base, unsigned long size) in arch_phys_wc_add()
/arch/sparc/lib/
Dmemset.S30 #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/riscv/include/asm/
Dvdso.h22 #define VDSO_SYMBOL(base, name) \ argument
28 #define COMPAT_VDSO_SYMBOL(base, name) \ argument
/arch/mips/include/asm/
Ddiv64.h20 #define do_div64_32(res, high, low, base) ({ \ argument
59 #define __div64_32(n, base) ({ \ argument
/arch/powerpc/kexec/
Dranges.c73 static int __add_mem_range(struct crash_mem **mem_ranges, u64 base, u64 size) in __add_mem_range()
208 int add_mem_range(struct crash_mem **mem_ranges, u64 base, u64 size) in add_mem_range()
249 u64 base; in add_tce_mem_ranges() local
284 u64 base, end; in add_initrd_mem_range() local
337 u32 base, size; in add_rtas_mem_range() local
362 u64 base, size; in add_opal_mem_range() local
400 u64 base, size; in add_reserved_mem_ranges() local
/arch/arm/kernel/
Dhead-nommu.S229 .macro set_region_nr tmp, rgnr, base
234 .macro setup_region bar, acr, sr, unused, base
/arch/mips/ath79/
Dearly_printk.c35 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/
Dplatsmp.c17 void __iomem *base; in aspeed_g6_boot_secondary() local
38 void __iomem *base; in aspeed_g6_smp_prepare_cpus() local
/arch/x86/boot/
Dstring.c120 unsigned long long simple_strtoull(const char *cp, char **endp, unsigned int base) in simple_strtoull()
145 long simple_strtol(const char *cp, char **endp, unsigned int base) in simple_strtol()
232 static const char *_parse_integer_fixup_radix(const char *s, unsigned int *base) in _parse_integer_fixup_radix()
257 unsigned int base, in _parse_integer()
295 static int _kstrtoull(const char *s, unsigned int base, unsigned long long *res) in _kstrtoull()
331 int kstrtoull(const char *s, unsigned int base, unsigned long long *res) in kstrtoull()
338 static int _kstrtoul(const char *s, unsigned int base, unsigned long *res) in _kstrtoul()
367 int boot_kstrtoul(const char *s, unsigned int base, unsigned long *res) in boot_kstrtoul()
/arch/alpha/kernel/
Dpc873xx.c13 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/mips/kernel/
Dmodule.c44 static void apply_r_mips_32(u32 *location, u32 base, Elf_Addr v) in apply_r_mips_32()
49 static int apply_r_mips_26(struct module *me, u32 *location, u32 base, in apply_r_mips_26()
110 u32 base, Elf_Addr v, bool rela) in apply_r_mips_lo16()
181 static int apply_r_mips_pc(struct module *me, u32 *location, u32 base, in apply_r_mips_pc()
212 static int apply_r_mips_pc16(struct module *me, u32 *location, u32 base, in apply_r_mips_pc16()
218 static int apply_r_mips_pc21(struct module *me, u32 *location, u32 base, in apply_r_mips_pc21()
224 static int apply_r_mips_pc26(struct module *me, u32 *location, u32 base, in apply_r_mips_pc26()
279 static int reloc_handler(u32 type, struct module *me, u32 *location, u32 base, in reloc_handler()
323 u32 *location, base; in __apply_relocate() local
/arch/mips/pci/
Dpci-ar71xx.c109 void __iomem *base = apc->cfg_base; in ar71xx_pci_check_error() local
147 void __iomem *base = apc->cfg_base; in ar71xx_pci_local_write() local
164 void __iomem *base = apc->cfg_base; in ar71xx_pci_set_cfgaddr() local
180 void __iomem *base = apc->cfg_base; in ar71xx_pci_read_config() local
204 void __iomem *base = apc->cfg_base; in ar71xx_pci_write_config() local
229 void __iomem *base = ath79_reset_base; in ar71xx_pci_irq_handler() local
257 void __iomem *base = ath79_reset_base; in ar71xx_pci_irq_unmask() local
274 void __iomem *base = ath79_reset_base; in ar71xx_pci_irq_mask() local
296 void __iomem *base = ath79_reset_base; in ar71xx_pci_irq_init() local

12345678910>>...17