Searched refs:end (Results 1 - 25 of 3740) sorted by path

1234567891011>>

/linux-master/arch/alpha/boot/
H A Dhead.S18 .end __start
27 .end wrent
36 .end wrkgp
86 .end switch_to_osf_pal
95 .end tbi
103 .end halt
124 .end move_stack
/linux-master/arch/alpha/kernel/
H A Dconsole.c26 .end = 0x3DF
61 alpha_vga.end += hose->io_space->start;
H A Dcore_apecs.c318 apecs_pci_tbi(struct pci_controller *hose, dma_addr_t start, dma_addr_t end)
317 apecs_pci_tbi(struct pci_controller *hose, dma_addr_t start, dma_addr_t end) argument
H A Dcore_lca.c243 lca_pci_tbi(struct pci_controller *hose, dma_addr_t start, dma_addr_t end)
242 lca_pci_tbi(struct pci_controller *hose, dma_addr_t start, dma_addr_t end) argument
H A Dcore_mcpcia.c247 mcpcia_pci_tbi(struct pci_controller *hose, dma_addr_t start, dma_addr_t end)
314 io->end = io->start + 0xffff;
319 mem->end = mem->start + 0xffffffff;
324 hae_mem->end = mem->start + MCPCIA_MEM_MASK;
409 ioport_resource.end = ~0UL;
246 mcpcia_pci_tbi(struct pci_controller *hose, dma_addr_t start, dma_addr_t end) argument
H A Dcore_t2.c440 hae_mem->end = T2_MEM_R1_MASK;
507 t2_pci_tbi(struct pci_controller *hose, dma_addr_t start, dma_addr_t end)
506 t2_pci_tbi(struct pci_controller *hose, dma_addr_t start, dma_addr_t end) argument
H A Dcore_tsunami.c179 tsunami_pci_tbi(struct pci_controller *hose, dma_addr_t start, dma_addr_t end)
188 if (((start ^ end) & 0xffff0000) == 0)
277 hose->io_space->end = hose->io_space->start + TSUNAMI_IO_SPACE - 1;
282 hose->mem_space->end = hose->mem_space->start + 0xffffffff;
413 ioport_resource.end = ~0UL;
178 tsunami_pci_tbi(struct pci_controller *hose, dma_addr_t start, dma_addr_t end) argument
H A Dhead.S33 .end __start
56 .end __smp_callin
74 .end cserve_ena
85 .end cserve_dis
99 .end halt
/linux-master/arch/alpha/lib/
H A Ddbg_current.S30 .end _mcount
H A Ddbg_stackcheck.S28 .end _mcount
H A Ddbg_stackkill.S36 .end _mcount
H A Dev6-stxcpy.S113 .end stxcpy_aligned
147 full source word. We can still find a zero at the end of it
321 .end __stxcpy
H A Dev6-stxncpy.S24 * the end of the range specified by COUNT
106 the end-of-count bit is set in t8 iff it applies.
137 /* Add the end-of-count bit to the eos detection bitmask. */
144 .end stxncpy_aligned
189 full source word. We can still find a zero at the end of it
314 /* Got to end-of-count before end of string.
331 $u_eocfin: # end-of-count, final word
367 or t8, t10, t5 # E : test for end-of-count too
398 .end __stxncp
[all...]
H A Dstxcpy.S93 .end stxcpy_aligned
124 full source word. We can still find a zero at the end of it
290 .end __stxcpy
H A Dstxncpy.S24 * the end of the range specified by COUNT
79 the end-of-count bit is set in t8 iff it applies.
107 /* Add the end-of-count bit to the eos detection bitmask. */
112 .end stxncpy_aligned
150 full source word. We can still find a zero at the end of it
268 /* Got to end-of-count before end of string.
285 $u_eocfin: # end-of-count, final word
320 or t8, t10, t5 # .. e1 : test for end-of-count too
346 .end __stxncp
[all...]
/linux-master/arch/arc/include/asm/
H A Dtlbflush.h14 void local_flush_tlb_kernel_range(unsigned long start, unsigned long end);
16 unsigned long start, unsigned long end);
19 unsigned long end);
33 unsigned long end);
35 extern void flush_tlb_kernel_range(unsigned long start, unsigned long end);
39 extern void flush_pmd_tlb_range(struct vm_area_struct *vma, unsigned long start, unsigned long end);
/linux-master/arch/arm/include/asm/
H A Decard.h131 #define ecard_resource_end(ec,nr) ((ec)->resource[nr].end)
132 #define ecard_resource_len(ec,nr) ((ec)->resource[nr].end - \
H A Doutercache.h38 * @end: end physical address, exclusive
40 static inline void outer_inv_range(phys_addr_t start, phys_addr_t end) argument
43 outer_cache.inv_range(start, end);
49 * @end: end physical address, exclusive
51 static inline void outer_clean_range(phys_addr_t start, phys_addr_t end) argument
54 outer_cache.clean_range(start, end);
60 * @end: end physica
62 outer_flush_range(phys_addr_t start, phys_addr_t end) argument
108 outer_inv_range(phys_addr_t start, phys_addr_t end) argument
110 outer_clean_range(phys_addr_t start, phys_addr_t end) argument
112 outer_flush_range(phys_addr_t start, phys_addr_t end) argument
[all...]
/linux-master/arch/arm/include/asm/hardware/
H A Diomd.h172 #define video_set_dma(start,end,offset) \
175 outl (SCREEN_START + end - VDMA_XFERSIZE, VDMA_END); \
176 if (offset >= end - VDMA_XFERSIZE) \
H A Dmemc.h16 #define video_set_dma(start,end,offset) \
19 memc_write (VDMA_END, (end - VDMA_XFERSIZE) >> 2); \
/linux-master/arch/arm/kernel/
H A Dsmp_tlb.c221 unsigned long start, unsigned long end)
227 ta.ta_end = end;
231 local_flush_tlb_range(vma, start, end);
235 void flush_tlb_kernel_range(unsigned long start, unsigned long end) argument
240 ta.ta_end = end;
243 local_flush_tlb_kernel_range(start, end);
220 flush_tlb_range(struct vm_area_struct *vma, unsigned long start, unsigned long end) argument
/linux-master/arch/arm/lib/
H A Dlib1funcs.S56 @ at the left end of each 4 bit nibbles in the division loop
/linux-master/arch/arm/mach-omap2/
H A Dsram242x.S234 adr r8, pend @ addr of preload end
H A Dsram243x.S234 adr r8, pend @ addr of preload end
/linux-master/arch/arm/mach-orion5x/
H A Dmv2120-setup.c65 .end = MV2120_NOR_BOOT_BASE + MV2120_NOR_BOOT_SIZE - 1,

Completed in 352 milliseconds

1234567891011>>