Home
last modified time | relevance | path

Searched defs:off (Results 1 – 25 of 170) sorted by relevance

1234567

/arch/powerpc/boot/
Daddnote.c68 #define GET_16BE(off) ((buf[off] << 8) + (buf[(off)+1])) argument
69 #define GET_32BE(off) ((GET_16BE(off) << 16U) + GET_16BE((off)+2U)) argument
70 #define GET_64BE(off) ((((unsigned long long)GET_32BE(off)) << 32ULL) + \ argument
72 #define PUT_16BE(off, v)(buf[off] = ((v) >> 8) & 0xff, \ argument
74 #define PUT_32BE(off, v)(PUT_16BE((off), (v) >> 16L), PUT_16BE((off) + 2, (v))) argument
75 #define PUT_64BE(off, v)((PUT_32BE((off), (v) >> 32L), \ argument
78 #define GET_16LE(off) ((buf[off]) + (buf[(off)+1] << 8)) argument
79 #define GET_32LE(off) (GET_16LE(off) + (GET_16LE((off)+2U) << 16U)) argument
80 #define GET_64LE(off) ((unsigned long long)GET_32LE(off) + \ argument
82 #define PUT_16LE(off, v) (buf[off] = (v) & 0xff, \ argument
[all …]
/arch/arm/mach-clps711x/include/mach/
Dhardware.h30 #define clps_readb(off) readb(CLPS711X_VIRT_BASE + (off)) argument
31 #define clps_readw(off) readw(CLPS711X_VIRT_BASE + (off)) argument
32 #define clps_readl(off) readl(CLPS711X_VIRT_BASE + (off)) argument
33 #define clps_writeb(val,off) writeb(val, CLPS711X_VIRT_BASE + (off)) argument
34 #define clps_writew(val,off) writew(val, CLPS711X_VIRT_BASE + (off)) argument
35 #define clps_writel(val,off) writel(val, CLPS711X_VIRT_BASE + (off)) argument
/arch/arm/plat-samsung/include/plat/
Dgpio-cfg-helpers.h28 unsigned int off, unsigned int config) in samsung_gpio_do_setcfg()
34 unsigned int off) in samsung_gpio_do_getcfg()
40 unsigned int off, samsung_gpio_pull_t pull) in samsung_gpio_do_setpull()
46 unsigned int off) in samsung_gpio_do_getpull()
/arch/powerpc/crypto/
Daes-spe-modes.S18 #define LOAD_DATA(reg, off) \ argument
20 #define SAVE_DATA(reg, off) \ argument
25 #define LOAD_IV(reg, off) \ argument
27 #define SAVE_IV(reg, off) \ argument
35 #define LOAD_DATA(reg, off) \ argument
38 #define SAVE_DATA(reg, off) \ argument
42 #define LOAD_IV(reg, off) \ argument
45 #define SAVE_IV(reg, off) \ argument
Daes-spe-core.S27 #define LWH(out, off) \ argument
30 #define LWL(out, off) \ argument
33 #define LBZ(out, tab, off) \ argument
36 #define LAH(out, in, bpos, off) \ argument
40 #define LAL(out, in, bpos, off) \ argument
Dsha256-spe-asm.S95 #define LOAD_DATA(reg, off) \ argument
100 #define LOAD_DATA(reg, off) \ argument
106 #define R_LOAD_W(a, b, c, d, e, f, g, h, w, off) \ argument
161 #define R_CALC_W(a, b, c, d, e, f, g, h, w0, w1, w4, w5, w7, k, off) \ argument
Daes-spe-keys.S16 #define LOAD_KEY(d, s, off) \ argument
19 #define LOAD_KEY(d, s, off) \ argument
/arch/mips/include/asm/
Dmips-cpc.h65 #define BUILD_CPC_R_(name, off) \ argument
76 #define BUILD_CPC__W(name, off) \ argument
82 #define BUILD_CPC_RW(name, off) \ argument
86 #define BUILD_CPC_Cx_R_(name, off) \ argument
90 #define BUILD_CPC_Cx__W(name, off) \ argument
94 #define BUILD_CPC_Cx_RW(name, off) \ argument
Duasm.h202 # define UASM_i_LL(buf, rs, rt, off) uasm_i_lld(buf, rs, rt, off) argument
203 # define UASM_i_LW(buf, rs, rt, off) uasm_i_ld(buf, rs, rt, off) argument
208 # define UASM_i_SC(buf, rs, rt, off) uasm_i_scd(buf, rs, rt, off) argument
214 # define UASM_i_SW(buf, rs, rt, off) uasm_i_sd(buf, rs, rt, off) argument
218 # define UASM_i_LL(buf, rs, rt, off) uasm_i_ll(buf, rs, rt, off) argument
219 # define UASM_i_LW(buf, rs, rt, off) uasm_i_lw(buf, rs, rt, off) argument
224 # define UASM_i_SC(buf, rs, rt, off) uasm_i_sc(buf, rs, rt, off) argument
230 # define UASM_i_SW(buf, rs, rt, off) uasm_i_sw(buf, rs, rt, off) argument
233 #define uasm_i_b(buf, off) uasm_i_beq(buf, 0, 0, off) argument
234 #define uasm_i_beqz(buf, rs, off) uasm_i_beq(buf, rs, 0, off) argument
[all …]
/arch/ia64/kernel/
Dentry.h27 #define PT_REGS_SAVES(off) \ argument
36 #define PT_REGS_UNWIND_INFO(off) \ argument
41 #define SWITCH_STACK_SAVES(off) \ argument
Dsys_ia64.c146 sys_mmap (unsigned long addr, unsigned long len, int prot, int flags, int fd, long off) in sys_mmap()
170 sys_pciconfig_read (unsigned long bus, unsigned long dfn, unsigned long off, unsigned long len, in sys_pciconfig_read()
177 sys_pciconfig_write (unsigned long bus, unsigned long dfn, unsigned long off, unsigned long len, in sys_pciconfig_write()
/arch/mips/mm/
Dpage.c106 pg_addiu(u32 **buf, unsigned int reg1, unsigned int reg2, unsigned int off) in pg_addiu()
225 static void build_clear_store(u32 **buf, int off) in build_clear_store()
234 static inline void build_clear_pref(u32 **buf, int off) in build_clear_pref()
268 int off; in build_clear_page() local
359 static void build_copy_load(u32 **buf, int reg, int off) in build_copy_load()
368 static void build_copy_store(u32 **buf, int reg, int off) in build_copy_store()
377 static inline void build_copy_load_pref(u32 **buf, int off) in build_copy_load_pref()
386 static inline void build_copy_store_pref(u32 **buf, int off) in build_copy_store_pref()
415 int off; in build_copy_page() local
/arch/arm/include/asm/
Dpercpu.h26 static inline void set_my_cpu_offset(unsigned long off) in set_my_cpu_offset()
34 unsigned long off; in __my_cpu_offset() local
Dfb.h9 unsigned long off) in fb_pgprotect()
/arch/mips/alchemy/common/
Dgpiolib.c120 static int alchemy_gpic_get(struct gpio_chip *chip, unsigned int off) in alchemy_gpic_get()
125 static void alchemy_gpic_set(struct gpio_chip *chip, unsigned int off, int v) in alchemy_gpic_set()
130 static int alchemy_gpic_dir_input(struct gpio_chip *chip, unsigned int off) in alchemy_gpic_dir_input()
135 static int alchemy_gpic_dir_output(struct gpio_chip *chip, unsigned int off, in alchemy_gpic_dir_output()
141 static int alchemy_gpic_gpio_to_irq(struct gpio_chip *chip, unsigned int off) in alchemy_gpic_gpio_to_irq()
/arch/m68k/include/asm/
Dfb.h12 unsigned long off) in fb_pgprotect()
18 unsigned long off) in fb_pgprotect()
Dblinken.h22 static __inline__ void blinken_leds(int on, int off) in blinken_leds()
/arch/sparc/include/uapi/asm/
Djsflash.h24 __u64 off; /* 0x20000000 is included */ member
35 __u64 off; member
/arch/arm/mach-ebsa110/
Dio.c350 u32 off; in outsb() local
365 u32 off; in insb() local
383 u32 off; in outsw() local
398 u32 off; in insw() local
420 u32 off = port << 1; in outsl() local
430 u32 off = port << 1; in insl() local
/arch/powerpc/platforms/powernv/
Dopal-nvram.c33 int off; in opal_nvram_read() local
54 int off; in opal_nvram_write() local
/arch/mips/bcm47xx/
Dprom.c59 unsigned long off; in prom_init_mem() local
139 unsigned long off = (unsigned long)prom_init; in bcm47xx_prom_highmem_init() local
/arch/sh/kernel/cpu/
Dadc.c14 int off; in adc_single() local
/arch/x86/include/asm/
Dfb.h9 unsigned long off) in fb_pgprotect()
/arch/unicore32/kernel/
Dptrace.c63 static int ptrace_read_user(struct task_struct *tsk, unsigned long off, in ptrace_read_user()
78 static int ptrace_write_user(struct task_struct *tsk, unsigned long off, in ptrace_write_user()
/arch/m32r/include/asm/
Dfb.h9 unsigned long off) in fb_pgprotect()

1234567