Searched refs:start (Results 226 - 250 of 1532) sorted by relevance

1234567891011>>

/arch/arm/mach-footbridge/
H A Disa.c20 .start = 0x70,
25 .start = IRQ_ISA_RTC_ALARM,
40 .start = 0x3f8,
45 .start = 0x2f8,
/arch/arm/mach-mmp/include/mach/
H A Ddevices.h14 unsigned long start; member in struct:pxa_device_desc
25 .start = _start, \
36 .start = _start, \
47 .start = _start, \
/arch/arm/mach-mxs/devices/
H A Dplatform-mxs-mmc.c55 .start = data->iobase,
59 .start = data->dma,
63 .start = data->irq_err,
67 .start = data->irq_dma,
H A Dplatform-mxs-saif.c40 .start = data->iobase,
44 .start = data->irq,
48 .start = data->dma,
52 .start = data->dmairq,
/arch/arm/mach-omap1/
H A Dgpio15xx.c27 .start = OMAP1_MPUIO_VBASE,
32 .start = INT_MPUIO,
69 .start = OMAP1510_GPIO_BASE,
74 .start = INT_GPIO_BANK1,
/arch/arm/plat-iop/
H A Di2c.c42 .start = 0xfffff680,
47 .start = IRQ_IOP3XX_I2C_0,
63 .start = 0xfffff6a0,
68 .start = IRQ_IOP3XX_I2C_1,
/arch/cris/boot/rescue/
H A Dhead_v32.S2 * Just get started by jumping to CONFIG_ETRAX_PTABLE_SECTOR to start
17 start: label
/arch/cris/include/arch-v32/mach-fs/mach/
H A Darbiter.h23 int crisv32_arbiter_watch(unsigned long start, unsigned long size,
/arch/frv/lib/
H A Dmemset.S174 # GR8 - memset's original start address
/arch/h8300/include/asm/
H A Dtlbflush.h45 unsigned long start, unsigned long end)
44 flush_tlb_range(struct mm_struct *mm, unsigned long start, unsigned long end) argument
/arch/ia64/include/asm/
H A Dcacheflush.h22 #define flush_cache_range(vma, start, end) do { } while (0)
25 #define flush_cache_vmap(start, end) do { } while (0)
26 #define flush_cache_vunmap(start, end) do { } while (0)
37 extern void flush_icache_range (unsigned long start, unsigned long end);
H A Dparavirt_patch.h117 paravirt_patch_apply_bundle(const struct paravirt_patch_site_bundle *start,
121 paravirt_patch_apply_inst(const struct paravirt_patch_site_inst *start,
126 #define paravirt_patch_apply_bundle(start, end) do { } while (0)
127 #define paravirt_patch_apply_inst(start, end) do { } while (0)
/arch/mips/cobalt/
H A Dsetup.c49 .start = 0x00,
55 .start = 0x60,
61 .start = 0x80,
67 .start = 0xc0,
/arch/mips/include/asm/
H A Dvpe.h23 void (*start)(int vpe); member in struct:vpe_notifications
/arch/mips/lantiq/
H A Ddevices.h16 {.name = #resname, .start = (irq), .flags = IORESOURCE_IRQ}
/arch/mips/vr41xx/casio-e55/
H A Dsetup.c34 ioport_resource.start = E55_ISA_IO_START;
/arch/mips/vr41xx/ibm-workpad/
H A Dsetup.c34 ioport_resource.start = WORKPAD_ISA_IO_START;
/arch/mn10300/include/asm/
H A Dtlbflush.h94 * - flush_tlb_range(mm, start, end) flushes a range of pages
95 * - flush_tlb_pgtables(mm, start, end) flushes a range of page tables
109 unsigned long start, unsigned long end)
131 unsigned long start, unsigned long end)
143 static inline void flush_tlb_kernel_range(unsigned long start, argument
150 unsigned long start, unsigned long end)
108 flush_tlb_range(struct vm_area_struct *vma, unsigned long start, unsigned long end) argument
130 flush_tlb_range(struct vm_area_struct *vma, unsigned long start, unsigned long end) argument
149 flush_tlb_pgtables(struct mm_struct *mm, unsigned long start, unsigned long end) argument
/arch/sh/boards/
H A Dboard-espt.c47 .start = 0,
65 .start = 0xFEE00800, /* use eth1 */
69 .start = 0xFEE01800, /* TSU */
74 .start = 57, /* irq number */
/arch/sh/boards/mach-se/7721/
H A Dsetup.c29 .start = PA_LED,
46 .start = PA_MRSHPC_IO + 0x1f0,
51 .start = PA_MRSHPC_IO + 0x1f0 + 0x206,
56 .start = MRSHPC_IRQ0,
/arch/sparc/mm/
H A Dextable.c8 void sort_extable(struct exception_table_entry *start, argument
15 search_extable(const struct exception_table_entry *start, argument
39 for (walk = start; walk <= last; walk++) {
55 for (walk = start; walk <= (last - 1); walk++) {
/arch/tile/include/asm/
H A Dtlbflush.h96 local_flush_tlb_pages(NULL, r.start, PAGE_SIZE, r.size);
97 local_flush_tlb_pages(NULL, r.start, HPAGE_SIZE, r.size);
108 * - flush_tlb_range(vma, start, end) flushes a range of pages
109 * - flush_tlb_kernel_range(start, end) flushes a range of kernel pages
117 extern void flush_tlb_kernel_range(unsigned long start, unsigned long end);
124 unsigned long start, unsigned long end);
/arch/um/drivers/
H A Dslip_common.c7 int i, n, size, start; local
30 start = slip->pos;
32 size = slip_unesc(slip->ibuf[start + i], slip->ibuf,&slip->pos,
36 memmove(slip->ibuf, &slip->ibuf[start+i+1],
/arch/um/sys-ia64/
H A DMakefile9 $(LD) $(LINKFLAGS) --start-group $^ --end-group -o $@
/arch/x86/pci/
H A Dbus_numa.h23 extern void update_res(struct pci_root_info *info, resource_size_t start,

Completed in 753 milliseconds

1234567891011>>