core_mips

package
v7.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 8, 2023 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_core_mips_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type ThreadInfoMips

type ThreadInfoMips struct {
	ClearTidAddr *uint64              `protobuf:"varint,1,req,name=clear_tid_addr,json=clearTidAddr" json:"clear_tid_addr,omitempty"`
	Tls          *uint64              `protobuf:"varint,2,req,name=tls" json:"tls,omitempty"`
	Gpregs       *UserMipsRegsEntry   `protobuf:"bytes,3,req,name=gpregs" json:"gpregs,omitempty"`
	Fpregs       *UserMipsFpregsEntry `protobuf:"bytes,4,req,name=fpregs" json:"fpregs,omitempty"`
	// contains filtered or unexported fields
}

func (*ThreadInfoMips) Descriptor deprecated

func (*ThreadInfoMips) Descriptor() ([]byte, []int)

Deprecated: Use ThreadInfoMips.ProtoReflect.Descriptor instead.

func (*ThreadInfoMips) GetClearTidAddr

func (x *ThreadInfoMips) GetClearTidAddr() uint64

func (*ThreadInfoMips) GetFpregs

func (x *ThreadInfoMips) GetFpregs() *UserMipsFpregsEntry

func (*ThreadInfoMips) GetGpregs

func (x *ThreadInfoMips) GetGpregs() *UserMipsRegsEntry

func (*ThreadInfoMips) GetTls

func (x *ThreadInfoMips) GetTls() uint64

func (*ThreadInfoMips) ProtoMessage

func (*ThreadInfoMips) ProtoMessage()

func (*ThreadInfoMips) ProtoReflect

func (x *ThreadInfoMips) ProtoReflect() protoreflect.Message

func (*ThreadInfoMips) Reset

func (x *ThreadInfoMips) Reset()

func (*ThreadInfoMips) String

func (x *ThreadInfoMips) String() string

type UserMipsFpregsEntry

type UserMipsFpregsEntry struct {
	R0       *uint64 `protobuf:"varint,1,req,name=r0" json:"r0,omitempty"`
	R1       *uint64 `protobuf:"varint,2,req,name=r1" json:"r1,omitempty"`
	R2       *uint64 `protobuf:"varint,3,req,name=r2" json:"r2,omitempty"`
	R3       *uint64 `protobuf:"varint,4,req,name=r3" json:"r3,omitempty"`
	R4       *uint64 `protobuf:"varint,5,req,name=r4" json:"r4,omitempty"`
	R5       *uint64 `protobuf:"varint,6,req,name=r5" json:"r5,omitempty"`
	R6       *uint64 `protobuf:"varint,7,req,name=r6" json:"r6,omitempty"`
	R7       *uint64 `protobuf:"varint,8,req,name=r7" json:"r7,omitempty"`
	R8       *uint64 `protobuf:"varint,9,req,name=r8" json:"r8,omitempty"`
	R9       *uint64 `protobuf:"varint,10,req,name=r9" json:"r9,omitempty"`
	R10      *uint64 `protobuf:"varint,11,req,name=r10" json:"r10,omitempty"`
	R11      *uint64 `protobuf:"varint,12,req,name=r11" json:"r11,omitempty"`
	R12      *uint64 `protobuf:"varint,13,req,name=r12" json:"r12,omitempty"`
	R13      *uint64 `protobuf:"varint,14,req,name=r13" json:"r13,omitempty"`
	R14      *uint64 `protobuf:"varint,15,req,name=r14" json:"r14,omitempty"`
	R15      *uint64 `protobuf:"varint,16,req,name=r15" json:"r15,omitempty"`
	R16      *uint64 `protobuf:"varint,17,req,name=r16" json:"r16,omitempty"`
	R17      *uint64 `protobuf:"varint,18,req,name=r17" json:"r17,omitempty"`
	R18      *uint64 `protobuf:"varint,19,req,name=r18" json:"r18,omitempty"`
	R19      *uint64 `protobuf:"varint,20,req,name=r19" json:"r19,omitempty"`
	R20      *uint64 `protobuf:"varint,21,req,name=r20" json:"r20,omitempty"`
	R21      *uint64 `protobuf:"varint,22,req,name=r21" json:"r21,omitempty"`
	R22      *uint64 `protobuf:"varint,23,req,name=r22" json:"r22,omitempty"`
	R23      *uint64 `protobuf:"varint,24,req,name=r23" json:"r23,omitempty"`
	R24      *uint64 `protobuf:"varint,25,req,name=r24" json:"r24,omitempty"`
	R25      *uint64 `protobuf:"varint,26,req,name=r25" json:"r25,omitempty"`
	R26      *uint64 `protobuf:"varint,27,req,name=r26" json:"r26,omitempty"`
	R27      *uint64 `protobuf:"varint,28,req,name=r27" json:"r27,omitempty"`
	R28      *uint64 `protobuf:"varint,29,req,name=r28" json:"r28,omitempty"`
	R29      *uint64 `protobuf:"varint,30,req,name=r29" json:"r29,omitempty"`
	R30      *uint64 `protobuf:"varint,31,req,name=r30" json:"r30,omitempty"`
	R31      *uint64 `protobuf:"varint,32,req,name=r31" json:"r31,omitempty"`
	Lo       *uint64 `protobuf:"varint,33,req,name=lo" json:"lo,omitempty"`
	Hi       *uint64 `protobuf:"varint,34,req,name=hi" json:"hi,omitempty"`
	FpuFcr31 *uint32 `protobuf:"varint,35,req,name=fpu_fcr31,json=fpuFcr31" json:"fpu_fcr31,omitempty"`
	FpuId    *uint32 `protobuf:"varint,36,req,name=fpu_id,json=fpuId" json:"fpu_id,omitempty"`
	// contains filtered or unexported fields
}

