Home
last modified time | relevance | path

Searched refs:edd_device_params (Results 1 – 3 of 3) sorted by relevance

/xen/xen/include/asm-x86/
A Dedd.h38 struct __packed edd_device_params { struct
137 } edd_device_params; member
/xen/xen/arch/x86/efi/
A Defi-boot.h339 BUILD_BUG_ON(offsetof(struct edd_info, edd_device_params) != EDDEXTSIZE); in efi_arch_edd()
340 BUILD_BUG_ON(sizeof(struct edd_device_params) != EDDPARMSIZE); in efi_arch_edd()
355 struct edd_device_params *params = &info->edd_device_params; in efi_arch_edd()
367 params->length = offsetof(struct edd_device_params, dpte_ptr); in efi_arch_edd()
450 params->length = sizeof(struct edd_device_params); in efi_arch_edd()
453 sizeof(struct edd_device_params) - in efi_arch_edd()
454 offsetof(struct edd_device_params, key); in efi_arch_edd()
/xen/xen/arch/x86/
A Dplatform_hypercall.c334 if ( length > info->edd_device_params.length ) in do_platform_op()
335 length = info->edd_device_params.length; in do_platform_op()
337 (u8 *)&info->edd_device_params, in do_platform_op()

Completed in 6 milliseconds