Home
last modified time | relevance | path

Searched refs:PsrFeatType (Results 1 – 2 of 2) sorted by relevance

/xen/tools/golang/xenlight/
A Dtypes.gen.go1163 type PsrFeatType int type
1165 PsrFeatTypeCat PsrFeatType = 1
1166 PsrFeatTypeMba PsrFeatType = 2
1171 Type PsrFeatType
A Dhelpers.gen.go4088 func NewPsrHwInfo(ptype PsrFeatType) (*PsrHwInfo, error) { argument
4104 x.Type = PsrFeatType(xc._type)
4124 if PsrFeatType(xc._type) != PsrFeatTypeCat {
4136 if PsrFeatType(xc._type) != PsrFeatTypeMba {

Completed in 13 milliseconds