Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 21 of 21 for libc_madvise (0.66 sec)

  1. src/runtime/sys_openbsd_386.s

    	MOVL	20(SP), DX		// pointer to args
    	MOVL	0(DX), AX
    	MOVL	4(DX), BX
    	MOVL	8(DX), CX
    	MOVL	AX, 0(SP)		// arg 1 - addr
    	MOVL	BX, 4(SP)		// arg 2 - len
    	MOVL	CX, 8(SP)		// arg 3 - advice
    	CALL	libc_madvise(SB)
    	// ignore failure - maybe pages are locked
    	MOVL	BP, SP
    	POPL	BP
    	RET
    
    TEXT runtimeĀ·open_trampoline(SB),NOSPLIT,$0
    	PUSHL	BP
    	MOVL	SP, BP
    	SUBL	$16, SP
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 06 18:49:01 UTC 2023
    - 20.4K bytes
    - Viewed (0)
Back to top