Searched defs:off (Results 1 - 25 of 121) sorted by relevance

12345

/arch/arm/include/asm/
H A Dpercpu.h24 static inline void set_my_cpu_offset(unsigned long off) argument
27 asm volatile("mcr p15, 0, %0, c13, c0, 4" : : "r" (off) : "memory");
32 unsigned long off; local
40 asm("mrc p15, 0, %0, c13, c0, 4" : "=r" (off) : "Q" (*sp));
42 return off;
H A Dfb.h9 unsigned long off)
8 fb_pgprotect(struct file *file, struct vm_area_struct *vma, unsigned long off) argument
/arch/arm64/include/asm/
H A Dpercpu.h21 static inline void set_my_cpu_offset(unsigned long off) argument
23 asm volatile("msr tpidr_el1, %0" :: "r" (off) : "memory");
28 unsigned long off; local
34 asm("mrs %0, tpidr_el1" : "=r" (off) :
37 return off;
H A Dfb.h24 unsigned long off)
23 fb_pgprotect(struct file *file, struct vm_area_struct *vma, unsigned long off) argument
/arch/sh/kernel/cpu/
H A Dadc.c14 int off; local
19 off = (channel & 0x03) << 2;
32 return (((__raw_readb(ADDRAH + off) << 8) |
33 __raw_readb(ADDRAL + off)) >> 6);
/arch/m68k/include/asm/
H A Dblinken.h22 static __inline__ void blinken_leds(int on, int off) argument
27 hp300_ledstate &= ~off;
H A Dfb.h12 unsigned long off)
18 unsigned long off)
11 fb_pgprotect(struct file *file, struct vm_area_struct *vma, unsigned long off) argument
17 fb_pgprotect(struct file *file, struct vm_area_struct *vma, unsigned long off) argument
/arch/x86/include/asm/
H A Dfb.h9 unsigned long off)
8 fb_pgprotect(struct file *file, struct vm_area_struct *vma, unsigned long off) argument
/arch/avr32/include/asm/
H A Dfb.h9 unsigned long off)
8 fb_pgprotect(struct file *file, struct vm_area_struct *vma, unsigned long off) argument
/arch/ia64/include/asm/
H A Dfb.h10 unsigned long off)
9 fb_pgprotect(struct file *file, struct vm_area_struct *vma, unsigned long off) argument
/arch/m32r/include/asm/
H A Dfb.h9 unsigned long off)
8 fb_pgprotect(struct file *file, struct vm_area_struct *vma, unsigned long off) argument
/arch/mips/include/asm/
H A Dfb.h9 unsigned long off)
8 fb_pgprotect(struct file *file, struct vm_area_struct *vma, unsigned long off) argument
/arch/parisc/include/asm/
H A Dfb.h9 unsigned long off)
8 fb_pgprotect(struct file *file, struct vm_area_struct *vma, unsigned long off) argument
/arch/powerpc/include/asm/
H A Dfb.h9 unsigned long off)
11 vma->vm_page_prot = phys_mem_access_prot(file, off >> PAGE_SHIFT,
8 fb_pgprotect(struct file *file, struct vm_area_struct *vma, unsigned long off) argument
/arch/sh/include/asm/
H A Dfb.h9 unsigned long off)
8 fb_pgprotect(struct file *file, struct vm_area_struct *vma, unsigned long off) argument
/arch/sparc/kernel/
H A Djump_label.c20 s32 off = (s32)entry->target - (s32)entry->code; local
23 /* ba,pt %xcc, . + (off << 2) */
24 val = 0x10680000 | ((u32) off >> 2);
26 /* ba . + (off << 2) */
27 val = 0x10800000 | ((u32) off >> 2);
/arch/arm/plat-samsung/include/plat/
H A Dgpio-cfg-helpers.h28 unsigned int off, unsigned int config)
30 return (chip->config->set_config)(chip, off, config);
34 unsigned int off)
36 return (chip->config->get_config)(chip, off);
40 unsigned int off, samsung_gpio_pull_t pull)
42 return (chip->config->set_pull)(chip, off, pull);
46 unsigned int off)
48 return chip->config->get_pull(chip, off);
62 * @off: The offset for the GPIO being configured.
69 unsigned int off, samsung_gpio_pull_
27 samsung_gpio_do_setcfg(struct samsung_gpio_chip *chip, unsigned int off, unsigned int config) argument
33 samsung_gpio_do_getcfg(struct samsung_gpio_chip *chip, unsigned int off) argument
39 samsung_gpio_do_setpull(struct samsung_gpio_chip *chip, unsigned int off, samsung_gpio_pull_t pull) argument
45 samsung_gpio_do_getpull(struct samsung_gpio_chip *chip, unsigned int off) argument
[all...]
/arch/arm64/kernel/
H A Dsys.c31 unsigned long fd, off_t off)
33 if (offset_in_page(off) != 0)
36 return sys_mmap_pgoff(addr, len, prot, flags, fd, off >> PAGE_SHIFT);
29 sys_mmap(unsigned long addr, unsigned long len, unsigned long prot, unsigned long flags, unsigned long fd, off_t off) argument
/arch/sparc/include/asm/
H A Dfb.h10 unsigned long off)
9 fb_pgprotect(struct file *file, struct vm_area_struct *vma, unsigned long off) argument
/arch/sparc/include/uapi/asm/
H A Djsflash.h24 __u64 off; /* 0x20000000 is included */ member in struct:jsflash_ident_arg
35 __u64 off; member in struct:jsflash_program_arg
/arch/arc/mm/
H A Dioremap.c46 unsigned long off, end; local
62 off = paddr & ~PAGE_MASK;
79 return (void __iomem *)(off + (char __iomem *)vaddr);
/arch/mn10300/mm/
H A Dcache-inv-icache.c30 unsigned long addr, size, off; local
38 off = start & ~PAGE_MASK;
71 mn10300_local_icache_inv_range2(addr + off, size);
/arch/powerpc/kernel/
H A Dproc_powerpc.c32 static loff_t page_map_seek(struct file *file, loff_t off, int whence) argument
34 return fixed_size_llseek(file, off, whence, PAGE_SIZE);
/arch/powerpc/platforms/powernv/
H A Dopal-nvram.c31 int off; local
35 off = *index;
36 if ((off + count) > nvram_size)
37 count = nvram_size - off;
38 rc = opal_read_nvram(__pa(buf), count, off);
48 int off; local
52 off = *index;
53 if ((off + count) > nvram_size)
54 count = nvram_size - off;
57 rc = opal_write_nvram(__pa(buf), count, off);
[all...]
/arch/sh/kernel/
H A Dsys_sh.c33 int fd, unsigned long off)
35 if (off & ~PAGE_MASK)
37 return sys_mmap_pgoff(addr, len, prot, flags, fd, off>>PAGE_SHIFT);
31 old_mmap(unsigned long addr, unsigned long len, unsigned long prot, unsigned long flags, int fd, unsigned long off) argument

Completed in 1742 milliseconds

12345