Searched refs:fixup (Results 1 - 25 of 119) sorted by relevance

12345

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/lib/
H A Dmemset.S18 #define F_FILL64(dst, offset, val, fixup) \
19 EX(sw, val, (offset + 0x00)(dst), fixup); \
20 EX(sw, val, (offset + 0x04)(dst), fixup); \
21 EX(sw, val, (offset + 0x08)(dst), fixup); \
22 EX(sw, val, (offset + 0x0c)(dst), fixup); \
23 EX(sw, val, (offset + 0x10)(dst), fixup); \
24 EX(sw, val, (offset + 0x14)(dst), fixup); \
25 EX(sw, val, (offset + 0x18)(dst), fixup); \
26 EX(sw, val, (offset + 0x1c)(dst), fixup); \
27 EX(sw, val, (offset + 0x20)(dst), fixup); \
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc/mm/
H A Dextable.c21 * word 2: fixup code address
27 * word 4: fixup code address
34 if (walk->fixup == 0) {
41 return walk->fixup;
46 if (walk->fixup)
52 return walk[1].fixup;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc64/mm/
H A Dextable.c21 * word 2: fixup code address
27 * word 4: fixup code address
34 if (walk->fixup == 0) {
41 return walk->fixup;
46 if (walk->fixup)
52 return walk[1].fixup;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-m68k/
H A Dpci.h32 void (*fixup)(int pci_modify); member in struct:pci_bus_info
H A Duaccess.h28 * All the routines below use bits of fixup code that are out of line
36 unsigned long insn, fixup; member in struct:exception_table_entry
39 /* Returns 0 if exception not found and fixup otherwise. */
84 ".section .fixup,\"ax\"\n" \
130 ".section .fixup,\"ax\"\n" \
164 ".section .fixup,\"ax\"\n"
219 ".section .fixup,\"ax\"\n"
247 #define __copy_from_user_big(to, from, n, fixup, copy) \
253 ".section .fixup,\"ax\"\n" \
260 fixup "\
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-m68k/
H A Dpci.h32 void (*fixup)(int pci_modify); member in struct:pci_bus_info
H A Duaccess.h28 * All the routines below use bits of fixup code that are out of line
36 unsigned long insn, fixup; member in struct:exception_table_entry
39 /* Returns 0 if exception not found and fixup otherwise. */
84 ".section .fixup,\"ax\"\n" \
130 ".section .fixup,\"ax\"\n" \
164 ".section .fixup,\"ax\"\n"
219 ".section .fixup,\"ax\"\n"
247 #define __copy_from_user_big(to, from, n, fixup, copy) \
253 ".section .fixup,\"ax\"\n" \
260 fixup "\
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips64/lib/
H A Dmemset.S21 #define F_FILL64(dst, offset, val, fixup) \
22 EX(sd, val, (offset + 0x00)(dst), fixup); \
23 EX(sd, val, (offset + 0x08)(dst), fixup); \
24 EX(sd, val, (offset + 0x10)(dst), fixup); \
25 EX(sd, val, (offset + 0x18)(dst), fixup); \
26 EX(sd, val, (offset + 0x20)(dst), fixup); \
27 EX(sd, val, (offset + 0x28)(dst), fixup); \
28 EX(sd, val, (offset + 0x30)(dst), fixup); \
29 EX(sd, val, (offset + 0x38)(dst), fixup)
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc/lib/
H A Dstrncpy_from_user.S40 .section .fixup,#alloc,#execinstr
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/arm/lib/
H A Dstrncpy_from_user.S36 .section .fixup,"ax"
H A Dstrnlen_user.S36 .section .fixup,"ax"
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-arm/mach/
H A Darch.h43 void (*fixup)(struct machine_desc *, member in struct:machine_desc
83 fixup: _func,
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-arm/mach/
H A Darch.h43 void (*fixup)(struct machine_desc *, member in struct:machine_desc
83 fixup: _func,
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/mm/
H A Dfault.c34 * Macro for exception fixup code to access integer registers.
82 unsigned long fixup; local
172 fixup = search_exception_table(exception_epc(regs));
173 if (fixup) {
177 new_epc = fixup_exception(dpf_reg, fixup, regs->cp0_epc);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips64/mm/
H A Dfault.c36 * Macro for exception fixup code to access integer registers.
104 unsigned long fixup; local
195 fixup = search_exception_table(exception_epc(regs));
196 if (fixup) {
200 new_epc = fixup_exception(dpf_reg, fixup, regs->cp0_epc);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc64/mm/
H A Dextable.c30 return mid->fixup;
H A Dfault.c217 unsigned long fixup; local
220 if ((fixup = search_exception_table(regs->nip)) != 0) {
221 regs->nip = fixup;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sh/mm/
H A Dextable.c27 return mid->fixup;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/cris/mm/
H A Dextable.c51 return mid->fixup;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/m68k/mm/
H A Dextable.c24 return mid->fixup;
H A Dfault.c37 unsigned long fixup; local
40 if ((fixup = search_exception_table(regs->pc))) {
48 tregs->pc = fixup;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/alpha/mm/
H A Dfault.c78 /* Macro for exception fixup code to access integer registers. */
89 unsigned int fixup; local
181 if ((fixup = search_exception_table(regs->pc, regs->gp)) != 0) {
183 newpc = fixup_exception(dpf_reg, fixup, regs->pc);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/kernel/
H A Dunaligned.c100 unsigned long value, fixup; local
161 ".section\t.fixup,\"ax\"\n\t"
191 "3:\t.section\t.fixup,\"ax\"\n\t"
225 ".section\t.fixup,\"ax\"\n\t"
265 "3:\t.section\t.fixup,\"ax\"\n\t"
307 "3:\t.section\t.fixup,\"ax\"\n\t"
349 ".section\t.fixup,\"ax\"\n\t"
379 ".section\t.fixup,\"ax\"\n\t"
417 ".section\t.fixup,\"ax\"\n\t"
471 fixup
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips64/kernel/
H A Dunaligned.c100 unsigned long value, fixup; local
161 ".section\t.fixup,\"ax\"\n\t"
191 "3:\t.section\t.fixup,\"ax\"\n\t"
225 ".section\t.fixup,\"ax\"\n\t"
265 "3:\t.section\t.fixup,\"ax\"\n\t"
307 "3:\t.section\t.fixup,\"ax\"\n\t"
349 ".section\t.fixup,\"ax\"\n\t"
379 ".section\t.fixup,\"ax\"\n\t"
417 ".section\t.fixup,\"ax\"\n\t"
471 fixup
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/mm/
H A Dextable.c64 return mid->fixup;

Completed in 375 milliseconds

12345