func (*UserMipsFpregsEntry) Descriptor deprecated

func (*UserMipsFpregsEntry) Descriptor() ([]byte, []int)

Deprecated: Use UserMipsFpregsEntry.ProtoReflect.Descriptor instead.

func (*UserMipsFpregsEntry) GetFpuFcr31

func (x *UserMipsFpregsEntry) GetFpuFcr31() uint32

func (*UserMipsFpregsEntry) GetFpuId

func (x *UserMipsFpregsEntry) GetFpuId() uint32

func (*UserMipsFpregsEntry) GetHi

func (x *UserMipsFpregsEntry) GetHi() uint64

func (*UserMipsFpregsEntry) GetLo

func (x *UserMipsFpregsEntry) GetLo() uint64

func (*UserMipsFpregsEntry) GetR0

func (x *UserMipsFpregsEntry) GetR0() uint64

func (*UserMipsFpregsEntry) GetR1

func (x *UserMipsFpregsEntry) GetR1() uint64

func (*UserMipsFpregsEntry) GetR10

func (x *UserMipsFpregsEntry) GetR10() uint64

func (*UserMipsFpregsEntry) GetR11

func (x *UserMipsFpregsEntry) GetR11() uint64

func (*UserMipsFpregsEntry) GetR12

func (x *UserMipsFpregsEntry) GetR12() uint64

func (*UserMipsFpregsEntry) GetR13

func (x *UserMipsFpregsEntry) GetR13() uint64

func (*UserMipsFpregsEntry) GetR14

func (x *UserMipsFpregsEntry) GetR14() uint64

func (*UserMipsFpregsEntry) GetR15

func (x *UserMipsFpregsEntry) GetR15() uint64

func (*UserMipsFpregsEntry) GetR16

func (x *UserMipsFpregsEntry) GetR16() uint64

func (*UserMipsFpregsEntry) GetR17

func (x *UserMipsFpregsEntry) GetR17() uint64

func (*UserMipsFpregsEntry) GetR18

func (x *UserMipsFpregsEntry) GetR18() uint64

func (*UserMipsFpregsEntry) GetR19

func (x *UserMipsFpregsEntry) GetR19() uint64

func (*UserMipsFpregsEntry) GetR2

func (x *UserMipsFpregsEntry) GetR2() uint64

