Home
last modified time | relevance | path

Searched refs:far (Results 1 – 25 of 209) sorted by relevance

123456789

/freebsd/sys/arm/arm/
H A Dtrap-v6.c243 u_int far) in abort_debug() argument
250 call_trapsignal(td, SIGTRAP, TRAP_BRKPT, far, FAULT_DEBUG); in abort_debug()
275 vm_offset_t far, va; in abort_handler() local
294 far = (prefetch) ? cp15_ifar_get() : cp15_dfar_get(); in abort_handler()
303 if (__predict_false(prefetch && far > VM_MAXUSER_ADDRESS && in abort_handler()
316 __func__, fsr, idx, far, prefetch, usermode); in abort_handler()
327 abort_debug(tf, fsr, prefetch, usermode, far); in abort_handler()
348 rv = pmap_fault(PCPU_GET(curpmap), far, fsr, idx, usermode); in abort_handler()
372 if (td->td_md.md_spurflt_addr != far || in abort_handler()
374 td->td_md.md_spurflt_addr = far; in abort_handler()
[all …]
/freebsd/sys/arm64/arm64/
H A Dtrap.c209 uint64_t far, int lower) in align_abort() argument
213 print_gp_register("far", far); in align_abort()
226 uint64_t far, int lower) in external_abort() argument
229 call_trapsignal(td, SIGBUS, BUS_OBJERR, (void *)far, in external_abort()
245 print_gp_register("far", far); in external_abort()
257 uint64_t far, int lower) in data_abort() argument
283 } else if (!ADDR_IS_CANONICAL(far)) { in data_abort()
288 } else if (ADDR_IS_KERNEL(far)) { in data_abort()
306 if (pmap_klookup(far, NULL)) in data_abort()
337 pmap_fault(map->pmap, esr, far) == KERN_SUCCESS) in data_abort()
[all …]
/freebsd/contrib/file/magic/Magdir/
H A Dopenfst13 0 long 0x56515c OpenFst binary FAR data, far type: stlist
16 0 long 0x7eb2f35c OpenFst binary FAR data, far type: sttable
H A Dmarc2112 # and 22-23 also 00 so far, but we check that later.
/freebsd/stand/i386/libi386/
H A Dpxetramp.S27 .byte 0x9a # far call
34 .byte 0x9a # far call
/freebsd/contrib/ntp/tests/libntp/data/
H A Dntp.keys
/freebsd/crypto/openssl/doc/man3/
H A DX509_check_issued.pod21 I<subject>, as far as present, with the respective B<subjectKeyIdentifier>,
22 serial number, and issuer fields of I<issuer>, as far as present. It also checks
H A DOSSL_CMP_validate_msg.pod35 the I<msg> sender DN (as far as present), and its subject key identifier
36 is present and matches the senderKID (as far as the latter present).
H A DERR_get_error.pod83 *I<line>, as far as they are not NULL.
96 and *I<flags>, as far as they are not NULL.
H A DOPENSSL_FILE.pod27 currently being compiled, as far as language and compiler versions allow.
/freebsd/bin/ed/test/
H A Dw1.err1 w /to/some/far-away/place
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dmarvell-bluetooth.txt15 None so far
/freebsd/contrib/dma/test/
H A Dquote.rfc28228 from far away.
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterInfoPOSIX_arm.h40 uint32_t far; /* Virtual Fault Address */ member
H A DRegisterInfoPOSIX_arm64.h72 uint64_t far; // Virtual Fault Address
69 uint64_t far; // Virtual Fault Address global() member
/freebsd/contrib/nvi/
H A DREADME59 have been far more difficult.
75 testing, far too many to individually thank.
/freebsd/sys/contrib/zlib/
H A Dzconf.h327 # define FAR far
336 # define FAR far
/freebsd/sys/contrib/device-tree/Bindings/regmap/
H A Dregmap.txt11 devices, this is by far the most common setting. On CPU
/freebsd/tools/test/stress2/misc/
H A Dufssuspend.sh69 continue; /* so far, only UFS can be frozen */
/freebsd/sys/fs/cd9660/
H A DTODO40 clean. As far as I know, if you export the cdrom by NFS, the client
/freebsd/contrib/bzip2/
H A Dwords32 If you got this far and the 'cmp's didn't complain, it looks
/freebsd/sys/arm64/vmm/
H A Dvmm_dev_machdep.c99 error = vm_inject_exception(vcpu, vmexc->esr, vmexc->far); in vmmdev_machdep_ioctl()
/freebsd/contrib/file/
H A DRELEASE-PROCEDURE25 - Set the "Date Order" to 2030-01-01 (i.e. far in the future)
/freebsd/contrib/ntp/html/hints/
H A Dsolaris.xtra.402311826 quite far from the actual ticks per second. Typical was the 143 mHz
/freebsd/share/examples/bootforth/
H A Dmenu.4th2 \ XXX This is far too trivial - I don't have time now to think

123456789