Searched refs:addr (Results 426 - 450 of 5513) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dproto.h24 long do_arch_prctl(struct task_struct *task, int code, unsigned long addr);
H A Dswiotlb.h21 static inline void dma_mark_clean(void *addr, size_t size) {} argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/mm/
H A Dmotorola.c118 physaddr = m68k_memory[node].addr;
211 unsigned long addr, size, end; local
228 min_addr = m68k_memory[0].addr;
231 if (m68k_memory[i].addr < min_addr) {
233 m68k_memory[i].addr, m68k_memory[i].size);
240 addr = m68k_memory[i].addr + m68k_memory[i].size;
241 if (addr > max_addr)
242 max_addr = addr;
257 addr
308 unsigned long addr; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/pci/
H A Diomap.c31 void pci_iounmap(struct pci_dev *dev, void __iomem *addr) argument
33 if (isa_vaddr_is_ioport(addr))
35 if (pcibios_vaddr_is_ioport(addr))
37 iounmap(addr);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/octeon/
H A Dcvmx-packet.h54 /* The size of the segment pointed to by addr (in bytes) */
57 uint64_t addr:40; member in struct:cvmx_buf_ptr::__anon9731
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dvt_buffer.h22 #define scr_writew(val, addr) (*(addr) = (val))
23 #define scr_readw(addr) (*(addr))
H A Dhtcpld.h5 unsigned int addr; member in struct:htcpld_chip_platform_data
H A Ddma_remapping.h10 #define VTD_PAGE_ALIGN(addr) (((addr) + VTD_PAGE_SIZE - 1) & VTD_PAGE_MASK)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dl3.h16 int l3_write(struct l3_pins *adap, u8 addr, u8 *data, int len);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/h8300/include/asm/
H A Dbitops.h46 static __inline__ void FNAME(int nr, volatile unsigned long* addr) \
49 b_addr = (volatile unsigned char *)addr + ((nr >> 3) ^ 3); \
75 #define __set_bit(nr,addr) set_bit((nr),(addr))
76 #define __clear_bit(nr,addr) clear_bit((nr),(addr))
77 #define __change_bit(nr,addr) change_bit((nr),(addr))
82 static __inline__ int test_bit(int nr, const unsigned long* addr) argument
84 return (*((volatile unsigned char *)addr
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/include/asm/
H A Dmman.h18 int ia64_mmap_check(unsigned long addr, unsigned long len,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/platforms/usrv/
H A Dio.c150 void _insb(unsigned int port, void * addr, unsigned long count) argument
153 pcc_ioread_byte(0, port, addr, sizeof(unsigned char), count, 1);
155 unsigned char *buf = addr;
162 void _insw(unsigned int port, void * addr, unsigned long count) argument
164 unsigned short *buf = addr;
168 pcc_ioread_word(0, port, addr, sizeof(unsigned short), count,
177 void _insl(unsigned int port, void * addr, unsigned long count) argument
179 unsigned long *buf = addr;
187 void _outsb(unsigned int port, const void * addr, unsigned long count) argument
189 const unsigned char *buf = addr;
202 _outsw(unsigned int port, const void * addr, unsigned long count) argument
217 _outsl(unsigned int port, const void * addr, unsigned long count) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/include/asm/
H A Dbitops.h27 * @addr: the address to start counting from
35 static inline void set_bit(int nr, volatile void * addr) argument
37 unsigned long *p = ((unsigned long *)addr) + nr / BITS_PER_LONG;
67 * @addr: Address to start counting from
74 static inline void clear_bit(int nr, volatile void * addr) argument
76 unsigned long *p = ((unsigned long *)addr) + nr / BITS_PER_LONG;
106 * @addr: Address to start counting from
112 static inline void change_bit(int nr, volatile void * addr) argument
114 unsigned long *p = ((unsigned long *)addr) + nr / BITS_PER_LONG;
132 * @addr
137 test_and_set_bit(int nr, volatile void * addr) argument
177 test_and_clear_bit(int nr, volatile void * addr) argument
218 test_and_change_bit(int nr, volatile void * addr) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/include/asm/
H A Dmmu.h13 void *addr; member in struct:sram_list_struct
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-iop/
H A Dio.c45 void __iop3xx_iounmap(void __iomem *addr) argument
47 extern void __iounmap(volatile void __iomem *addr);
49 switch ((u32) addr) {
54 __iounmap(addr);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/pvrusb2/
H A Dpvrusb2-eeprom.c50 u8 addr; local
64 trace_eeprom("Value for eeprom addr from controller was 0x%x",
66 addr = hdw->eeprom_addr;
70 if (addr & 0x80) addr >>= 1;
75 mode16 = (addr & 1);
78 " using %d bit addressing",eepromSize,addr,
81 msg[0].addr = addr;
85 msg[1].addr
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dstep.c11 unsigned long addr, seg; local
13 addr = regs->ip;
16 addr = (addr & 0xffff) + (seg << 4);
17 return addr;
34 addr = -1L; /* bogus selector, access would fault */
41 addr &= 0xffff;
42 addr += base;
47 return addr;
54 unsigned long addr local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/kernel/
H A Dptrace.c76 long arch_ptrace(struct task_struct *child, long request, long addr, long data) argument
85 pr_debug("PEEKUSR/POKEUSR : 0x%08lx\n", addr);
87 if (addr >= PT_SIZE && request == PTRACE_PEEKUSR) {
92 if (addr == PT_TEXT_ADDR) {
94 } else if (addr == PT_DATA_ADDR) {
96 } else if (addr == PT_TEXT_LEN) {
102 } else if (addr >= 0 && addr < PT_SIZE && (addr & 0x3) == 0) {
103 microblaze_reg_t *reg_addr = reg_save_addr(addr, chil
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/bridge/
H A Dbr_fdb.c125 const unsigned char *addr);
187 ctf_brc_delete(kcih, f->addr.addr);
208 /* maybe another port has same hw addr? */
213 f->addr.addr)) {
259 brcp = ctf_brc_lkup(kcih, f->addr.addr, FALSE);
345 f->addr.addr)) {
360 __br_fdb_get(struct net_bridge *br, const unsigned char *addr) argument
380 br_fdb_test_addr(struct net_device *dev, unsigned char *addr) argument
447 fdb_find(struct hlist_head *head, const unsigned char *addr) argument
461 fdb_create(struct hlist_head *head, struct net_bridge_port *source, const unsigned char *addr, int is_local, struct sk_buff *skb) argument
501 fdb_insert(struct net_bridge *br, struct net_bridge_port *source, const unsigned char *addr) argument
533 br_fdb_insert(struct net_bridge *br, struct net_bridge_port *source, const unsigned char *addr) argument
545 br_fdb_update(struct net_bridge *br, struct net_bridge_port *source, const unsigned char *addr, struct sk_buff *skb) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/udhcpd/
H A Dleases.c109 u_int32_t addr, ret; local
112 addr = ntohl(server_config.start); /* addr is in host order here */
113 for (;addr <= ntohl(server_config.end); addr++) {
116 if (!(addr & 0xFF)) continue;
119 if ((addr & 0xFF) == 0xFF) continue;
122 ret = htonl(addr);
139 int check_ip(u_int32_t addr) argument
143 if (arpping(addr, server_confi
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/udhcp/
H A Dleases.c99 static int nobody_responds_to_arp(uint32_t addr) argument
106 r = arpping(addr, server_config.server, server_config.arp, server_config.interface);
110 temp.s_addr = addr;
113 add_lease(blank_chaddr, addr, server_config.conflict_time);
122 uint32_t addr, ret; local
125 addr = server_config.start_ip; /* addr is in host order here */
126 for (; addr <= server_config.end_ip; addr++) {
128 if (!(addr
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mmc/core/
H A Dsdio_ops.h17 unsigned addr, u8 in, u8* out);
19 unsigned addr, int incr_addr, u8 *buf, unsigned blocks, unsigned blksz);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A Dvdso.c76 unsigned long addr; local
81 addr = vdso_addr(mm->start_stack);
83 addr = get_unmapped_area(NULL, addr, PAGE_SIZE, 0, 0);
84 if (IS_ERR_VALUE(addr)) {
85 ret = addr;
89 ret = install_special_mapping(mm, addr, PAGE_SIZE,
98 mm->context.vdso = (void *)addr;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/mm/
H A Dsc-mips.c25 static void mips_sc_wback_inv(unsigned long addr, unsigned long size) argument
27 blast_scache_range(addr, addr + size);
33 static void mips_sc_inv(unsigned long addr, unsigned long size) argument
38 cache_op(Hit_Writeback_Inv_SD, addr & almask);
39 cache_op(Hit_Writeback_Inv_SD, (addr + size - 1) & almask);
40 blast_inv_scache_range(addr, addr + size);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/asm-generic/
H A Dsections.h29 static inline int arch_is_kernel_text(unsigned long addr) argument
36 static inline int arch_is_kernel_data(unsigned long addr) argument

Completed in 311 milliseconds

<<11121314151617181920>>