mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-25 04:30:52 +07:00
Hexagon: add translation types for __vmnewmap
Signed-off-by: Richard Kuo <rkuo@codeaurora.org>
This commit is contained in:
parent
f3f601c1d2
commit
7959bd76a1
@ -197,6 +197,13 @@ static inline long __vmintop_clear(long i)
|
||||
* Constants for virtual instruction parameters and return values
|
||||
*/
|
||||
|
||||
/* vmnewmap arguments */
|
||||
|
||||
#define VM_TRANS_TYPE_LINEAR 0
|
||||
#define VM_TRANS_TYPE_TABLE 1
|
||||
#define VM_TLB_INVALIDATE_FALSE 0
|
||||
#define VM_TLB_INVALIDATE_TRUE 1
|
||||
|
||||
/* vmsetie arguments */
|
||||
|
||||
#define VM_INT_DISABLE 0
|
||||
|
Loading…
Reference in New Issue
Block a user