Searched refs:far (Results 1 - 25 of 28) sorted by relevance

12

/freebsd-13-stable/sys/arm64/arm64/
H A Dtrap.c198 uint64_t far, int lower)
202 printf(" far: %16lx\n", far);
215 uint64_t far, int lower)
228 printf(" far: %16lx\n", far);
234 uint64_t far, int lower)
267 if (far >= VM_MAXUSER_ADDRESS) {
284 pmap_fault(map->pmap, esr, far) == KERN_SUCCESS)
292 printf(" far
197 align_abort(struct thread *td, struct trapframe *frame, uint64_t esr, uint64_t far, int lower) argument
214 external_abort(struct thread *td, struct trapframe *frame, uint64_t esr, uint64_t far, int lower) argument
233 data_abort(struct thread *td, struct trapframe *frame, uint64_t esr, uint64_t far, int lower) argument
364 uint64_t esr, far; local
457 uint64_t esr, far; local
591 uint64_t esr, far; local
605 uint64_t esr, far; local
[all...]
H A Dpmap.c6723 pmap_stage2_fault(pmap_t pmap, uint64_t esr, uint64_t far) argument
6740 pdep = pmap_pde(pmap, far, &lvl);
6748 ptep = pmap_l0_to_l1(pdep, far);
6751 ptep = pmap_l1_to_l2(pdep, far);
6754 ptep = pmap_l2_to_l3(pdep, far);
6765 ptep = pmap_pte(pmap, far, &lvl);
6794 pmap_fault(pmap_t pmap, uint64_t esr, uint64_t far) argument
6815 return (pmap_stage2_fault(pmap, esr, far));
6823 ptep = pmap_pte(pmap, far, &lvl);
6841 ptep = pmap_pte(pmap, far,
[all...]
/freebsd-13-stable/sys/arm/arm/
H A Dtrap-v6.c246 u_int far)
253 call_trapsignal(td, SIGTRAP, TRAP_BRKPT, far, FAULT_DEBUG);
278 vm_offset_t far, va; local
298 far = (prefetch) ? cp15_ifar_get() : cp15_dfar_get();
300 far = (prefetch) ? TRAPF_PC(tf) : cp15_dfar_get();
310 if (__predict_false(prefetch && far > VM_MAXUSER_ADDRESS &&
322 CTR6(KTR_TRAP, "%s: fsr %#x (idx %u) far %#x prefetch %u usermode %d",
323 __func__, fsr, idx, far, prefetch, usermode);
334 abort_debug(tf, fsr, prefetch, usermode, far);
355 rv = pmap_fault(PCPU_GET(curpmap), far, fs
245 abort_debug(struct trapframe *tf, u_int fsr, u_int prefetch, bool usermode, u_int far) argument
551 abort_fatal(struct trapframe *tf, u_int idx, u_int fsr, u_int far, u_int prefetch, struct thread *td, struct ksig *ksig) argument
627 abort_align(struct trapframe *tf, u_int idx, u_int fsr, u_int far, u_int prefetch, struct thread *td, struct ksig *ksig) argument
664 abort_icache(struct trapframe *tf, u_int idx, u_int fsr, u_int far, u_int prefetch, struct thread *td, struct ksig *ksig) argument
[all...]
H A Dpmap-v6.c752 * 3. So far, all virtual addresses can be converted to physical ones and
6405 pmap_fault(pmap_t pmap, vm_offset_t far, uint32_t fsr, int idx, bool usermode) argument
6419 if (__predict_false(IN_RANGE2(far, pmap->pm_pt1, NB_IN_PT1))) {
6427 CTR4(KTR_PMAP, "%s: pmap %#x pm_pt1 %#x far %#x",
6428 __func__, pmap, pmap->pm_pt1, far);
6433 if (__predict_false(IN_RANGE2(far, PT2MAP, PT2MAP_SIZE))) {
6443 CTR4(KTR_PMAP, "%s: pmap %#x PT2MAP %#x far %#x",
6444 __func__, pmap, PT2MAP, far);
6473 pte1 = pte1_load(pmap_pte1(pmap, far));
6478 * table is caught in more general check above where "far" i
[all...]
/freebsd-13-stable/stand/i386/libi386/
H A Dpxetramp.S28 .byte 0x9a # far call
35 .byte 0x9a # far call
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterInfoPOSIX_arm.h38 uint32_t far; /* Virtual Fault Address */ member in struct:RegisterInfoPOSIX_arm::EXC
H A DRegisterInfoPOSIX_arm64.h45 uint64_t far; // Virtual Fault Address member in struct:RegisterInfoPOSIX_arm64::EXC
H A DRegisterContextDarwin_arm.h125 uint32_t far; /* Virtual Fault Address */ member in struct:RegisterContextDarwin_arm::EXC
H A DRegisterContextDarwin_arm64.h88 uint64_t far; // Virtual Fault Address member in struct:RegisterContextDarwin_arm64::EXC
H A DRegisterContextDarwin_arm.cpp811 {"far",
1194 value.SetUInt32(exc.far);
1282 exc.far = value.GetAsUInt32();
H A DRegisterContextDarwin_arm64.cpp526 value.SetUInt64(exc.far);
636 exc.far = value.GetAsUInt64();
H A DRegisterInfos_arm64.h704 DEFINE_MISC_REGS(far, 8, EXC, exc_far),
/freebsd-13-stable/sys/contrib/zlib/
H A Dzconf.h311 * model programming (small or medium model with some far allocations).
323 # define FAR far
332 # define FAR far
/freebsd-13-stable/contrib/libpcap/msdos/
H A Dpkt_rx1.s119 retf ; far return to driver with ES:DI
H A Dpktdrvr.c58 extern void far PktReceiver (void);
79 /* Data located in a real-mode segment. This becomes far at runtime
963 RX_ELEMENT far *head = (RX_ELEMENT far*) MK_FP (_DS,rxOutOfs);
H A Dpkt_rx0.asm158 retf ; far return to driver with ES:DI
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/builtins/sparc64/
H A Ddivsi3.S20 * R -- the remainder so far -- initially == the dividend
112 ! %o5 > %o3: went too far: back up 1 step
H A Dmodsi3.S20 * R -- the remainder so far -- initially == the dividend
112 ! %o5 > %o3: went too far: back up 1 step
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dvar-op-expand.mk16 # expanded as far as possible. Contrary to other situations, '$$' and
H A Dvarmod-indirect.mk146 # at the same time expanding the expression as far as possible.
/freebsd-13-stable/crypto/openssl/crypto/sha/asm/
H A Dsha1-ia64.pl271 mov ar.lc=in2 };; // brp.loop.imp: too far
/freebsd-13-stable/stand/i386/boot2/
H A Dboot1.S110 lret # To far caller
/freebsd-13-stable/contrib/kyua/store/
H A Dmigrate_v1_v2.sql131 -- This is, by far, the trickiest part of the migration.
/freebsd-13-stable/stand/i386/btx/btx/
H A Dbtx.S82 .set V86F_CALLF,0x20000 # Emulate far call
/freebsd-13-stable/sys/dev/sk/
H A Dif_sk.c1693 u_int32_t far; local
1697 far = sk_win_read_4(sc, SK_EP_ADDR);
1707 sk_win_write_4(sc, SK_EP_ADDR, far);

Completed in 312 milliseconds

12