Home
last modified time | relevance | path

Searched refs:local (Results 1 – 25 of 208) sorted by relevance

123456789

/arch/ia64/hp/sim/
Dsimeth.c182 struct simeth_local *local; in simeth_probe1() local
206 local = netdev_priv(dev); in simeth_probe1()
207 local->simfd = fd; /* keep track of underlying file descriptor */ in simeth_probe1()
226 dev->name, simeth_device, local->simfd, dev->dev_addr, dev->irq); in simeth_probe1()
272 struct simeth_local *local; in simeth_device_event() local
315 local = netdev_priv(dev); in simeth_device_event()
318 netdev_attach(local->simfd, dev->irq, ntohl(ifa->ifa_local)): in simeth_device_event()
319 netdev_detach(local->simfd); in simeth_device_event()
370 struct simeth_local *local = netdev_priv(dev); in simeth_tx() local
383 local->stats.tx_bytes += skb->len; in simeth_tx()
[all …]
/arch/mips/boot/dts/cavium-octeon/
Docteon_3xxx.dts161 local-mac-address = [ 00 00 00 00 00 00 ];
173 local-mac-address = [ 00 00 00 00 00 00 ];
194 local-mac-address = [ 00 00 00 00 00 00 ];
201 local-mac-address = [ 00 00 00 00 00 00 ];
206 local-mac-address = [ 00 00 00 00 00 00 ];
211 local-mac-address = [ 00 00 00 00 00 00 ];
216 local-mac-address = [ 00 00 00 00 00 00 ];
221 local-mac-address = [ 00 00 00 00 00 00 ];
226 local-mac-address = [ 00 00 00 00 00 00 ];
231 local-mac-address = [ 00 00 00 00 00 00 ];
[all …]
Docteon_68xx.dts250 local-mac-address = [ 00 00 00 00 00 00 ];
269 local-mac-address = [ 00 00 00 00 00 00 ];
275 local-mac-address = [ 00 00 00 00 00 00 ];
281 local-mac-address = [ 00 00 00 00 00 00 ];
287 local-mac-address = [ 00 00 00 00 00 00 ];
301 local-mac-address = [ 00 00 00 00 00 00 ];
307 local-mac-address = [ 00 00 00 00 00 00 ];
313 local-mac-address = [ 00 00 00 00 00 00 ];
319 local-mac-address = [ 00 00 00 00 00 00 ];
333 local-mac-address = [ 00 00 00 00 00 00 ];
[all …]
/arch/ia64/include/asm/
Dtlb.h65 struct page *local[IA64_GATHER_BUNDLE]; member
174 tlb->max = ARRAY_SIZE(tlb->local); in tlb_gather_mmu()
175 tlb->pages = tlb->local; in tlb_gather_mmu()
199 if (tlb->pages != tlb->local) in tlb_finish_mmu()
215 if (!tlb->nr && tlb->pages == tlb->local) in __tlb_remove_page()
/arch/powerpc/mm/
Dhash_native_64.c152 int ssize, int local) in tlbie() argument
157 use_local = local && mmu_has_feature(MMU_FTR_TLBIEL) && !cxl_ctx_in_use(); in tlbie()
295 int ret = 0, local = 0; in native_hpte_updatepp() local
336 local = 1; in native_hpte_updatepp()
341 tlbie(vpn, bpsize, apsize, ssize, local); in native_hpte_updatepp()
409 int bpsize, int apsize, int ssize, int local) in native_hpte_invalidate() argument
440 tlbie(vpn, bpsize, apsize, ssize, local); in native_hpte_invalidate()
449 int psize, int ssize, int local) in native_hugepage_invalidate() argument
497 tlbie(vpn, psize, actual_psize, ssize, local); in native_hugepage_invalidate()
505 int psize, int ssize, int local) in native_hugepage_invalidate() argument
[all …]
Dtlb_hash64.c144 int i, local = 0; in __flush_tlb_pending() local
149 local = 1; in __flush_tlb_pending()
152 batch->psize, batch->ssize, local); in __flush_tlb_pending()
154 flush_hash_range(i, local); in __flush_tlb_pending()
Dhash_utils_64.c1552 static inline void tm_flush_hash_page(int local) in tm_flush_hash_page() argument
1562 if (local && cpu_has_feature(CPU_FTR_TM) && current->thread.regs && in tm_flush_hash_page()
1569 static inline void tm_flush_hash_page(int local) in tm_flush_hash_page() argument
1581 int local = flags & HPTE_LOCAL_UPDATE; in flush_hash_page() local
1597 ssize, local); in flush_hash_page()
1600 tm_flush_hash_page(local); in flush_hash_page()
1612 int local = flags & HPTE_LOCAL_UPDATE; in flush_hash_hugepage() local
1626 psize, ssize, local); in flush_hash_hugepage()
1654 MMU_PAGE_16M, ssize, local); in flush_hash_hugepage()
1657 tm_flush_hash_page(local); in flush_hash_hugepage()
[all …]
/arch/arm/include/asm/
Dtlb.h79 struct page *local[MMU_GATHER_BUNDLE]; member
140 if (tlb->pages == tlb->local) in tlb_flush_mmu_free()
158 tlb->max = ARRAY_SIZE(tlb->local); in tlb_gather_mmu()
159 tlb->pages = tlb->local; in tlb_gather_mmu()
176 if (tlb->pages != tlb->local) in tlb_finish_mmu()
/arch/arm/boot/dts/
Dlpc4357.dtsi26 reg = <0x10000000 0x8000>; /* 32 KiB local SRAM */
31 reg = <0x10080000 0xa000>; /* 32 + 8 KiB local SRAM */
Dlpc4350.dtsi26 reg = <0x10000000 0x20000>; /* 96 + 32 KiB local SRAM */
31 reg = <0x10080000 0x12000>; /* 64 + 8 KiB local SRAM */
/arch/powerpc/kernel/vdso32/
Ddatapage.S59 bl __get_datapage@local
80 bl __get_datapage@local
Dgettimeofday.S42 bl __get_datapage@local /* get data page */
48 bl __do_get_tspec@local /* get sec/usec from tb & kernel */
83 bl __get_datapage@local /* get data page */
87 50: bl __do_get_tspec@local /* get sec/nsec from tb & kernel */
195 bl __get_datapage@local
/arch/x86/entry/vdso/
Dvdsox32.lds.S23 local: *;
Dvdso.lds.S27 local: *;
/arch/x86/entry/vdso/vdso32/
Dvdso32.lds.S35 local: *;
/arch/x86/um/vdso/
Dvdso.lds.S28 local: *;
/arch/arm/mach-vexpress/
Ddcscb_setup.S33 2: @ Implementation-specific local CPU setup operations should go here,
/arch/arm/include/asm/xen/
Dpage-coherent.h39 bool local = (page_pfn <= dev_pfn) && in xen_dma_map_page() local
51 if (local) in xen_dma_map_page()
/arch/powerpc/platforms/pseries/
Dlpar.c377 int ssize, int local) in pSeries_lpar_hpte_invalidate() argument
384 slot, vpn, psize, local); in pSeries_lpar_hpte_invalidate()
447 int psize, int ssize, int local) in pSeries_lpar_hugepage_invalidate() argument
497 int psize, int ssize, int local) in pSeries_lpar_hugepage_invalidate() argument
527 static void pSeries_lpar_flush_hash_range(unsigned long number, int local) in pSeries_lpar_flush_hash_range() argument
560 0, ssize, local); in pSeries_lpar_flush_hash_range()
/arch/powerpc/boot/dts/
Dkmeter1.dts326 local-mac-address = [ 00 00 00 00 00 00 ];
342 local-mac-address = [ 00 00 00 00 00 00 ];
358 local-mac-address = [ 00 00 00 00 00 00 ];
374 local-mac-address = [ 00 00 00 00 00 00 ];
390 local-mac-address = [ 00 00 00 00 00 00 ];
406 local-mac-address = [ 00 00 00 00 00 00 ];
422 local-mac-address = [ 00 00 00 00 00 00 ];
/arch/openrisc/include/asm/
DKbuild13 generic-y += cmpxchg-local.h
37 generic-y += local.h
/arch/sh/kernel/vsyscall/
Dvsyscall.lds.S82 local: *;
/arch/tile/kernel/vdso/
Dvdso.lds.S87 local:*;
/arch/sparc/include/asm/
DKbuild13 generic-y += local.h
/arch/arm/vdso/
Dvdso.lds.S85 local: *;

123456789