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

/haiku/src/apps/haiku3d/
H A DCamera.cpp13 float fov, float near, float far)
19 fFar(far)
12 Camera(const Vector3& position, const Quaternion& orientation, float fov, float near, float far) argument
H A DCamera.h19 float far = 100.0f);
/haiku/src/system/kernel/arch/arm/
H A Darch_int.cpp301 arch_arm_handle_access_flag_fault(addr_t far, uint32 fsr, bool isWrite, bool isExec) argument
304 if (IS_KERNEL_ADDRESS(far))
306 else if (IS_USER_ADDRESS(far))
318 map->QueryInterrupt(far, &physAddr, &pageFlags);
324 map->SetFlags(far, PAGE_ACCESSED);
333 map->QueryInterrupt(far, &physAddr, &pageFlags);
339 map->SetFlags(far, PAGE_MODIFIED);
349 arch_arm_page_fault(struct iframe *frame, addr_t far, uint32 fsr, bool isWrite, bool isExec) argument
351 if (arch_arm_handle_access_flag_fault(far, fsr, isWrite, isExec))
360 dprintf("FAR: %08lx, FSR: %08x, isUser: %d, isWrite: %d, isExec: %d, thread: %s\n", far, fs
[all...]
/haiku/src/system/kernel/arch/arm64/
H A Darch_int.cpp249 bool addrType = (frame->far & (1UL << 63)) != 0;
267 if (fixup_entry(ptPa, initialLevel, frame->far, false))
275 if (write && fixup_entry(ptPa, initialLevel, frame->far, true))
288 debug_set_page_fault_info(frame->far, frame->elr,
310 dprintf("PF: %lx\n", frame->far);
313 vm_page_fault(frame->far, frame->elr, write, isExec, isUser, &ret);
320 frame->far, frame->elr, frame->esr);
379 frame->far, frame->elr, frame->esr, (frame->esr >> 26) & 0x3f);
392 panic("unhandled error! FAR=%lx ELR=%lx ESR=%lx", frame->far, frame->elr, frame->esr);
H A Dasm_offsets.cpp42 DEFINE_OFFSET_MACRO(IFRAME, iframe, far);
H A Darch_debug.cpp398 dprintf("ESR=%016lx FAR =%016lx\n", frame->esr, frame->far);
/haiku/src/bin/unzip/
H A Dcrypt.h148 int zipcloak OF((struct zlist far *, FILE *, FILE *, ZCONST char *));
149 int zipbare OF((struct zlist far *, FILE *, FILE *, ZCONST char *));
H A Dcrypt.c124 * with any known compiler so far, though */
216 struct zlist far *z; /* zip entry to encrypt */
267 struct zlist far *z; /* zip entry to encrypt */
H A Dcryptf.c127 * with any known compiler so far, though */
219 struct zlist far *z; /* zip entry to encrypt */
270 struct zlist far *z; /* zip entry to encrypt */
H A Dunzpriv.h858 # ifndef far
859 # define far macro
897 # define Far far /* __far only works for MSC 6.00, not 6.0a or Borland */
1114 (zvoid far *)calloc((unsigned)(items), (unsigned)(size))
1223 # define ALT_ZSUFX ".ZIP" /* Unix-only so far (only case-sensitive fs) */
2067 zvoid far *zcalloc OF((unsigned int, unsigned int));
2068 zvoid zcfree OF((zvoid far *));
H A Dfileio.c87 (win_fprintf(pG, strm, (extent)len, (char far *)buf) != (int)(len))
596 * incnt reached that far. GRR said, "but it's required: why?" This
/haiku/headers/private/kernel/arch/arm64/
H A Darch_cpu.h141 uint64 far; member in struct:iframe
/haiku/src/add-ons/kernel/drivers/network/ether/syskonnect/dev/sk/
H A Dif_sk.c1708 u_int32_t far; local
1712 far = sk_win_read_4(sc, SK_EP_ADDR);
1722 sk_win_write_4(sc, SK_EP_ADDR, far);

Completed in 143 milliseconds