/xen/xen/include/asm-x86/hvm/vmx/ |
A D | vvmx.h | 158 u64 get_vvmcs_virtual(void *vvmcs, u32 encoding); 159 u64 get_vvmcs_real(const struct vcpu *, u32 encoding); 160 void set_vvmcs_virtual(void *vvmcs, u32 encoding, u64 val); 169 #define get_vvmcs(vcpu, encoding) \ argument 171 get_vvmcs_real(vcpu, encoding) : \ 174 #define set_vvmcs(vcpu, encoding, val) \ argument 176 set_vvmcs_real(vcpu, encoding, val) : \ 179 #define get_vvmcs_safe(vcpu, encoding, val) \ argument 181 get_vvmcs_real_safe(vcpu, encoding, val) : \ 184 #define set_vvmcs_safe(vcpu, encoding, val) \ argument [all …]
|
A D | vmcs.h | 655 u64 virtual_vmcs_vmread(const struct vcpu *, u32 encoding); 658 void virtual_vmcs_vmwrite(const struct vcpu *, u32 encoding, u64 val);
|
/xen/xen/include/xen/ |
A D | hypfs.h | 13 unsigned short encoding; member 40 .e.encoding = XEN_HYPFS_ENC_PLAIN, \ 52 .e.encoding = XEN_HYPFS_ENC_PLAIN, \ 78 .e.encoding = XEN_HYPFS_ENC_PLAIN, \
|
A D | param.h | 112 .hypfs.e.encoding = XEN_HYPFS_ENC_PLAIN, \ 121 .hypfs.e.encoding = XEN_HYPFS_ENC_PLAIN, \ 131 .hypfs.e.encoding = XEN_HYPFS_ENC_PLAIN, \ 141 .hypfs.e.encoding = XEN_HYPFS_ENC_PLAIN, \ 151 .hypfs.e.encoding = XEN_HYPFS_ENC_PLAIN, \
|
/xen/tools/libs/hypfs/ |
A D | core.c | 195 switch (entry->encoding) { in xenhypfs_set_attrs() 197 dirent->encoding = xenhypfs_enc_plain; in xenhypfs_set_attrs() 200 dirent->encoding = xenhypfs_enc_gzip; in xenhypfs_set_attrs() 203 dirent->encoding = xenhypfs_enc_plain; in xenhypfs_set_attrs() 291 switch (dirent->encoding) { in xenhypfs_read() 385 dirent->encoding != xenhypfs_enc_plain) { in xenhypfs_readdir() 461 if (entry->encoding != XEN_HYPFS_ENC_PLAIN) { in xenhypfs_write()
|
/xen/xen/common/ |
A D | hypfs.c | 230 direntry.e.encoding = e->encoding; in hypfs_read_dir() 273 e.encoding = entry->encoding; in hypfs_read() 318 leaf->e.encoding == XEN_HYPFS_ENC_PLAIN && in hypfs_write_leaf()
|
A D | kernel.c | 418 config.e.encoding = XEN_HYPFS_ENC_GZIP; in buildinfo_init()
|
/xen/xen/include/public/ |
A D | hypfs.h | 49 uint8_t encoding; member
|
/xen/tools/libs/hypfs/include/ |
A D | xenhypfs.h | 47 unsigned short encoding; member
|
/xen/xen/arch/x86/hvm/vmx/ |
A D | vvmx.c | 286 u64 get_vvmcs_real(const struct vcpu *v, u32 encoding) in get_vvmcs_real() argument 288 return virtual_vmcs_vmread(v, encoding); in get_vvmcs_real() 293 *val = get_vvmcs_virtual(vvmcs, encoding); in get_vvmcs_virtual_safe() 304 enum vmx_insn_errno get_vvmcs_real_safe(const struct vcpu *v, u32 encoding, in get_vvmcs_real_safe() argument 307 return virtual_vmcs_vmread_safe(v, encoding, val); in get_vvmcs_real_safe() 346 void set_vvmcs_real(const struct vcpu *v, u32 encoding, u64 val) in set_vvmcs_real() argument 348 virtual_vmcs_vmwrite(v, encoding, val); in set_vvmcs_real() 351 enum vmx_insn_errno set_vvmcs_virtual_safe(void *vvmcs, u32 encoding, u64 val) in set_vvmcs_virtual_safe() argument 353 set_vvmcs_virtual(vvmcs, encoding, val); in set_vvmcs_virtual_safe() 364 enum vmx_insn_errno set_vvmcs_real_safe(const struct vcpu *v, u32 encoding, in set_vvmcs_real_safe() argument [all …]
|
/xen/docs/man/ |
A D | xen-pv-channel.7.pod | 1 =encoding utf8
|
A D | xen-vbd-interface.7.pandoc | 69 Concrete encoding in the VBD interface (in xenstore)
|
A D | xl-network-configuration.5.pod | 1 =encoding utf8
|
A D | xl-numa-placement.7.pod | 1 =encoding utf8
|
/xen/docs/specs/ |
A D | libxl-migration-stream.pandoc | 218 conforming to xenstore protocol character encoding (keys strictly as
|
/xen/tools/python/ |
A D | pylintrc | 277 # * PEP 263: source code with non ascii character but no encoding declaration
|
/xen/docs/misc/ |
A D | xenstore-paths.pandoc | 527 using this path using UTF-8 encoding. A toolstack or UI may use this
|
A D | livepatch.pandoc | 1290 The unconditional branch instruction (for the encoding see the
|