func (*UserMipsFpregsEntry) GetR20

func (x *UserMipsFpregsEntry) GetR20() uint64

func (*UserMipsFpregsEntry) GetR21

func (x *UserMipsFpregsEntry) GetR21() uint64

func (*UserMipsFpregsEntry) GetR22

func (x *UserMipsFpregsEntry) GetR22() uint64

func (*UserMipsFpregsEntry) GetR23

func (x *UserMipsFpregsEntry) GetR23() uint64

func (*UserMipsFpregsEntry) GetR24

func (x *UserMipsFpregsEntry) GetR24() uint64

func (*UserMipsFpregsEntry) GetR25

func (x *UserMipsFpregsEntry) GetR25() uint64

func (*UserMipsFpregsEntry) GetR26

func (x *UserMipsFpregsEntry) GetR26() uint64

func (*UserMipsFpregsEntry) GetR27

func (x *UserMipsFpregsEntry) GetR27() uint64

func (*UserMipsFpregsEntry) GetR28

func (x *UserMipsFpregsEntry) GetR28() uint64

func (*UserMipsFpregsEntry) GetR29

func (x *UserMipsFpregsEntry) GetR29() uint64

func (*UserMipsFpregsEntry) GetR3

func (x *UserMipsFpregsEntry) GetR3() uint64

func (*UserMipsFpregsEntry) GetR30

func (x *UserMipsFpregsEntry) GetR30() uint64

func (*UserMipsFpregsEntry) GetR31

func (x *UserMipsFpregsEntry) GetR31() uint64

func (*UserMipsFpregsEntry) GetR4

func (x *UserMipsFpregsEntry) GetR4() uint64

func (*UserMipsFpregsEntry) GetR5

func (x *UserMipsFpregsEntry) GetR5() uint64

func (*UserMipsFpregsEntry) GetR6

func (x *UserMipsFpregsEntry) GetR6() uint64

func (*UserMipsFpregsEntry) GetR7

func (x *UserMipsFpregsEntry) GetR7() uint64

func (*UserMipsFpregsEntry) GetR8

func (x *UserMipsFpregsEntry) GetR8() uint64

func (*UserMipsFpregsEntry) GetR9

func (x *UserMipsFpregsEntry) GetR9() uint64

func (*UserMipsFpregsEntry) ProtoMessage

func (*UserMipsFpregsEntry) ProtoMessage()

func (*UserMipsFpregsEntry) ProtoReflect

func (x *UserMipsFpregsEntry) ProtoReflect() protoreflect.Message

func (*UserMipsFpregsEntry) Reset

func (x *UserMipsFpregsEntry) Reset()

func (*UserMipsFpregsEntry) String

func (x *UserMipsFpregsEntry) String() string

type UserMipsRegsEntry

