Searched refs:address (Results 176 - 200 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/alpha/include/asm/
H A Dtlb.h12 #define __pte_free_tlb(tlb, pte, address) pte_free((tlb)->mm, pte)
13 #define __pmd_free_tlb(tlb, pmd, address) pmd_free((tlb)->mm, pmd)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/cris/arch-v10/mm/
H A Dfault.c31 asmlinkage void do_page_fault(unsigned long address, struct pt_regs *regs,
52 unsigned long address; local
57 address = cause & PAGE_MASK; /* get faulting address */
71 regs->irp, address, miss, inv, we, acc, index, page_id));
75 do_page_fault(address, regs, 0, writeac);
77 do_page_fault(address, regs, 1, we);
84 pmd = (pmd_t *)(pgd + pgd_index(address));
87 pte = *pte_offset_kernel(pmd, address);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/netatalk-3.0.5/libevent/include/event2/
H A Dhttp_compat.h53 * Start an HTTP server on the specified address and port
57 * @param address the address to which the HTTP server should be bound
61 struct evhttp *evhttp_start(const char *address, unsigned short port);
71 const char *address, unsigned short port);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/torture/nbt/
H A Dbrowse.c32 const char *address; local
43 status = resolve_name(&name, mem_ctx, &address, torture->ev);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/netatalk-3.0.5/libevent/include/event2/
H A Dhttp_compat.h53 * Start an HTTP server on the specified address and port
57 * @param address the address to which the HTTP server should be bound
61 struct evhttp *evhttp_start(const char *address, unsigned short port);
71 const char *address, unsigned short port);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/torture/nbt/
H A Dbrowse.c32 const char *address; local
43 status = resolve_name(&name, mem_ctx, &address, torture->ev);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/torture/nbt/
H A Dbrowse.c32 const char *address; local
43 status = resolve_name(&name, mem_ctx, &address, torture->ev);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/netatalk-3.0.5/libevent/include/event2/
H A Dhttp_compat.h53 * Start an HTTP server on the specified address and port
57 * @param address the address to which the HTTP server should be bound
61 struct evhttp *evhttp_start(const char *address, unsigned short port);
71 const char *address, unsigned short port);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/sparc/mm/
H A Dfault_32.c88 static void unhandled_fault(unsigned long address, struct task_struct *tsk, argument
91 if((unsigned long) address < PAGE_SIZE) {
96 "at virtual address %08lx\n", address);
107 unsigned long address)
148 unhandled_fault(address, current, &regs);
156 unsigned long address, struct task_struct *tsk)
166 tsk->comm, task_pid_nr(tsk), address,
221 unsigned long address)
232 address
106 lookup_fault(unsigned long pc, unsigned long ret_pc, unsigned long address) argument
155 show_signal_msg(struct pt_regs *regs, int sig, int code, unsigned long address, struct task_struct *tsk) argument
220 do_sparc_fault(struct pt_regs *regs, int text_fault, int write, unsigned long address) argument
410 do_sun4c_fault(struct pt_regs *regs, int text_fault, int write, unsigned long address) argument
497 force_user_fault(unsigned long address, int write) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sparc/mm/
H A Dfault_32.c88 static void unhandled_fault(unsigned long address, struct task_struct *tsk, argument
91 if((unsigned long) address < PAGE_SIZE) {
96 "at virtual address %08lx\n", address);
107 unsigned long address)
148 unhandled_fault(address, current, &regs);
156 unsigned long address, struct task_struct *tsk)
166 tsk->comm, task_pid_nr(tsk), address,
221 unsigned long address)
232 address
106 lookup_fault(unsigned long pc, unsigned long ret_pc, unsigned long address) argument
155 show_signal_msg(struct pt_regs *regs, int sig, int code, unsigned long address, struct task_struct *tsk) argument
220 do_sparc_fault(struct pt_regs *regs, int text_fault, int write, unsigned long address) argument
410 do_sun4c_fault(struct pt_regs *regs, int text_fault, int write, unsigned long address) argument
497 force_user_fault(unsigned long address, int write) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/acpi/acpica/
H A Dexregion.c4 * Module Name: exregion - ACPI default op_region (address space) handlers
66 * DESCRIPTION: Handler for the System Memory address space (Op Region)
71 acpi_physical_address address,
118 (void)acpi_ut_short_divide((u64) address, length, NULL, &remainder);
129 if ((address < mem_info->mapped_physical_address) ||
130 (((u64) address + length) > ((u64)
146 * Attempt to map from the requested address to the end of the region.
151 ((mem_info->address + mem_info->length) - address);
161 ACPI_ROUND_UP(address, ACPI_DEFAULT_PAGE_SIZ
70 acpi_ex_system_memory_space_handler(u32 function, acpi_physical_address address, u32 bit_width, u64 *value, void *handler_context, void *region_context) argument
288 acpi_ex_system_io_space_handler(u32 function, acpi_physical_address address, u32 bit_width, u64 *value, void *handler_context, void *region_context) argument
347 acpi_ex_pci_config_space_handler(u32 function, acpi_physical_address address, u32 bit_width, u64 *value, void *handler_context, void *region_context) argument
422 acpi_ex_cmos_space_handler(u32 function, acpi_physical_address address, u32 bit_width, u64 *value, void *handler_context, void *region_context) argument
454 acpi_ex_pci_bar_space_handler(u32 function, acpi_physical_address address, u32 bit_width, u64 *value, void *handler_context, void *region_context) argument
486 acpi_ex_data_table_space_handler(u32 function, acpi_physical_address address, u32 bit_width, u64 *value, void *handler_context, void *region_context) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/acpi/acpica/
H A Dexregion.c4 * Module Name: exregion - ACPI default op_region (address space) handlers
66 * DESCRIPTION: Handler for the System Memory address space (Op Region)
71 acpi_physical_address address,
118 (void)acpi_ut_short_divide((u64) address, length, NULL, &remainder);
129 if ((address < mem_info->mapped_physical_address) ||
130 (((u64) address + length) > ((u64)
146 * Attempt to map from the requested address to the end of the region.
151 ((mem_info->address + mem_info->length) - address);
161 ACPI_ROUND_UP(address, ACPI_DEFAULT_PAGE_SIZ
70 acpi_ex_system_memory_space_handler(u32 function, acpi_physical_address address, u32 bit_width, u64 *value, void *handler_context, void *region_context) argument
288 acpi_ex_system_io_space_handler(u32 function, acpi_physical_address address, u32 bit_width, u64 *value, void *handler_context, void *region_context) argument
347 acpi_ex_pci_config_space_handler(u32 function, acpi_physical_address address, u32 bit_width, u64 *value, void *handler_context, void *region_context) argument
422 acpi_ex_cmos_space_handler(u32 function, acpi_physical_address address, u32 bit_width, u64 *value, void *handler_context, void *region_context) argument
454 acpi_ex_pci_bar_space_handler(u32 function, acpi_physical_address address, u32 bit_width, u64 *value, void *handler_context, void *region_context) argument
486 acpi_ex_data_table_space_handler(u32 function, acpi_physical_address address, u32 bit_width, u64 *value, void *handler_context, void *region_context) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/ia64/mm/
H A Dfault.c48 mapped_kernel_page_is_present (unsigned long address) argument
55 pgd = pgd_offset_k(address);
59 pud = pud_offset(pgd, address);
63 pmd = pmd_offset(pud, address);
67 ptep = pte_offset_kernel(pmd, address);
76 ia64_do_page_fault (unsigned long address, unsigned long isr, struct pt_regs *regs) argument
102 if ((REGION_NUMBER(address) == 5) && !user_mode(regs))
114 vma = find_vma_prev(mm, address, &prev_vma);
119 * find_vma_prev() returns vma such that address < vma->vm_end or NULL
125 if (( !vma && prev_vma ) || (address < vm
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/mips/include/asm/
H A Dpgtable-64.h26 * Each address space has 2 4K pages as its page directory, giving 1024
41 * fault address - VMALLOC_START.
63 * permits us mapping 40 bits of virtual address space.
69 * 8TB of address space. Alternatively a 33-bit / 8GB organization using
73 * 36 bits of virtual address space. We could add a third level but it seems
77 * of virtual address space.
222 #define __pgd_offset(address) pgd_index(address)
223 #define __pud_offset(address) (((address) >> PUD_SHIF
244 pmd_offset(pud_t * pud, unsigned long address) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/mips/include/asm/pmc-sierra/msp71xx/
H A Dmsp_regops.h131 * blocking_read_reg32 - Read address with blocking load
161 * custom_read_reg32(address, tmp); <-- Reads the address and put the value
170 * custom_write_reg32(address, tmp); <-- Writes back 'tmp' safely.
172 #define custom_read_reg32(address, tmp) \
178 : "=r" (tmp), "=m" (*address) \
179 : "m" (*address))
181 #define custom_write_reg32(address, tmp) \
189 : "=&r" (tmp), "=m" (*address) \
190 : "0" (tmp), "m" (*address))
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/mips/pci/
H A Dops-titan.c45 uint32_t address, tmp; local
52 address = (busno << 16) | (dev << 11) | (func << 8) |
57 ocd_writel(address, TITAN_PCI_0_CONFIG_ADDRESS);
74 uint32_t address; local
81 address = (busno << 16) | (dev << 11) | (func << 8) |
85 ocd_writel(address, TITAN_PCI_0_CONFIG_ADDRESS);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/ia64/mm/
H A Dfault.c48 mapped_kernel_page_is_present (unsigned long address) argument
55 pgd = pgd_offset_k(address);
59 pud = pud_offset(pgd, address);
63 pmd = pmd_offset(pud, address);
67 ptep = pte_offset_kernel(pmd, address);
76 ia64_do_page_fault (unsigned long address, unsigned long isr, struct pt_regs *regs) argument
102 if ((REGION_NUMBER(address) == 5) && !user_mode(regs))
114 vma = find_vma_prev(mm, address, &prev_vma);
119 * find_vma_prev() returns vma such that address < vma->vm_end or NULL
125 if (( !vma && prev_vma ) || (address < vm
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/mips/include/asm/
H A Dpgtable-64.h26 * Each address space has 2 4K pages as its page directory, giving 1024
41 * fault address - VMALLOC_START.
63 * permits us mapping 40 bits of virtual address space.
69 * 8TB of address space. Alternatively a 33-bit / 8GB organization using
73 * 36 bits of virtual address space. We could add a third level but it seems
77 * of virtual address space.
222 #define __pgd_offset(address) pgd_index(address)
223 #define __pud_offset(address) (((address) >> PUD_SHIF
244 pmd_offset(pud_t * pud, unsigned long address) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/mips/include/asm/pmc-sierra/msp71xx/
H A Dmsp_regops.h131 * blocking_read_reg32 - Read address with blocking load
161 * custom_read_reg32(address, tmp); <-- Reads the address and put the value
170 * custom_write_reg32(address, tmp); <-- Writes back 'tmp' safely.
172 #define custom_read_reg32(address, tmp) \
178 : "=r" (tmp), "=m" (*address) \
179 : "m" (*address))
181 #define custom_write_reg32(address, tmp) \
189 : "=&r" (tmp), "=m" (*address) \
190 : "0" (tmp), "m" (*address))
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/mips/pci/
H A Dops-titan.c45 uint32_t address, tmp; local
52 address = (busno << 16) | (dev << 11) | (func << 8) |
57 ocd_writel(address, TITAN_PCI_0_CONFIG_ADDRESS);
74 uint32_t address; local
81 address = (busno << 16) | (dev << 11) | (func << 8) |
85 ocd_writel(address, TITAN_PCI_0_CONFIG_ADDRESS);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/testsuite/gdb.arch/
H A De500-prologue.exp47 # offset relative to the function start address.
53 set address ""
56 # the breakpoint address for the output.
59 set address $expect_out(1,string)
66 # If we managed to get the breakpoing address, then check that
68 # instruction at that address (we're not interested in the insn
69 # itself, but rather at the address printed at the begining of
71 if { $address != "" } then {
72 gdb_test "x /i $address" \
74 "check $function breakpoint address"
[all...]
H A Dpowerpc-aix-prologue.exp47 # offset relative to the function start address.
53 set address ""
56 # the breakpoint address for the output.
59 set address $expect_out(1,string)
66 # If we managed to get the breakpoing address, then check that
68 # instruction at that address (we're not interested in the insn
69 # itself, but rather at the address printed at the begining of
71 if { $address != "" } then {
72 gdb_test "x /i $address" \
74 "check $function breakpoint address"
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/testsuite/gdb.arch/
H A De500-prologue.exp47 # offset relative to the function start address.
53 set address ""
56 # the breakpoint address for the output.
59 set address $expect_out(1,string)
66 # If we managed to get the breakpoing address, then check that
68 # instruction at that address (we're not interested in the insn
69 # itself, but rather at the address printed at the begining of
71 if { $address != "" } then {
72 gdb_test "x /i $address" \
74 "check $function breakpoint address"
[all...]
H A Dpowerpc-aix-prologue.exp47 # offset relative to the function start address.
53 set address ""
56 # the breakpoint address for the output.
59 set address $expect_out(1,string)
66 # If we managed to get the breakpoing address, then check that
68 # instruction at that address (we're not interested in the insn
69 # itself, but rather at the address printed at the begining of
71 if { $address != "" } then {
72 gdb_test "x /i $address" \
74 "check $function breakpoint address"
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/testsuite/gdb.arch/
H A De500-prologue.exp47 # offset relative to the function start address.
53 set address ""
56 # the breakpoint address for the output.
59 set address $expect_out(1,string)
66 # If we managed to get the breakpoing address, then check that
68 # instruction at that address (we're not interested in the insn
69 # itself, but rather at the address printed at the begining of
71 if { $address != "" } then {
72 gdb_test "x /i $address" \
74 "check $function breakpoint address"
[all...]

Completed in 210 milliseconds

1234567891011>>