Home
last modified time | relevance | path

Searched refs:linux_kernver (Results 1 – 6 of 6) sorted by relevance

/freebsd-12-stable/sys/compat/linux/
Dlinux_mib.h47 int linux_kernver(struct thread *td);
63 #define linux_use26(t) (linux_kernver(t) >= LINUX_KERNVER_2006000)
Dlinux_mib.c510 linux_kernver(struct thread *td) in linux_kernver() function
Dlinux_misc.c637 #define CONVTCK(r) (linux_kernver(td) >= LINUX_KERNVER_2004000 ? \
/freebsd-12-stable/sys/compat/linprocfs/
Dlinprocfs.c566 if (linux_kernver(td) >= LINUX_KERNVER(2,6,33)) { in linprocfs_dostat()
568 } else if (linux_kernver(td) >= LINUX_KERNVER(2,6,24)) { in linprocfs_dostat()
570 } else if (linux_kernver(td) >= LINUX_KERNVER(2,6,11)) { in linprocfs_dostat()
572 } else if (linux_kernver(td) >= LINUX_KERNVER(2,5,41)) { in linprocfs_dostat()
/freebsd-12-stable/sys/amd64/linux32/
Dlinux32_sysvec.c221 if (linux_kernver(curthread) >= LINUX_KERNVER_2004000) in linux_fixup_elf()
/freebsd-12-stable/sys/i386/linux/
Dlinux_sysvec.c226 if (linux_kernver(curthread) >= LINUX_KERNVER_2004000) in linux_fixup_elf()