Home
last modified time | relevance | path

Searched refs:fubyte (Results 1 – 12 of 12) sorted by relevance

/f-stack/freebsd/i386/i386/
H A Dtrap.c704 fubyte((void *)(frame->tf_eip + 0)), in trap()
705 fubyte((void *)(frame->tf_eip + 1)), in trap()
706 fubyte((void *)(frame->tf_eip + 2)), in trap()
707 fubyte((void *)(frame->tf_eip + 3)), in trap()
708 fubyte((void *)(frame->tf_eip + 4)), in trap()
709 fubyte((void *)(frame->tf_eip + 5)), in trap()
710 fubyte((void *)(frame->tf_eip + 6)), in trap()
711 fubyte((void *)(frame->tf_eip + 7))); in trap()
H A Dcopyout.c279 fubyte(volatile const void *base) in fubyte() function
H A Dvm86.c109 return (fubyte(base)); in vm86_fubyte()
/f-stack/freebsd/amd64/amd64/
H A Dtrap.c605 fubyte((void *)(frame->tf_rip + 0)), in trap()
606 fubyte((void *)(frame->tf_rip + 1)), in trap()
607 fubyte((void *)(frame->tf_rip + 2)), in trap()
608 fubyte((void *)(frame->tf_rip + 3)), in trap()
609 fubyte((void *)(frame->tf_rip + 4)), in trap()
610 fubyte((void *)(frame->tf_rip + 5)), in trap()
611 fubyte((void *)(frame->tf_rip + 6)), in trap()
612 fubyte((void *)(frame->tf_rip + 7))); in trap()
H A Dcopyout.c44 DEFINE_IFUNC(, int, fubyte, (volatile const void *))
/f-stack/freebsd/arm64/arm64/
H A Dsupport.S108 ENTRY(fubyte)
112 END(fubyte)
/f-stack/freebsd/arm/arm/
H A Dfusu.S165 ENTRY(fubyte)
188 END(fubyte)
/f-stack/lib/
H A Dff_compat.c327 fubyte(volatile const void *base) in fubyte() function
/f-stack/freebsd/mips/mips/
H A Dsupport.S263 LEAF(fubyte)
273 END(fubyte)
/f-stack/freebsd/sys/
H A Dsystm.h419 int fubyte(volatile const void *base);
/f-stack/freebsd/kern/
H A Dsys_generic.c1055 res = fubyte(addr); in select_check_badfd()
H A Dvfs_vnops.c1201 r = fubyte(base); in vn_io_fault_touch()