Searched refs:offset (Results 251 - 275 of 1060) sorted by relevance

<<11121314151617181920>>

/arch/mips/mti-malta/
H A Dmalta-platform.c93 .offset = 0x0,
98 .offset = 0x100000,
102 .offset = 0x3e0000,
/arch/openrisc/mm/
H A Dioremap.c38 * have to convert them into an offset in a page-aligned mapping, but the
46 unsigned long offset, last_addr; local
57 offset = addr & ~PAGE_MASK;
81 return (void __iomem *)(offset + (char *)v);
/arch/powerpc/boot/
H A Dmv64x60.h49 u8 offset);
51 u8 offset, u32 val);
66 int mv64x60_i2c_read(u32 devaddr, u8 *buf, u32 offset, u32 offset_size,
/arch/powerpc/include/asm/
H A Dword-at-a-time.h163 unsigned long ret, offset, tmp; local
172 "clrlsldi %[offset], %[addr], 61, 3\n\t"
175 "sld %[ret], %[ret], %[offset]\n\t"
177 "srd %[ret], %[ret], %[offset]\n\t"
181 "clrlslwi %[offset], %[addr], 30, 3\n\t"
184 "slw %[ret], %[ret], %[offset]\n\t"
186 "srw %[ret], %[ret], %[offset]\n\t"
195 : [tmp] "=&b" (tmp), [offset] "=&r" (offset), [ret] "=&r" (ret)
H A Dptrace.h160 extern const char *regs_query_register_name(unsigned int offset);
164 * regs_get_register() - get register value from its offset
166 * @offset: offset number of the register.
168 * regs_get_register returns the value of a register whose offset from @regs.
169 * The @offset is the offset of the register in struct pt_regs.
170 * If @offset is bigger than MAX_REG_OFFSET, this returns 0.
173 unsigned int offset)
175 if (unlikely(offset > MAX_REG_OFFSE
172 regs_get_register(struct pt_regs *regs, unsigned int offset) argument
[all...]
/arch/sh/kernel/
H A Ddma-nommu.c14 unsigned long offset, size_t size,
18 dma_addr_t addr = page_to_phys(page) + offset;
21 dma_cache_sync(dev, page_address(page) + offset, size, dir);
13 nommu_map_page(struct device *dev, struct page *page, unsigned long offset, size_t size, enum dma_data_direction dir, struct dma_attrs *attrs) argument
/arch/x86/include/asm/
H A Dpvclock.h75 cycle_t ret, offset; local
86 offset = pvclock_get_nsec_offset(src);
87 ret = src->system_time + offset;
/arch/x86/um/
H A Delfcore.c14 int elf_core_write_extra_phdrs(struct coredump_params *cprm, loff_t offset) argument
28 ofs = phdr.p_offset = offset;
29 offset += phdr.p_filesz;
/arch/arm/include/asm/
H A Dptrace.h124 extern const char *regs_query_register_name(unsigned int offset);
130 * regs_get_register() - get register value from its offset
132 * @offset: offset number of the register.
134 * regs_get_register returns the value of a register whose offset from @regs.
135 * The @offset is the offset of the register in struct pt_regs.
136 * If @offset is bigger than MAX_REG_OFFSET, this returns 0.
139 unsigned int offset)
141 if (unlikely(offset > MAX_REG_OFFSE
138 regs_get_register(struct pt_regs *regs, unsigned int offset) argument
[all...]
/arch/arm/include/asm/xen/
H A Dpage.h60 unsigned offset = phys.paddr & ~PAGE_MASK; local
61 return XMADDR(PFN_PHYS(pfn_to_mfn(PFN_DOWN(phys.paddr))) | offset);
66 unsigned offset = machine.maddr & ~PAGE_MASK; local
67 return XPADDR(PFN_PHYS(mfn_to_pfn(PFN_DOWN(machine.maddr))) | offset);
/arch/arm/mach-omap2/
H A Dsr_device.c64 u16 offset = volt_data[i].sr_efuse_offs; local
66 v = omap_ctrl_readb(offset) |
67 omap_ctrl_readb(offset + 1) << 8 |
68 omap_ctrl_readb(offset + 2) << 16;
/arch/arm/mach-pxa/
H A Dcolibri-pxa3xx.c117 .offset = 0,
123 .offset = MTDPART_OFS_APPEND,
129 .offset = MTDPART_OFS_APPEND,
135 .offset = MTDPART_OFS_APPEND,
H A Dh5000.c48 .offset = 0,
54 .offset = MTDPART_OFS_APPEND,
62 .offset = 0,
67 .offset = MTDPART_OFS_APPEND,
/arch/arm/mach-s3c24xx/
H A Dmach-jive.c108 .offset = 0,
116 .offset = (176 * SZ_1K),
124 .offset = (192 * SZ_1K),
129 .offset = (SZ_2M),
137 .offset = (44 * SZ_1M),
144 .offset = (160 * SZ_1K),
151 .offset = (22 * SZ_1M),
155 .offset = (24 * SZ_1M) - (192*SZ_1K),
166 .offset = 0,
174 .offset
[all...]
/arch/arm/mach-sa1100/
H A Dcerf.c106 .offset = 0x00000000,
110 .offset = 0x00020000,
114 .offset = 0x00060000,
118 .offset = 0x00160000,
H A Dh3600.c67 .red = { .offset = 12, .length = 4, },
68 .green = { .offset = 7, .length = 4, },
69 .blue = { .offset = 1, .length = 4, },
70 .transp = { .offset = 0, .length = 0, },
/arch/m68k/mac/
H A Diop.c350 int i,offset; local
356 offset = IOP_ADDR_RECV_MSG + (msg->channel * IOP_MSG_LEN);
358 for (i = 0 ; i < IOP_MSG_LEN ; i++, offset++) {
359 iop_writeb(iop_base[iop_num], offset, msg->reply[i]);
376 int i,offset; local
378 offset = IOP_ADDR_SEND_MSG + (msg->channel * IOP_MSG_LEN);
380 for (i = 0 ; i < IOP_MSG_LEN ; i++, offset++) {
381 iop_writeb(iop, offset, msg->message[i]);
398 int i,offset; local
409 offset
430 int i,offset; local
[all...]
/arch/m68k/mm/
H A Dsun3kmap.c67 unsigned long offset, virt, ret; local
74 offset = phys & (PAGE_SIZE-1);
77 size += offset;
89 ret = virt + offset;
/arch/metag/kernel/
H A Dcachepart.c63 unsigned int offset = 0; local
72 offset = 8;
78 (metag_in32(SYSC_DCPART(thread_id)) >> offset) & 0xF :
79 (metag_in32(SYSC_ICPART(thread_id)) >> offset) & 0xF);
/arch/mips/cobalt/
H A Dmtd.c28 .offset = 0x0,
/arch/mips/loongson/common/
H A Dmem.c116 unsigned long offset = pfn << PAGE_SHIFT; local
117 unsigned long end = offset + size;
119 if (__uncached_access(file, offset)) {
120 if (uca_start && (offset >= uca_start) &&
/arch/powerpc/lib/
H A Dcode-patching.c39 long offset; local
41 offset = target;
43 offset = offset - (unsigned long)addr;
46 if (offset < -0x2000000 || offset > 0x1fffffc || offset & 0x3)
50 instruction = 0x48000000 | (flags & 0x3) | (offset & 0x03FFFFFC);
59 long offset; local
61 offset
[all...]
/arch/powerpc/sysdev/
H A Dmsi_bitmap.c20 int offset, order = get_count_order(num); local
24 offset = bitmap_find_next_zero_area(bmp->bitmap, bmp->irq_count, 0,
26 if (offset > bmp->irq_count)
29 bitmap_set(bmp->bitmap, offset, num);
32 pr_debug("msi_bitmap: allocated 0x%x at offset 0x%x\n", num, offset);
34 return offset;
41 void msi_bitmap_free_hwirqs(struct msi_bitmap *bmp, unsigned int offset, argument
46 pr_debug("msi_bitmap: freeing 0x%x at offset 0x%x\n",
47 num, offset);
[all...]
/arch/sh/boards/
H A Dboard-apsh4a3a.c28 .offset = 0x00000000,
33 .offset = MTDPART_OFS_APPEND,
38 .offset = MTDPART_OFS_APPEND,
43 .offset = MTDPART_OFS_APPEND,
H A Dboard-edosk7760.c48 .offset = 0,
53 .offset = MTDPART_OFS_APPEND,
57 .offset = MTDPART_OFS_APPEND,
61 .offset = MTDPART_OFS_APPEND,

Completed in 2574 milliseconds

<<11121314151617181920>>