MCPcopy
hub / github.com/google/gvisor / NVOS64_PARAMETERS

Struct NVOS64_PARAMETERS

pkg/abi/nvgpu/frontend.go:788–800  ·  view source on GitHub ↗

NVOS64_PARAMETERS is one possible parameter type for NV_ESC_RM_ALLOC. +marshal +stateify savable

Source from the content-addressed store, hash-verified

786// +marshal
787// +stateify savable
788type NVOS64_PARAMETERS struct {
789 _ structs.HostLayout
790 HRoot Handle
791 HObjectParent Handle
792 HObjectNew Handle
793 HClass ClassID
794 PAllocParms P64
795 PRightsRequested P64
796 ParamsSize uint32
797 Flags uint32
798 Status uint32
799 _ uint32
800}
801
802// GetHClass implements RmAllocParamType.GetHClass.
803func (n *NVOS64_PARAMETERS) GetHClass() ClassID {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected