Home
last modified time | relevance | path

Searched refs:far (Results 1 – 25 of 222) 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 …]
H A Dpmap-v6.c6410 pmap_fault(pmap_t pmap, vm_offset_t far, uint32_t fsr, int idx, bool usermode) in pmap_fault() argument
6424 if (__predict_false(IN_RANGE2(far, pmap->pm_pt1, NB_IN_PT1))) { in pmap_fault()
6433 __func__, pmap, pmap->pm_pt1, far); in pmap_fault()
6438 if (__predict_false(IN_RANGE2(far, PT2MAP, PT2MAP_SIZE))) { in pmap_fault()
6449 __func__, pmap, PT2MAP, far); in pmap_fault()
6478 pte1 = pte1_load(pmap_pte1(pmap, far)); in pmap_fault()
6487 pte2 = pt2tab_load(pmap_pt2tab_entry(pmap, far)); in pmap_fault()
6490 __func__, pmap, far); in pmap_fault()
6500 if (idx == FAULT_TRAN_L1 && usermode && cp15_ats1cur_check(far) == 0) { in pmap_fault()
6513 pte1 = pte1_load(pmap_pte1(pmap, far)); in pmap_fault()
[all …]
/freebsd/sys/arm64/arm64/
H A Dtrap.c212 uint64_t far, int lower) in align_abort() argument
216 print_gp_register("far", far); in align_abort()
229 uint64_t far, int lower) in external_abort() argument
232 call_trapsignal(td, SIGBUS, BUS_OBJERR, (void *)far, in external_abort()
248 print_gp_register("far", far); in external_abort()
261 uint64_t far, int lower) in data_abort() argument
287 } else if (!ADDR_IS_CANONICAL(far)) { in data_abort()
292 } else if (ADDR_IS_KERNEL(far)) { in data_abort()
310 if (pmap_klookup(far, NULL)) in data_abort()
341 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.pod37 the I<msg> sender DN (as far as present), and its subject key identifier
38 is present and matches the senderKID (as far as the latter is present).
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/sys/arm64/include/
H A Dvmm.h162 DECLARE_VMMOPS_FUNC(int, exception, (void *vcpui, uint64_t esr, uint64_t far));
186 int vm_inject_exception(struct vcpu *vcpu, uint64_t esr, uint64_t far);
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterInfoPOSIX_arm.h40 uint32_t far; /* Virtual Fault Address */ member
/freebsd/contrib/nvi/
H A DREADME59 have been far more difficult.
75 testing, far too many to individually thank.
/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/contrib/zlib/
H A Dzconf.h327 # define FAR far
336 # define FAR far
/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.c95 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