(syscall-fadvise64 fd offset len advice x86) → (mv * x86)
Function:
(defun syscall-fadvise64$notinline (fd offset len advice x86) (declare (xargs :stobjs (x86))) (declare (ignorable fd offset len advice x86)) (declare (xargs :guard t)) (let ((__function__ 'syscall-fadvise64)) (declare (ignorable __function__)) (syscall-fadvise64-logic fd offset len advice x86)))