Home
last modified time | relevance | path

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

/src/sys/amd64/include/
H A Dcpufunc.h953 xrstors(uint8_t *save_area, uint64_t state_bitmap) in xrstors() argument
957 low = state_bitmap; in xrstors()
958 hi = state_bitmap >> 32; in xrstors()
964 xsaves(uint8_t *save_area, uint64_t state_bitmap) in xsaves() argument
968 low = state_bitmap; in xsaves()
969 hi = state_bitmap >> 32; in xsaves()