Lines Matching full:code
5 The Linux kernel contains a variety of code for running as a fully
59 only from the code.
91 Kbyte pages, Linux code must be careful to communicate with Hyper-V
93 are used in code that communicates with Hyper-V so that it works
116 guest VMs, so Linux code must individually revoke all sharing before
154 supported by Hyper-V, and Linux code does not use endian-ness macros
166 number and is for display purposes only. Linux code does not
170 and the guest code tests these flags.
175 is checked in a few places in the code to determine if specific
184 Code Packaging
186 Hyper-V related code appears in the Linux kernel code tree in three
200 The code in #1 and #2 is built only when CONFIG_HYPERV is set.
201 Similarly, the code for most Hyper-V related drivers is built only
204 Most Hyper-V related code in #1 and #3 can be built as a module.
205 The architecture specific code in #2 must be built-in. Also,
206 drivers/hv/hv_common.c is low-level code that is common across