type UserMipsRegsEntry struct {
	R0          *uint64 `protobuf:"varint,1,req,name=r0" json:"r0,omitempty"`
	R1          *uint64 `protobuf:"varint,2,req,name=r1" json:"r1,omitempty"`
	R2          *uint64 `protobuf:"varint,3,req,name=r2" json:"r2,omitempty"`
	R3          *uint64 `protobuf:"varint,4,req,name=r3" json:"r3,omitempty"`
	R4          *uint64 `protobuf:"varint,5,req,name=r4" json:"r4,omitempty"`
	R5          *uint64 `protobuf:"varint,6,req,name=r5" json:"r5,omitempty"`
	R6          *uint64 `protobuf:"varint,7,req,name=r6" json:"r6,omitempty"`
	R7          *uint64 `protobuf:"varint,8,req,name=r7" json:"r7,omitempty"`
	R8          *uint64 `protobuf:"varint,9,req,name=r8" json:"r8,omitempty"`
	R9          *uint64 `protobuf:"varint,10,req,name=r9" json:"r9,omitempty"`
	R10         *uint64 `protobuf:"varint,11,req,name=r10" json:"r10,omitempty"`
	R11         *uint64 `protobuf:"varint,12,req,name=r11" json:"r11,omitempty"`
	R12         *uint64 `protobuf:"varint,13,req,name=r12" json:"r12,omitempty"`
	R13         *uint64 `protobuf:"varint,14,req,name=r13" json:"r13,omitempty"`
	R14         *uint64 `protobuf:"varint,15,req,name=r14" json:"r14,omitempty"`
	R15         *uint64 `protobuf:"varint,16,req,name=r15" json:"r15,omitempty"`
	R16         *uint64 `protobuf:"varint,17,req,name=r16" json:"r16,omitempty"`
	R17         *uint64 `protobuf:"varint,18,req,name=r17" json:"r17,omitempty"`
	R18         *uint64 `protobuf:"varint,19,req,name=r18" json:"r18,omitempty"`
	R19         *uint64 `protobuf:"varint,20,req,name=r19" json:"r19,omitempty"`
	R20         *uint64 `protobuf:"varint,21,req,name=r20" json:"r20,omitempty"`
	R21         *uint64 `protobuf:"varint,22,req,name=r21" json:"r21,omitempty"`
	R22         *uint64 `protobuf:"varint,23,req,name=r22" json:"r22,omitempty"`
	R23         *uint64 `protobuf:"varint,24,req,name=r23" json:"r23,omitempty"`
	R24         *uint64 `protobuf:"varint,25,req,name=r24" json:"r24,omitempty"`
	R25         *uint64 `protobuf:"varint,26,req,name=r25" json:"r25,omitempty"`
	R26         *uint64 `protobuf:"varint,27,req,name=r26" json:"r26,omitempty"`
	R27         *uint64 `protobuf:"varint,28,req,name=r27" json:"r27,omitempty"`
	R28         *uint64 `protobuf:"varint,29,req,name=r28" json:"r28,omitempty"`
	R29         *uint64 `protobuf:"varint,30,req,name=r29" json:"r29,omitempty"`
	R30         *uint64 `protobuf:"varint,31,req,name=r30" json:"r30,omitempty"`
	R31         *uint64 `protobuf:"varint,32,req,name=r31" json:"r31,omitempty"`
	Lo          *uint64 `protobuf:"varint,33,req,name=lo" json:"lo,omitempty"`
	Hi          *uint64 `protobuf:"varint,34,req,name=hi" json:"hi,omitempty"`
	Cp0Epc      *uint64 `protobuf:"varint,35,req,name=cp0_epc,json=cp0Epc" json:"cp0_epc,omitempty"`
	Cp0Badvaddr *uint64 `protobuf:"varint,36,req,name=cp0_badvaddr,json=cp0Badvaddr" json:"cp0_badvaddr,omitempty"`
	Cp0Status   *uint64 `protobuf:"varint,37,req,name=cp0_status,json=cp0Status" json:"cp0_status,omitempty"`
	Cp0Cause    *uint64 `protobuf:"varint,38,req,name=cp0_cause,json=cp0Cause" json:"cp0_cause,omitempty"`
	// contains filtered or unexported fields
}

func (*UserMipsRegsEntry) Descriptor deprecated

func (*UserMipsRegsEntry) Descriptor() ([]byte, []int)

Deprecated: Use UserMipsRegsEntry.ProtoReflect.Descriptor instead.

func (*UserMipsRegsEntry) GetCp0Badvaddr

func (x *UserMipsRegsEntry) GetCp0Badvaddr() uint64

func (*UserMipsRegsEntry) GetCp0Cause

func (x *UserMipsRegsEntry) GetCp0Cause() uint64

func (*UserMipsRegsEntry) GetCp0Epc

func (x *UserMipsRegsEntry) GetCp0Epc() uint64

func (*UserMipsRegsEntry) GetCp0Status

func (x *UserMipsRegsEntry) GetCp0Status() uint64

func (*UserMipsRegsEntry) GetHi

func (x *UserMipsRegsEntry) GetHi() uint64

func (*UserMipsRegsEntry) GetLo

func (x *UserMipsRegsEntry) GetLo() uint64

func (*UserMipsRegsEntry) GetR0

