Lines Matching full:in
20 uint64_t in = (cc << 28) | (key << 24); in __test_spm_ipm() local
27 : "+r"(out) : "r"(in) : "cc"); in __test_spm_ipm()
32 report(!((in ^ out) & 0x3f000000UL), "cc and key applied"); in __test_spm_ipm()
128 * might simply mask valid codes in query but they might still work */ in __test_cpacf_invalid_func()
166 report(cpacf_query_func(opcode, 0), "query indicated in query"); in __test_basic_cpacf_opcode()
263 /* DXC (0xff) is to be stored in LC and FPC on a trap (CRT) with AFP */ in test_dxc()
273 report(lowcore.dxc_vxc == 0xff, "dxc in LC"); in test_dxc()
274 report(get_fpc_dxc() == 0xff, "dxc in FPC"); in test_dxc()
277 /* DXC (0xff) is to be stored in LC only on a trap (CRT) without AFP */ in test_dxc()
290 report(lowcore.dxc_vxc == 0xff, "dxc in LC"); in test_dxc()
291 report(get_fpc_dxc() == 0, "dxc not in FPC"); in test_dxc()