| /src/sys/arch/riscv/riscv/ |
| interrupt.c | 53 riscv_intr_default_handler(struct trapframe *frame, register_t epc, 75 .cf_epc = epc, 108 cpu_intr(struct trapframe *tf, register_t epc, register_t status, 111 _riscv_intr_handler(tf, epc, status, cause);
|
| trap.c | 411 trap_pagefault(struct trapframe *tf, register_t epc, register_t status, 450 tval, addr, epc, map->pmap->pm_pai[0].pai_asid, 529 trap_instruction(struct trapframe *tf, register_t epc, register_t status, 545 trap_misalignment(struct trapframe *tf, register_t epc, register_t status, 556 trap_breakpoint(struct trapframe *tf, register_t epc, register_t status, 576 cpu_trap(struct trapframe *tf, register_t epc, register_t status, 606 ok = trap_pagefault(tf, epc, status, cause, addr, 609 ok = trap_instruction(tf, epc, status, cause, addr, 614 ok = trap_misalignment(tf, epc, status, cause, addr, 617 ok = trap_breakpoint(tf, epc, status, cause, addr [all...] |
| /src/sys/arch/riscv/fdt/ |
| intc_fdt.c | 252 intc_intr_handler(struct trapframe *tf, register_t epc, register_t status, 286 .cf_epc = epc,
|
| /src/sys/arch/hppa/hppa/ |
| fpemu.S | 49 #define FP_TABLE3(name,ep0,ep1,ep2,ep3,ep4,ep5,ep6,ep7,ep8,ep9,epa,epb,epc,epd,epe,epf) \ 68 .import __CONCAT(__CONCAT(epc,_),name), code ! \ 72 .word __CONCAT(__CONCAT(ep0,_),name), __CONCAT(__CONCAT(ep1,_),name), __CONCAT(__CONCAT(ep2,_),name), __CONCAT(__CONCAT(ep3,_),name), __CONCAT(__CONCAT(ep4,_),name), __CONCAT(__CONCAT(ep5,_),name), __CONCAT(__CONCAT(ep6,_),name), __CONCAT(__CONCAT(ep7,_),name), __CONCAT(__CONCAT(ep8,_),name), __CONCAT(__CONCAT(ep9,_),name), __CONCAT(__CONCAT(epa,_),name), __CONCAT(__CONCAT(epb,_),name), __CONCAT(__CONCAT(epc,_),name), __CONCAT(__CONCAT(epd,_),name), __CONCAT(__CONCAT(epe,_),name), __CONCAT(__CONCAT(epf,_),name)
|
| /src/usr.bin/telnet/ |
| telnet.c | 1416 unsigned char *ep = 0, *epc = 0; 1429 *epc = 0; 1432 ep = epc = &buf[i+1]; 1438 if (epc) 1439 *epc++ = buf[i]; 1444 *epc = 0; 1413 unsigned char *ep = 0, *epc = 0; local
|
| /src/sys/arch/ia64/ia64/ |
| syscall_stubs.S | 47 * The address in ar.k5 is the start of the EPC gateway page and also 65 * The EPC syscall code defines: 88 epc
|
| /src/external/gpl3/gdb.old/dist/sim/mcore/ |
| interp.c | 109 #define epc cr[4] macro 428 pc = epc;
|
| /src/external/gpl3/gdb/dist/sim/mcore/ |
| interp.c | 109 #define epc cr[4] macro 428 pc = epc;
|
| /src/share/terminfo/ |
| terminfo | 13096 wy325|wyse325|Wyse epc, 13281 wy370-EPC|Wyse 370 with 102 key keyboard, 13436 # With EPC keyboard. 13437 # - 'End' key will clear till end of line on EPC keyboard 13443 wy520-epc|wyse520-epc|Wyse 520 with EPC keyboard, 13449 # with EPC keyboard. 13450 wy520-epc-24|wyse520-pc-24|Wyse 520 with 24 data lines and EPC keyboard [all...] |