Searched refs:address (Results 101 - 125 of 4714) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/x86/mm/kmemcheck/
H A Dpte.c7 pte_t *kmemcheck_pte_lookup(unsigned long address) argument
12 pte = lookup_address(address, &level);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/sh/include/asm/
H A Dstacktrace.h16 void (*address)(void *data, unsigned long address, int reliable); member in struct:stacktrace_ops
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/mips/include/asm/txx9/
H A Dspi.h21 int address, unsigned char *buf, int len);
28 int address, unsigned char *buf, int len)
27 spi_eeprom_read(int busid, int chipid, int address, unsigned char *buf, int len) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/frv/lib/
H A Dmemset.S30 or.p gr8,gr0,gr4 ; GR4 = address
33 # conditionally write a byte to 2b-align the address
42 # conditionally write a word to 4b-align the address
57 # conditionally write a dword to 8b-align the address
74 # the address is now 8b-aligned - loop around writing 64b chunks
172 # GR4 - memset's address tracking pointer
174 # GR8 - memset's original start address
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/frv/lib/
H A Dmemset.S30 or.p gr8,gr0,gr4 ; GR4 = address
33 # conditionally write a byte to 2b-align the address
42 # conditionally write a word to 4b-align the address
57 # conditionally write a dword to 8b-align the address
74 # the address is now 8b-aligned - loop around writing 64b chunks
172 # GR4 - memset's address tracking pointer
174 # GR8 - memset's original start address
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/mips/include/asm/txx9/
H A Dspi.h21 int address, unsigned char *buf, int len);
28 int address, unsigned char *buf, int len)
27 spi_eeprom_read(int busid, int chipid, int address, unsigned char *buf, int len) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/libnet/
H A Dlibnet_lookup.h28 const char **address; member in struct:libnet_Lookup::__anon8988
67 const char *address; member in struct:msg_net_lookup_dc
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/libnet/
H A Dlibnet_lookup.h28 const char **address; member in struct:libnet_Lookup::__anon43918
67 const char *address; member in struct:msg_net_lookup_dc
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/libnet/
H A Dlibnet_lookup.h28 const char **address; member in struct:libnet_Lookup::__anon9893
67 const char *address; member in struct:msg_net_lookup_dc
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/usr/include/bits/
H A Dsetjmp.h49 #define _JMPBUF_UNWINDS(jmpbuf, address) \
50 ((void *) (address) < (void *) (jmpbuf[__JMP_BUF_SP]))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-linux/sysroot/usr/include/bits/
H A Dsetjmp.h49 #define _JMPBUF_UNWINDS(jmpbuf, address) \
50 ((void *) (address) < (void *) (jmpbuf[__JMP_BUF_SP]))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/sysroot/usr/include/bits/
H A Dsetjmp.h49 #define _JMPBUF_UNWINDS(jmpbuf, address) \
50 ((void *) (address) < (void *) (jmpbuf[__JMP_BUF_SP]))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/cris/mm/
H A Dfault.c35 * This routine handles page faults. It determines the address,
39 * Notice that the address we're given is aligned to the page the fault
41 * address.
52 do_page_fault(unsigned long address, struct pt_regs *regs, argument
63 address, smp_processor_id(), instruction_pointer(regs),
87 if (address >= VMALLOC_START &&
99 address == cris_signal_return_page &&
118 vma = find_vma(mm, address);
121 if (vma->vm_start <= address)
132 if (address
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/cris/mm/
H A Dfault.c35 * This routine handles page faults. It determines the address,
39 * Notice that the address we're given is aligned to the page the fault
41 * address.
52 do_page_fault(unsigned long address, struct pt_regs *regs, argument
63 address, smp_processor_id(), instruction_pointer(regs),
87 if (address >= VMALLOC_START &&
99 address == cris_signal_return_page &&
118 vma = find_vma(mm, address);
121 if (vma->vm_start <= address)
132 if (address
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/mm/
H A Dmmu_decl.h55 static inline void _tlbil_va(unsigned long address, unsigned int pid, argument
58 asm volatile ("tlbie %0; sync" : : "r" (address) : "memory");
61 extern void _tlbil_va(unsigned long address, unsigned int pid,
64 extern void __tlbil_va(unsigned long address, unsigned int pid);
65 static inline void _tlbil_va(unsigned long address, unsigned int pid, argument
68 __tlbil_va(address, pid);
73 extern void _tlbivax_bcast(unsigned long address, unsigned int pid,
76 static inline void _tlbivax_bcast(unsigned long address, unsigned int pid, argument
89 extern void _tlbie(unsigned long address);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/powerpc/mm/
H A Dmmu_decl.h55 static inline void _tlbil_va(unsigned long address, unsigned int pid, argument
58 asm volatile ("tlbie %0; sync" : : "r" (address) : "memory");
61 extern void _tlbil_va(unsigned long address, unsigned int pid,
64 extern void __tlbil_va(unsigned long address, unsigned int pid);
65 static inline void _tlbil_va(unsigned long address, unsigned int pid, argument
68 __tlbil_va(address, pid);
73 extern void _tlbivax_bcast(unsigned long address, unsigned int pid,
76 static inline void _tlbivax_bcast(unsigned long address, unsigned int pid, argument
89 extern void _tlbie(unsigned long address);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/octeon/
H A Dcvmx-fpa.c49 * buffer pointer must be a physical address.
121 uint64_t address; local
127 address = cvmx_ptr_to_phys(ptr);
129 address = 0;
130 if (address) {
131 if ((address >= base) && (address < finish) &&
132 (((address -
137 ("ERROR: cvmx_fpa_shutdown_pool: Illegal address 0x%llx in pool %s(%d)\n",
138 (unsigned long long)address,
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/octeon/
H A Dcvmx-fpa.c49 * buffer pointer must be a physical address.
121 uint64_t address; local
127 address = cvmx_ptr_to_phys(ptr);
129 address = 0;
130 if (address) {
131 if ((address >= base) && (address < finish) &&
132 (((address -
137 ("ERROR: cvmx_fpa_shutdown_pool: Illegal address 0x%llx in pool %s(%d)\n",
138 (unsigned long long)address,
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/include/asm/
H A Dtlb.h37 unsigned long address);
40 unsigned long address)
44 flush_hash_entry(tlb->mm, ptep, address);
39 __tlb_remove_tlb_entry(struct mmu_gather *tlb, pte_t *ptep, unsigned long address) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dtlb.h37 unsigned long address);
40 unsigned long address)
44 flush_hash_entry(tlb->mm, ptep, address);
39 __tlb_remove_tlb_entry(struct mmu_gather *tlb, pte_t *ptep, unsigned long address) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/sim/ppc/
H A Dhw_eeprom.c57 reg = <address> <size> (required)
59 Determine where the device lives in the parents address space.
272 unsigned_word address,
276 (unsigned long)address,
284 unsigned_word address,
290 (unsigned long)address,
321 unsigned_word address,
324 unsigned8 old_byte = eeprom->memory[address];
325 DTRACE(eeprom, ("start-programing-byte - address 0x%lx, new 0x%lx, old 0x%lx\n",
326 (unsigned long)address,
270 invalid_read(device *me, hw_eeprom_states state, unsigned_word address, const char *reason) argument
282 invalid_write(device *me, hw_eeprom_states state, unsigned_word address, unsigned8 data, const char *reason) argument
319 start_programming_byte(device *me, hw_eeprom_device *eeprom, unsigned_word address, unsigned8 new_byte) argument
387 start_erasing_sector(device *me, hw_eeprom_device *eeprom, unsigned_word address) argument
434 read_byte(device *me, hw_eeprom_device *eeprom, unsigned_word address) argument
528 unsigned_word address = (addr + i) % eeprom->sizeof_memory; local
539 write_byte(device *me, hw_eeprom_device *eeprom, unsigned_word address, unsigned8 data) argument
718 unsigned_word address = (addr + i) % eeprom->sizeof_memory; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/sim/ppc/
H A Dhw_eeprom.c57 reg = <address> <size> (required)
59 Determine where the device lives in the parents address space.
272 unsigned_word address,
276 (unsigned long)address,
284 unsigned_word address,
290 (unsigned long)address,
321 unsigned_word address,
324 unsigned8 old_byte = eeprom->memory[address];
325 DTRACE(eeprom, ("start-programing-byte - address 0x%lx, new 0x%lx, old 0x%lx\n",
326 (unsigned long)address,
270 invalid_read(device *me, hw_eeprom_states state, unsigned_word address, const char *reason) argument
282 invalid_write(device *me, hw_eeprom_states state, unsigned_word address, unsigned8 data, const char *reason) argument
319 start_programming_byte(device *me, hw_eeprom_device *eeprom, unsigned_word address, unsigned8 new_byte) argument
387 start_erasing_sector(device *me, hw_eeprom_device *eeprom, unsigned_word address) argument
434 read_byte(device *me, hw_eeprom_device *eeprom, unsigned_word address) argument
528 unsigned_word address = (addr + i) % eeprom->sizeof_memory; local
539 write_byte(device *me, hw_eeprom_device *eeprom, unsigned_word address, unsigned8 data) argument
718 unsigned_word address = (addr + i) % eeprom->sizeof_memory; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/sim/ppc/
H A Dhw_eeprom.c57 reg = <address> <size> (required)
59 Determine where the device lives in the parents address space.
272 unsigned_word address,
276 (unsigned long)address,
284 unsigned_word address,
290 (unsigned long)address,
321 unsigned_word address,
324 unsigned8 old_byte = eeprom->memory[address];
325 DTRACE(eeprom, ("start-programing-byte - address 0x%lx, new 0x%lx, old 0x%lx\n",
326 (unsigned long)address,
270 invalid_read(device *me, hw_eeprom_states state, unsigned_word address, const char *reason) argument
282 invalid_write(device *me, hw_eeprom_states state, unsigned_word address, unsigned8 data, const char *reason) argument
319 start_programming_byte(device *me, hw_eeprom_device *eeprom, unsigned_word address, unsigned8 new_byte) argument
387 start_erasing_sector(device *me, hw_eeprom_device *eeprom, unsigned_word address) argument
434 read_byte(device *me, hw_eeprom_device *eeprom, unsigned_word address) argument
528 unsigned_word address = (addr + i) % eeprom->sizeof_memory; local
539 write_byte(device *me, hw_eeprom_device *eeprom, unsigned_word address, unsigned8 data) argument
718 unsigned_word address = (addr + i) % eeprom->sizeof_memory; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/sim/frv/
H A Dcache.c157 /* Determine whether the given address is RAM access, assuming that HSR0.RME
160 ram_access (FRV_CACHE *cache, USI address) argument
187 return address >= start && address < end;
195 /* Determine whether the given address should be accessed without using
198 non_cache_access (FRV_CACHE *cache, USI address) argument
209 if (address >= 0xff000000
210 || address >= 0xfe000000 && address <= 0xfeffffff)
214 if (address >
253 get_tag(FRV_CACHE *cache, SI address, FRV_CACHE_TAG **return_tag) argument
298 write_data_to_memory(FRV_CACHE *cache, SI address, char *data, int length) argument
333 SI address = tag->tag; local
343 read_data_from_memory(SIM_CPU *current_cpu, SI address, char *buffer, int length) argument
359 fill_line_from_memory(FRV_CACHE *cache, FRV_CACHE_TAG *tag, SI address) argument
430 find_or_retrieve_cache_line(FRV_CACHE *cache, SI address) argument
454 copy_line_to_return_buffer(FRV_CACHE *cache, int pipe, FRV_CACHE_TAG *tag, SI address) argument
467 copy_memory_to_return_buffer(FRV_CACHE *cache, int pipe, SI address) argument
486 frv_cache_read(FRV_CACHE *cache, int pipe, SI address) argument
512 frv_cache_write(FRV_CACHE *cache, SI address, char *data, unsigned length) argument
565 frv_cache_preload(FRV_CACHE *cache, SI address, USI length, int lock) argument
595 frv_cache_unlock(FRV_CACHE *cache, SI address) argument
612 invalidate_return_buffer(FRV_CACHE *cache, SI address) argument
627 frv_cache_invalidate(FRV_CACHE *cache, SI address, int flush) argument
956 frv_cache_request_load(FRV_CACHE *cache, unsigned reqno, SI address, int slot) argument
975 frv_cache_request_store(FRV_CACHE *cache, SI address, int slot, char *data, unsigned length) argument
1000 frv_cache_request_invalidate(FRV_CACHE *cache, unsigned reqno, SI address, int slot, int all, int flush) argument
1023 frv_cache_request_preload(FRV_CACHE *cache, SI address, int slot, int length, int lock) argument
1047 frv_cache_request_unlock(FRV_CACHE *cache, SI address, int slot) argument
1068 address_interference(FRV_CACHE *cache, SI address, FRV_CACHE_REQUEST *req, int pipe) argument
1254 SI address = req->address; local
1294 SI address = req->address; local
1352 SI address = req->address; local
1419 SI address = req->address; local
1447 SI address = req->address; local
1465 SI address = req->address; local
1622 frv_cache_read_passive_SI(FRV_CACHE *cache, SI address, SI *value) argument
1649 frv_cache_data_in_buffer(FRV_CACHE* cache, int pipe, SI address, unsigned reqno) argument
1661 frv_cache_data_flushed(FRV_CACHE* cache, int pipe, SI address, unsigned reqno) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/sim/frv/
H A Dcache.c157 /* Determine whether the given address is RAM access, assuming that HSR0.RME
160 ram_access (FRV_CACHE *cache, USI address) argument
187 return address >= start && address < end;
195 /* Determine whether the given address should be accessed without using
198 non_cache_access (FRV_CACHE *cache, USI address) argument
209 if (address >= 0xff000000
210 || address >= 0xfe000000 && address <= 0xfeffffff)
214 if (address >
253 get_tag(FRV_CACHE *cache, SI address, FRV_CACHE_TAG **return_tag) argument
298 write_data_to_memory(FRV_CACHE *cache, SI address, char *data, int length) argument
333 SI address = tag->tag; local
343 read_data_from_memory(SIM_CPU *current_cpu, SI address, char *buffer, int length) argument
359 fill_line_from_memory(FRV_CACHE *cache, FRV_CACHE_TAG *tag, SI address) argument
430 find_or_retrieve_cache_line(FRV_CACHE *cache, SI address) argument
454 copy_line_to_return_buffer(FRV_CACHE *cache, int pipe, FRV_CACHE_TAG *tag, SI address) argument
467 copy_memory_to_return_buffer(FRV_CACHE *cache, int pipe, SI address) argument
486 frv_cache_read(FRV_CACHE *cache, int pipe, SI address) argument
512 frv_cache_write(FRV_CACHE *cache, SI address, char *data, unsigned length) argument
565 frv_cache_preload(FRV_CACHE *cache, SI address, USI length, int lock) argument
595 frv_cache_unlock(FRV_CACHE *cache, SI address) argument
612 invalidate_return_buffer(FRV_CACHE *cache, SI address) argument
627 frv_cache_invalidate(FRV_CACHE *cache, SI address, int flush) argument
956 frv_cache_request_load(FRV_CACHE *cache, unsigned reqno, SI address, int slot) argument
975 frv_cache_request_store(FRV_CACHE *cache, SI address, int slot, char *data, unsigned length) argument
1000 frv_cache_request_invalidate(FRV_CACHE *cache, unsigned reqno, SI address, int slot, int all, int flush) argument
1023 frv_cache_request_preload(FRV_CACHE *cache, SI address, int slot, int length, int lock) argument
1047 frv_cache_request_unlock(FRV_CACHE *cache, SI address, int slot) argument
1068 address_interference(FRV_CACHE *cache, SI address, FRV_CACHE_REQUEST *req, int pipe) argument
1254 SI address = req->address; local
1294 SI address = req->address; local
1352 SI address = req->address; local
1419 SI address = req->address; local
1447 SI address = req->address; local
1465 SI address = req->address; local
1622 frv_cache_read_passive_SI(FRV_CACHE *cache, SI address, SI *value) argument
1649 frv_cache_data_in_buffer(FRV_CACHE* cache, int pipe, SI address, unsigned reqno) argument
1661 frv_cache_data_flushed(FRV_CACHE* cache, int pipe, SI address, unsigned reqno) argument
[all...]

Completed in 210 milliseconds

1234567891011>>