Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 26 of 26 for EIP (0.12 sec)

  1. src/syscall/ztypes_linux_386.go

    	Ecx      int32
    	Edx      int32
    	Esi      int32
    	Edi      int32
    	Ebp      int32
    	Eax      int32
    	Xds      int32
    	Xes      int32
    	Xfs      int32
    	Xgs      int32
    	Orig_eax int32
    	Eip      int32
    	Xcs      int32
    	Eflags   int32
    	Esp      int32
    	Xss      int32
    }
    
    type FdSet struct {
    	Bits [32]int32
    }
    
    type Sysinfo_t struct {
    	Uptime    int32
    	Loads     [3]uint32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 17:55:49 UTC 2023
    - 11.6K bytes
    - Viewed (0)
  2. pkg/proxy/winkernel/proxier.go

    	for _, eip := range service.Spec.ExternalIPs {
    		info.externalIPs = append(info.externalIPs, &externalIPInfo{ip: eip})
    	}
    
    	for _, ingress := range service.Status.LoadBalancer.Ingress {
    		if netutils.ParseIPSloppy(ingress.IP) != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 13:25:06 UTC 2024
    - 59K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/arch/x86/x86asm/decode.go

    					pos++
    				}
    
    				// In 64-bit, mod=0 rm=5 is PC-relative instead of just disp.
    				// See Vol 2A. Table 2-7.
    				if mode == 64 && mod == 0 && rm&7 == 5 {
    					if addrMode == 32 {
    						mem.Base = EIP
    					} else {
    						mem.Base = RIP
    					}
    				}
    			}
    
    			if segIndex >= 0 {
    				mem.Segment = prefixToSegment(inst.Prefix[segIndex])
    			}
    		}
    
    		// Execute single opcode.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 10 18:59:52 UTC 2023
    - 45.1K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.16.md

    - Creates an annotation `service.beta.kubernetes.io/aws-load-balancer-eip-allocations` to assign AWS EIP to the newly created Network Load Balancer. Number of allocations and subnets must match. ([#69263](https://github.com/kubernetes/kubernetes/pull/69263), [@brooksgarrett](https://github.com/brooksgarrett))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 11 10:00:57 UTC 2021
    - 345.2K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"PtraceRegs.Ebx", Field, 0},
    		{"PtraceRegs.Ecx", Field, 0},
    		{"PtraceRegs.Edi", Field, 0},
    		{"PtraceRegs.Edx", Field, 0},
    		{"PtraceRegs.Eflags", Field, 0},
    		{"PtraceRegs.Eip", Field, 0},
    		{"PtraceRegs.Es", Field, 0},
    		{"PtraceRegs.Esi", Field, 0},
    		{"PtraceRegs.Esp", Field, 0},
    		{"PtraceRegs.Fs", Field, 0},
    		{"PtraceRegs.Fs_base", Field, 0},
    		{"PtraceRegs.Gs", Field, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  6. api/go1.txt

    pkg syscall (linux-386), type PtraceRegs struct, Edi int32
    pkg syscall (linux-386), type PtraceRegs struct, Edx int32
    pkg syscall (linux-386), type PtraceRegs struct, Eflags int32
    pkg syscall (linux-386), type PtraceRegs struct, Eip int32
    pkg syscall (linux-386), type PtraceRegs struct, Esi int32
    pkg syscall (linux-386), type PtraceRegs struct, Esp int32
    pkg syscall (linux-386), type PtraceRegs struct, Orig_eax int32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
Back to top