| /openbsd-src/sys/arch/arm/arm/ |
| H A D | fault.c | 167 u_int user, far, fsr, ftyp; in data_abort_handler() local 176 far = cpu_dfar(); in data_abort_handler() 206 if ((data_aborts[ftyp].func)(tf, fsr, far, p, &sd)) { in data_abort_handler() 212 va = trunc_page((vaddr_t)far); in data_abort_handler() 257 sd.addr = far; in data_abort_handler() 267 dab_fatal(tf, fsr, far, p, NULL); in data_abort_handler() 286 sd.addr = far; in data_abort_handler() 303 l->l_proc->p_sa->sa_vp_faultaddr = (vaddr_t)far; in data_abort_handler() 318 dab_fatal(tf, fsr, far, p, NULL); in data_abort_handler() 348 dab_fatal(tf, fsr, far, p, NULL); in data_abort_handler() [all …]
|
| /openbsd-src/sys/arch/arm64/arm64/ |
| H A D | trap.c | 76 udata_abort(struct trapframe *frame, uint64_t esr, uint64_t far, int exe) 89 va = trunc_page(far); in udata_abort() 95 sv.sival_ptr = (void *)far; in udata_abort() 133 sv.sival_ptr = (void *)far; in udata_abort() 138 kdata_abort(struct trapframe *frame, uint64_t esr, uint64_t far, int exe) 150 va = trunc_page(far); in kdata_abort() 153 if ((far >> 63) == 1) in kdata_abort() 166 " 0x%llx from EL1", far); in kdata_abort() 184 panic("uvm_fault failed: %lx esr %llx far %llx", in kdata_abort() 185 frame->tf_elr, esr, far); in kdata_abort() 77 udata_abort(struct trapframe * frame,uint64_t esr,uint64_t far,int exe) udata_abort() argument 139 kdata_abort(struct trapframe * frame,uint64_t esr,uint64_t far,int exe) kdata_abort() argument 194 uint64_t esr, far; do_el1h_sync() local 265 uint64_t esr, far; do_el0_sync() local 345 uint64_t esr, far; serror() local [all...] |
| /openbsd-src/gnu/usr.bin/perl/lib/ |
| H A D | overloading.t | 15 cos => sub { "far side of overload table" }, 28 is( cos($x), "far side of overload table", "cosinusfies" ); 52 is( cos($x), "far side of overload table", "cosinusfies" ); 77 is( cos($x), "far side of overload table", "cosinusfies" ); 83 is( cos($x), "far side of overload table", "cosinusfies" ); 90 is( cos($x), "far side of overload table", "cosinusfies" ); 97 is( cos($x), "far side of overload table", "cosinusfies" ); 104 is( cos($x), "far side of overload table", "cosinusfies" );
|
| /openbsd-src/gnu/usr.sbin/mkhybrid/src/include/ |
| H A D | mconfig.h | 234 # define far macro 241 # define far macro 253 # define far macro 260 # define far macro
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/mach-core/ |
| H A D | ThreadMachCore.cpp | 122 RegisterValue esr, far; in CalculateStopInfo() local 124 reg_ctx_sp->ReadRegister(far_info, far)) { in CalculateStopInfo() 131 toString(exception_class), far.GetAsUInt64()); in CalculateStopInfo()
|
| /openbsd-src/sys/lib/libkern/arch/sparc64/ |
| H A D | _setjmp.S | 100 call _longjmperror ! otherwise, went too far; bomb out 103 ! otherwise, went too far; bomb out
|
| /openbsd-src/gnu/usr.bin/perl/dist/Thread-Queue/t/ |
| H A D | 05_extract.t | 53 is_deeply(\@x, [], 'Too far'); 67 is_deeply(\@x, [], 'Too far');
|
| /openbsd-src/games/hack/ |
| H A D | hack.fight.c | 102 boolean far = (dist(magr->mx, magr->my) > 15); in hitmm() local 103 if(far != far_noise || moves-noisetime > 10) { in hitmm() 104 far_noise = far; in hitmm() 107 far ? " in the distance" : ""); in hitmm()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Host/windows/ |
| H A D | windows.h | 25 #undef far
|
| /openbsd-src/gnu/usr.bin/perl/t/perf/ |
| H A D | optree.t | 175 is svref_2object(sub{state($foo,@fit,%far);state $bar;state($a,$b); time}) 193 is svref_2object(sub { our($foo,@fit,%far); our $bar; our($a,$b); time })
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/ld/emultempl/ |
| H A D | m68hc1xelf.em | 24 # HC11/HC12 trampolines to call a far function by using a normal 'jsr/bsr'. 37 # - During relocation the R_M68HC11_16 relocation to the far symbols 52 /* By default the HC11/HC12 trampolines to call a far function using 355 " --no-trampoline Do not generate the far trampolines used to call\n" 356 " a far function using 'jsr' or 'bsr'.\n"
|
| H A D | z80.em | 19 /* Bitwise or of the machine types seen so far. */
|
| /openbsd-src/gnu/usr.bin/binutils/ld/emultempl/ |
| H A D | m68hc1xelf.em | 24 # HC11/HC12 trampolines to call a far function by using a normal 'jsr/bsr'. 37 # - During relocation the R_M68HC11_16 relocation to the far symbols 52 /* By default the HC11/HC12 trampolines to call a far function using 353 " --no-trampoline Do not generate the far trampolines used to call\n" 354 " a far function using 'jsr' or 'bsr'.\n"
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Utility/ |
| H A D | RegisterInfoPOSIX_arm.h | 40 uint32_t far; /* Virtual Fault Address */ member
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | BUILD.gn | 16 # Frontent/OpenMP's public headers (just one so far).
|
| /openbsd-src/gnu/usr.bin/perl/ext/XS-APItest/t/ |
| H A D | sym-hook.t | 4 # So far we only test RV2CV.
|
| H A D | get.t | 7 # XXX So far we only test get_cv.
|
| /openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/ |
| H A D | 30_yaml_spec_tml.t | 20 # covered so far.
|
| /openbsd-src/games/quiz/datfiles/ |
| H A D | posneg | 14 near:far
|
| /openbsd-src/gnu/usr.bin/cvs/windows-NT/ |
| H A D | README | 12 We don't distribute a .ZIP source distribution partly because, as far 111 far as I know there is only one win32 (not counting win32s or win32c 114 ANSI C is also good. As far as I know these calls work fairly well on
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | MeetupGuidelines.rst | 54 * Keep looking for speakers far in advance, ideally you should have 2-3 78 * Meetups on weekends may attract people who live far away from the city,
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/ |
| H A D | zconf.h | 304 * model programming (small or medium model with some far allocations). 316 # define FAR far 325 # define FAR far
|
| /openbsd-src/sys/lib/libz/ |
| H A D | zconf.h | 305 * model programming (small or medium model with some far allocations). 317 # define FAR far 326 # define FAR far
|
| /openbsd-src/lib/libz/ |
| H A D | zconf.h | 305 * model programming (small or medium model with some far allocations). 317 # define FAR far 326 # define FAR far
|
| /openbsd-src/lib/libcrypto/rc2/ |
| H A D | version | 17 far I trust it. It is about the same speed as IDEA and DES.
|