Searched refs:fubyte (Results 1 – 12 of 12) sorted by relevance
| /f-stack/freebsd/i386/i386/ |
| H A D | trap.c | 704 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 D | copyout.c | 279 fubyte(volatile const void *base) in fubyte() function
|
| H A D | vm86.c | 109 return (fubyte(base)); in vm86_fubyte()
|
| /f-stack/freebsd/amd64/amd64/ |
| H A D | trap.c | 605 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 D | copyout.c | 44 DEFINE_IFUNC(, int, fubyte, (volatile const void *))
|
| /f-stack/freebsd/arm64/arm64/ |
| H A D | support.S | 108 ENTRY(fubyte) 112 END(fubyte)
|
| /f-stack/freebsd/arm/arm/ |
| H A D | fusu.S | 165 ENTRY(fubyte) 188 END(fubyte)
|
| /f-stack/lib/ |
| H A D | ff_compat.c | 327 fubyte(volatile const void *base) in fubyte() function
|
| /f-stack/freebsd/mips/mips/ |
| H A D | support.S | 263 LEAF(fubyte) 273 END(fubyte)
|
| /f-stack/freebsd/sys/ |
| H A D | systm.h | 419 int fubyte(volatile const void *base);
|
| /f-stack/freebsd/kern/ |
| H A D | sys_generic.c | 1055 res = fubyte(addr); in select_check_badfd()
|
| H A D | vfs_vnops.c | 1201 r = fubyte(base); in vn_io_fault_touch()
|