include/hyperv/hvgdk_ext.h

Source file repositories/reference/linux-study-clean/include/hyperv/hvgdk_ext.h

File Facts

System
Linux kernel
Corpus path
include/hyperv/hvgdk_ext.h
Extension
.h
Size
1242 bytes
Lines
47
Domain
Repository Root And Misc
Bucket
include
Inferred role
Repository Root And Misc: implementation source
Status
source implementation candidate

Why This File Exists

Top-level or miscellaneous repository surface. Use this as map coverage unless a later manual pass promotes the file into a deeper subsystem dossier.

Dependency Surface

Detected Declarations

Annotated Snippet

struct hv_memory_hint {		/* HV_EXT_INPUT_MEMORY_HEAT_HINT */
	u64 heat_type : 2;	/* HV_EXTMEM_HEAT_HINT_* */
	u64 reserved : 62;
	union hv_gpa_page_range ranges[];
} __packed;

#endif /* _HV_HVGDK_EXT_H */

Annotation

Implementation Notes