Lines Matching +full:reserved +full:- +full:memory
1 /* SPDX-License-Identifier: GPL-2.0-only */
12 #include <asm-generic/barrier.h>
13 #include <asm/asm-offsets.h>
34 u64 reserved; member
47 .reserved = __PF_RES_FIELD
58 .reserved = 0
63 int rc = -1; in diag258()
96 * for the refbk that is outside of the bounds of our (guest-)physical
107 /* Set up virtual memory and allocate a physical page for storing the refbk */ in test_refbk_real()
111 /* Map refblk page outside of physical memory identity mapping */ in test_refbk_real()
177 refbk_in_prefix->refdiagc = 0xc0fe; in test_refbk_prefixing()
201 * Verify that a refbk exceeding physical memory is not accepted, even
207 struct pfault_refbk *refbk = (struct pfault_refbk *)(get_ram_size() - bytes_in_last_page); in test_refbk_crossing()