Lines Matching +full:protection +full:- +full:domain
1 .\" -*- nroff -*-
2 .\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
4 .TH IBV_REREG_MR 3 2016-03-13 libibverbs "Libibverbs Programmer's Manual"
6 ibv_rereg_mr \- re-register a memory region (MR)
25 is a bit-mask used to indicate which of the following properties of the memory region are being mod…
30 .B IBV_REREG_MR_CHANGE_PD \fR Change protection domain
44 represents the virtual address (user-space pointer) of the new MR, while
50 This field describes the desired memory protection attributes; it is either 0 or the bitwise OR of …
58 IBV_REREG_MR_ERR_INPUT - Old MR is valid, an input error was detected by libibverbs.
60 IBV_REREG_MR_ERR_DONT_FORK_NEW - Old MR is valid, failed via don't fork on new address range.
62 IBV_REREG_MR_ERR_DO_FORK_OLD - New MR is valid, failed via do fork on old address range.
64 IBV_REREG_MR_ERR_CMD - MR shouldn't be used, command error.
66 IBV_REREG_MR_ERR_CMD_AND_DO_FORK_NEW - MR shouldn't be used, command error, invalid fork state on n…