Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for vmkcall (0.07 sec)

  1. pilot/pkg/networking/core/sidecar_simulation_test.go

    					},
    				},
    				{
    					Name: "plaintext",
    					Call: mkCall(9080, simulation.HTTP, simulation.Plaintext, nil, ""),
    					Result: simulation.Result{
    						Error: simulation.ErrNoFilterChain,
    					},
    				},
    				{
    					Name: "http over mTLS",
    					Call: mkCall(9080, simulation.HTTP, simulation.MTLS, nil, "file-cert:httpbin.pem~httpbinkey.pem"),
    					Result: simulation.Result{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 84.7K bytes
    - Viewed (0)
  2. src/runtime/asm_amd64.s

    	MOVQ	gobuf_bp(BX), BP
    	MOVQ	$0, gobuf_sp(BX)	// clear to help garbage collector
    	MOVQ	$0, gobuf_ret(BX)
    	MOVQ	$0, gobuf_ctxt(BX)
    	MOVQ	$0, gobuf_bp(BX)
    	MOVQ	gobuf_pc(BX), BX
    	JMP	BX
    
    // func mcall(fn func(*g))
    // Switch to m->g0's stack, call fn(g).
    // Fn must never return. It should gogo(&g->sched)
    // to keep running g.
    TEXT runtime·mcall<ABIInternal>(SB), NOSPLIT, $0-8
    	MOVQ	AX, DX	// DX = fn
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat May 11 20:38:24 UTC 2024
    - 60.4K bytes
    - Viewed (0)
Back to top