Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 22 for MSR (0.02 sec)

  1. src/cmd/asm/internal/asm/testdata/arm64error.s

    	MSR	R6, AMEVTYPER00_EL0                              // ERROR "system register is not writable"
    	MSR	R6, AMEVTYPER01_EL0                              // ERROR "system register is not writable"
    	MSR	R6, AMEVTYPER02_EL0                              // ERROR "system register is not writable"
    	MSR	R6, AMEVTYPER03_EL0                              // ERROR "system register is not writable"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 08 03:28:17 UTC 2023
    - 37.8K bytes
    - Viewed (0)
  2. src/cmd/asm/internal/asm/testdata/arm64.s

    	MSR	R29, PMEVCNTR16_EL0                // 1dea1bd5
    	MSR	R11, PMEVCNTR17_EL0                // 2bea1bd5
    	MSR	R16, PMEVCNTR18_EL0                // 50ea1bd5
    	MSR	R2, PMEVCNTR19_EL0                 // 62ea1bd5
    	MSR	R19, PMEVCNTR20_EL0                // 93ea1bd5
    	MSR	R17, PMEVCNTR21_EL0                // b1ea1bd5
    	MSR	R7, PMEVCNTR22_EL0                 // c7ea1bd5
    	MSR	R23, PMEVCNTR23_EL0                // f7ea1bd5
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 08 03:28:17 UTC 2023
    - 94.9K bytes
    - Viewed (0)
  3. src/runtime/defs_aix_ppc64.go

    	uc_stack       stackt
    	__extctx       uintptr // pointer to struct __extctx but we don't use it
    	__extctx_magic int32
    	__pad          int32
    }
    
    type context64 struct {
    	gpr        [32]uint64
    	msr        uint64
    	iar        uint64
    	lr         uint64
    	ctr        uint64
    	cr         uint32
    	xer        uint32
    	fpscr      uint32
    	fpscrx     uint32
    	except     [1]uint64
    	fpr        [32]float64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat May 20 21:27:51 UTC 2023
    - 3.6K bytes
    - Viewed (0)
  4. src/cmd/internal/obj/ppc64/list9.go

    		case REG_LR:
    			return "LR"
    
    		case REG_CTR:
    			return "CTR"
    		}
    
    		return fmt.Sprintf("SPR(%d)", r-REG_SPR0)
    	}
    
    	if r == REG_FPSCR {
    		return "FPSCR"
    	}
    	if r == REG_MSR {
    		return "MSR"
    	}
    
    	return fmt.Sprintf("Rgok(%d)", r-obj.RBasePPC64)
    }
    
    func DRconv(a int) string {
    	s := "C_??"
    	if a >= C_NONE && a <= C_NCLASS {
    		s = cnames9[a]
    	}
    	var fp string
    	fp += s
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Sep 15 21:12:43 UTC 2022
    - 3.3K bytes
    - Viewed (0)
  5. src/runtime/defs_linux_ppc64le.go

    	_O_WRONLY    = 0x1
    	_O_CREAT     = 0x40
    	_O_TRUNC     = 0x200
    	_O_NONBLOCK  = 0x800
    	_O_CLOEXEC   = 0x80000
    	_SA_RESTORER = 0
    )
    
    type ptregs 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
    	dsisr     uint64
    	result    uint64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 22 19:05:10 UTC 2023
    - 3.7K bytes
    - Viewed (0)
  6. src/cmd/internal/obj/arm64/anames.go

    	"MOVHU",
    	"MOVK",
    	"MOVKW",
    	"MOVN",
    	"MOVNW",
    	"MOVP",
    	"MOVPD",
    	"MOVPQ",
    	"MOVPS",
    	"MOVPSW",
    	"MOVPW",
    	"MOVW",
    	"MOVWU",
    	"MOVZ",
    	"MOVZW",
    	"MRS",
    	"MSR",
    	"MSUB",
    	"MSUBW",
    	"MUL",
    	"MULW",
    	"MVN",
    	"MVNW",
    	"NEG",
    	"NEGS",
    	"NEGSW",
    	"NEGW",
    	"NGC",
    	"NGCS",
    	"NGCSW",
    	"NGCW",
    	"NOOP",
    	"ORN",
    	"ORNW",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 18 01:40:37 UTC 2023
    - 5.4K bytes
    - Viewed (0)
  7. src/runtime/defs_linux_ppc64.go

    	_O_WRONLY    = 0x1
    	_O_CREAT     = 0x40
    	_O_TRUNC     = 0x200
    	_O_NONBLOCK  = 0x800
    	_O_CLOEXEC   = 0x80000
    	_SA_RESTORER = 0
    )
    
    type ptregs 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
    	dsisr     uint64
    	result    uint64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 22 19:05:10 UTC 2023
    - 3.7K bytes
    - Viewed (0)
  8. src/cmd/asm/internal/asm/testdata/arm64enc.s

    	MOVD $0, R5                                // e5031faa
    	MSR $1, SPSel                              // bf4100d5
    	MSR $9, DAIFSet                            // df4903d5
    	MSR $6, DAIFClr                            // ff4603d5
    	MRS ELR_EL1, R8                            // 284038d5
    	MSR R16, ELR_EL1                           // 304018d5
    	MRS DCZID_EL0, R3                          // e3003bd5
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jul 24 01:11:41 UTC 2023
    - 43.9K bytes
    - Viewed (0)
  9. src/syscall/ztypes_linux_ppc64.go

    	Wd     int32
    	Mask   uint32
    	Cookie uint32
    	Len    uint32
    	Name   [0]uint8
    }
    
    const SizeofInotifyEvent = 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
    	Dsisr     uint64
    	Result    uint64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 17:55:49 UTC 2023
    - 10.2K bytes
    - Viewed (0)
  10. src/syscall/ztypes_linux_ppc64le.go

    	Wd     int32
    	Mask   uint32
    	Cookie uint32
    	Len    uint32
    	Name   [0]uint8
    }
    
    const SizeofInotifyEvent = 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
    	Dsisr     uint64
    	Result    uint64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 17:55:49 UTC 2023
    - 10.4K bytes
    - Viewed (0)
Back to top