func (x *UserMipsRegsEntry) GetR0() uint64

func (*UserMipsRegsEntry) GetR1

func (x *UserMipsRegsEntry) GetR1() uint64

func (*UserMipsRegsEntry) GetR10

func (x *UserMipsRegsEntry) GetR10() uint64

func (*UserMipsRegsEntry) GetR11

func (x *UserMipsRegsEntry) GetR11() uint64

func (*UserMipsRegsEntry) GetR12

func (x *UserMipsRegsEntry) GetR12() uint64

func (*UserMipsRegsEntry) GetR13

func (x *UserMipsRegsEntry) GetR13() uint64

func (*UserMipsRegsEntry) GetR14

func (x *UserMipsRegsEntry) GetR14() uint64

func (*UserMipsRegsEntry) GetR15

func (x *UserMipsRegsEntry) GetR15() uint64

func (*UserMipsRegsEntry) GetR16

func (x *UserMipsRegsEntry) GetR16() uint64

func (*UserMipsRegsEntry) GetR17

func (x *UserMipsRegsEntry) GetR17() uint64

func (*UserMipsRegsEntry) GetR18

func (x *UserMipsRegsEntry) GetR18() uint64

func (*UserMipsRegsEntry) GetR19

func (x *UserMipsRegsEntry) GetR19() uint64

func (*UserMipsRegsEntry) GetR2

func (x *UserMipsRegsEntry) GetR2() uint64

func (*UserMipsRegsEntry) GetR20

func (x *UserMipsRegsEntry) GetR20() uint64

func (*UserMipsRegsEntry) GetR21

func (x *UserMipsRegsEntry) GetR21() uint64

func (*UserMipsRegsEntry) GetR22

func (x *UserMipsRegsEntry) GetR22() uint64

func (*UserMipsRegsEntry) GetR23

func (x *UserMipsRegsEntry) GetR23() uint64

func (*UserMipsRegsEntry) GetR24

func (x *UserMipsRegsEntry) GetR24() uint64

func (*UserMipsRegsEntry) GetR25

func (x *UserMipsRegsEntry) GetR25() uint64

func (*UserMipsRegsEntry) GetR26

func (x *UserMipsRegsEntry) GetR26() uint64

func (*UserMipsRegsEntry) GetR27

func (x *UserMipsRegsEntry) GetR27() uint64

func (*UserMipsRegsEntry) GetR28

func (x *UserMipsRegsEntry) GetR28() uint64

func (*UserMipsRegsEntry) GetR29

func (x *UserMipsRegsEntry) GetR29() uint64

func (*UserMipsRegsEntry) GetR3

func (x *UserMipsRegsEntry) GetR3() uint64

func (*UserMipsRegsEntry) GetR30

func (x *UserMipsRegsEntry) GetR30() uint64

func (*UserMipsRegsEntry) GetR31

func (x *UserMipsRegsEntry) GetR31() uint64

func (*UserMipsRegsEntry) GetR4

func (x *UserMipsRegsEntry) GetR4() uint64

func (*UserMipsRegsEntry) GetR5

func (x *UserMipsRegsEntry) GetR5() uint64

func (*UserMipsRegsEntry) GetR6

func (x *UserMipsRegsEntry) GetR6() uint64

func (*UserMipsRegsEntry) GetR7

func (x *UserMipsRegsEntry) GetR7() uint64

func (*UserMipsRegsEntry) GetR8

func (x *UserMipsRegsEntry) GetR8() uint64

func (*UserMipsRegsEntry) GetR9

func (x *UserMipsRegsEntry) GetR9() uint64

func (*UserMipsRegsEntry) ProtoMessage

func (*UserMipsRegsEntry) ProtoMessage()

func (*UserMipsRegsEntry) ProtoReflect

func (x *UserMipsRegsEntry) ProtoReflect() protoreflect.Message

func (*UserMipsRegsEntry) Reset

func (x *UserMipsRegsEntry) Reset()

func (*UserMipsRegsEntry) String

func (x *UserMipsRegsEntry) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL