Skip to content

Implement missing xsave intrinsics #171

Closed
@gnzlbg

Description

@gnzlbg

x86

  • fn _xsave (p: *mut c_void, m: u64) -> ()
  • fn _xrstor (p: *mut c_void, m: u64) -> ()
  • fn _xsetbv (a: u32, v: u64) -> ()
  • fn _xgetbv (a: u32) -> u64

x86_64

  • fn _xsave64 (p: *mut c_void, m: u64) -> ()
  • fn _xrstor64 (p: *mut c_void, m: u64) -> ()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions