Searched refs:end (Results 126 - 150 of 1055) sorted by relevance

1234567891011>>

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/mm/
H A Dc-sb1.c102 unsigned long end)
124 "r" ((end - 1) & ~(dcache_line_size - 1)),
179 * The start/end arguments are expected to be Kseg addresses.
183 unsigned long end)
192 if ((end - start) > (icache_size * 2)) {
197 __sb1_writeback_inv_dcache_range(start, end);
216 "r" ((end - 1) & ~(dcache_line_size - 1)),
224 unsigned long end; member in struct:flush_icache_range_args
231 local_sb1_flush_icache_range(args->start, args->end);
234 void sb1_flush_icache_range(unsigned long start, unsigned long end) argument
101 __sb1_writeback_inv_dcache_range(unsigned long start, unsigned long end) argument
182 local_sb1_flush_icache_range(unsigned long start, unsigned long end) argument
[all...]
H A Dc-mips32.c85 unsigned long end)
95 printk("crange[%d,%08lx,%08lx]", (int)mm->context, start, end);
107 while(start < end) {
123 unsigned long end)
129 printk("crange[%d,%08lx,%08lx]", (int)mm->context, start, end);
285 mips32_flush_icache_range(unsigned long start, unsigned long end) argument
313 unsigned long end, a; local
321 end = (addr + size - 1) & ~(dc_lsize - 1);
324 if (a == end) break;
335 unsigned long end, local
83 mips32_flush_cache_range_sc(struct mm_struct *mm, unsigned long start, unsigned long end) argument
121 mips32_flush_cache_range_pc(struct mm_struct *mm, unsigned long start, unsigned long end) argument
353 unsigned long end, a; local
376 unsigned long end, a; local
515 unsigned long flags, addr, begin, end, pow2; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/mm/
H A Dmem_pieces.c64 unsigned int end, rs, re; local
67 end = start + size;
69 if (end > rp->address && start < rp->address + rp->size)
75 start, end);
78 for (; i < mp->n_regions && end > rp->address; ++i, ++rp) {
81 if (must_exist && (start < rs || end > re)) {
83 start, end);
89 if (end < re) {
96 rp[1].address = end;
97 rp[1].size = re - end;
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iptables/extensions/
H A Dlibipt_owner.c69 char *end; local
77 ownerinfo->uid = strtoul(optarg, &end, 0);
78 if (*end != '\0' || end == optarg)
92 ownerinfo->gid = strtoul(optarg, &end, 0);
93 if (*end != '\0' || end == optarg)
104 ownerinfo->pid = strtoul(optarg, &end, 0);
105 if (*end != '\0' || end
[all...]
H A Dlibipt_CONNMARK.c49 char *end; local
52 markinfo->mark = strtoul(optarg, &end, 0);
53 if (*end != '\0' || end == optarg)
H A Dlibipt_ROUTE.c51 char *end; local
81 route_info->if_index = strtoul(optarg, &end, 0);
82 if (*end != '\0' || end == optarg)
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/vr41xx/casio-e55/
H A Dsetup.c39 ioport_resource.end = IO_PORT_RESOURCE_END;
41 iomem_resource.end = IO_MEM_RESOURCE_END;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/vr41xx/ibm-workpad/
H A Dsetup.c39 ioport_resource.end = IO_PORT_RESOURCE_END;
41 iomem_resource.end = IO_MEM_RESOURCE_END;
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/ext2fs/
H A Dgen_bitmap.c33 if ((bitno < bitmap->start) || (bitno > bitmap->end)) {
43 if ((bitno < bitmap->start) || (bitno > bitmap->end)) {
H A Drs_bitmap.c45 if (new_end > bmap->end) {
49 for (; bitno > bmap->end; bitno--)
53 bmap->end = new_end;
68 bmap->end = new_end;
/asus-wl-520gu-7.0.1.45/src/router/libusb/tests/
H A Did_test.cpp26 for (biter = buslist.begin(); biter != buslist.end(); biter++) {
29 for (diter = bus->begin(); diter != bus->end(); diter++) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips64/mm/
H A Dc-mips64.c88 unsigned long end)
98 printk("crange[%d,%08lx,%08lx]", (int)mm->context, start, end);
110 while(start < end) {
126 unsigned long end)
132 printk("crange[%d,%08lx,%08lx]", (int)mm->context, start, end);
290 mips64_flush_icache_range(unsigned long start, unsigned long end) argument
318 unsigned long end, a; local
326 end = (addr + size - 1) & ~((unsigned long)dc_lsize - 1);
329 if (a == end) break;
340 unsigned long end, local
86 mips64_flush_cache_range_sc(struct mm_struct *mm, unsigned long start, unsigned long end) argument
124 mips64_flush_cache_range_pc(struct mm_struct *mm, unsigned long start, unsigned long end) argument
359 unsigned long end, a; local
382 unsigned long end, a; local
524 unsigned long flags, addr, begin, end, pow2; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/vr4181/osprey/
H A Dprom.c51 void __init prom_fixup_mem_map(unsigned long start, unsigned long end) argument
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc/mm/
H A Diommu.c98 iommu->end = 0xffffffff;
101 ptsize = iommu->end - iommu->start + 1;
124 unsigned long end = (start + ptsize); local
125 while(start < end) {
131 unsigned long end = (start + ptsize); local
132 while(start < end) {
217 unsigned long page, end, ipte_cache; local
233 end = PAGE_ALIGN((addr + len));
234 while(addr < end) {
277 unsigned long end local
284 unsigned long end = PAGE_ALIGN(((unsigned long) iopte)); local
298 unsigned long end; local
[all...]
H A Dextable.c14 const struct exception_table_entry *end,
33 for (walk = start; walk <= end; walk++) {
45 for (walk = start; walk <= (end - 1); walk++) {
13 search_one_table(const struct exception_table_entry *start, const struct exception_table_entry *end, unsigned long value, unsigned long *g2) argument
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/alpha/lib/
H A Dcopy_page.S49 .end copy_page
H A Dstackkill.S35 .end _mcount
H A Dstrncpy.S36 .end strncpy
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/core/
H A Ddatagram.c223 int end; local
227 end = start + skb_shinfo(skb)->frags[i].size;
228 if ((copy = end-offset) > 0) {
246 start = end;
253 int end; local
257 end = start + list->len;
258 if ((copy = end-offset) > 0) {
267 start = end;
299 int end; local
303 end
333 int end; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-generic/
H A Dtlb.h72 * Called at the end of the shootdown operation to free up any resources
75 static inline void tlb_finish_mmu(struct free_pte_ctx *ctx, unsigned long start, unsigned long end) argument
81 flush_tlb_range(ctx->mm, start, end);
103 #define tlb_finish_mmu(tlb, start, end) flush_tlb_range(tlb, start, end)
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-generic/
H A Dtlb.h72 * Called at the end of the shootdown operation to free up any resources
75 static inline void tlb_finish_mmu(struct free_pte_ctx *ctx, unsigned long start, unsigned long end) argument
81 flush_tlb_range(ctx->mm, start, end);
103 #define tlb_finish_mmu(tlb, start, end) flush_tlb_range(tlb, start, end)
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc64/mm/
H A Dextable.c14 const struct exception_table_entry *end,
33 for (walk = start; walk <= end; walk++) {
45 for (walk = start; walk <= (end - 1); walk++) {
13 search_one_table(const struct exception_table_entry *start, const struct exception_table_entry *end, unsigned long value, unsigned long *g2) argument
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sparc/
H A Dpgalloc.h21 #define local_flush_cache_range(mm,start,end) BTFIXUP_CALL(local_flush_cache_range)(mm,start,end)
31 #define local_flush_tlb_range(mm,start,end) BTFIXUP_CALL(local_flush_tlb_range)(mm,start,end)
44 unsigned long end);
51 unsigned long end);
64 #define flush_cache_range(mm,start,end) BTFIXUP_CALL(flush_cache_range)(mm,start,end)
66 #define flush_icache_range(start, end) do { } while (0)
73 extern __inline__ void flush_tlb_pgtables(struct mm_struct *mm, unsigned long start, unsigned long end) argument
[all...]
H A Dross.h166 unsigned long end; local
169 end = page + PAGE_SIZE;
170 while(page < end) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-sparc/
H A Dpgalloc.h21 #define local_flush_cache_range(mm,start,end) BTFIXUP_CALL(local_flush_cache_range)(mm,start,end)
31 #define local_flush_tlb_range(mm,start,end) BTFIXUP_CALL(local_flush_tlb_range)(mm,start,end)
44 unsigned long end);
51 unsigned long end);
64 #define flush_cache_range(mm,start,end) BTFIXUP_CALL(flush_cache_range)(mm,start,end)
66 #define flush_icache_range(start, end) do { } while (0)
73 extern __inline__ void flush_tlb_pgtables(struct mm_struct *mm, unsigned long start, unsigned long end) argument
[all...]

Completed in 216 milliseconds

1234567891011>>