Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for gpr (0.02 sec)

  1. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux_ppc64le.go

    const (
    	SizeofSockaddrNFCLLCP = 0x60
    	SizeofIovec           = 0x10
    	SizeofMsghdr          = 0x38
    	SizeofCmsghdr         = 0x10
    )
    
    const (
    	SizeofSockFprog = 0x10
    )
    
    type PtraceRegs struct {
    	Gpr       [32]uint64
    	Nip       uint64
    	Msr       uint64
    	Orig_gpr3 uint64
    	Ctr       uint64
    	Link      uint64
    	Xer       uint64
    	Ccr       uint64
    	Softe     uint64
    	Trap      uint64
    	Dar       uint64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 12.3K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/bpxsvc_zos.go

    	PT_CONTINUE             = 7  //Continue the process
    	PT_KILL                 = 8  //Terminate the process
    	PT_READ_GPR             = 11 // Read GPR, CR, PSW
    	PT_READ_FPR             = 12 // Read FPR
    	PT_READ_VR              = 13 // Read VR
    	PT_WRITE_GPR            = 14 // Write GPR, CR, PSW
    	PT_WRITE_FPR            = 15 // Write FPR
    	PT_WRITE_VR             = 16 // Write VR
    	PT_READ_BLOCK           = 17 // Read storage
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 19.9K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux_ppc.go

    const (
    	SizeofSockaddrNFCLLCP = 0x58
    	SizeofIovec           = 0x8
    	SizeofMsghdr          = 0x1c
    	SizeofCmsghdr         = 0xc
    )
    
    const (
    	SizeofSockFprog = 0x8
    )
    
    type PtraceRegs struct {
    	Gpr       [32]uint32
    	Nip       uint32
    	Msr       uint32
    	Orig_gpr3 uint32
    	Ctr       uint32
    	Link      uint32
    	Xer       uint32
    	Ccr       uint32
    	Mq        uint32
    	Trap      uint32
    	Dar       uint32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 12.4K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux_ppc64.go

    const (
    	SizeofSockaddrNFCLLCP = 0x60
    	SizeofIovec           = 0x10
    	SizeofMsghdr          = 0x38
    	SizeofCmsghdr         = 0x10
    )
    
    const (
    	SizeofSockFprog = 0x10
    )
    
    type PtraceRegs struct {
    	Gpr       [32]uint64
    	Nip       uint64
    	Msr       uint64
    	Orig_gpr3 uint64
    	Ctr       uint64
    	Link      uint64
    	Xer       uint64
    	Ccr       uint64
    	Softe     uint64
    	Trap      uint64
    	Dar       uint64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 12.3K bytes
    - Viewed (0)
  5. src/runtime/asm_ppc64x.s

    // like _savegpr0_14 or _restgpr1_14 to runtime.elf_savegpr0 or
    // runtime.elf_restgpr1 with an appropriate offset based on the number
    // register operations required when linking external objects which
    // make these calls. For GPR/FPR saves, the minimum register value is
    // 14, for VR it is 20.
    //
    // These are only used when linking such cgo code internally. Note, R12
    // and R0 may be used in different ways than regular ELF compliant
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 18:17:17 UTC 2024
    - 45.4K bytes
    - Viewed (0)
Back to top