Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dnitro_enclaves.h136 * * NE_ERR_UNALIGNED_MEM_REGION_ADDR - Unaligned user space address given.
210 * NE_ERR_UNALIGNED_MEM_REGION_ADDR - The user space memory region address is
213 #define NE_ERR_UNALIGNED_MEM_REGION_ADDR (261) macro
/linux/samples/nitro_enclaves/
H A Dne_ioctl_sample.c438 case NE_ERR_UNALIGNED_MEM_REGION_ADDR: { in ne_set_user_mem_region()
/linux/drivers/virt/nitro_enclaves/
H A Dne_misc_dev.c767 return -NE_ERR_UNALIGNED_MEM_REGION_ADDR; in ne_sanity_check_user_mem_region()