Home
last modified time | relevance | path

Searched refs:put_op (Results 1 - 1 of 1) sorted by relevance

/kernel/linux/linux-6.6/tools/testing/selftests/sgx/
H A Dmain.c285 struct encl_op_put_to_buf put_op; in TEST_F() local
292 put_op.header.type = ENCL_OP_PUT_TO_BUFFER; in TEST_F()
293 put_op.value = MAGIC; in TEST_F()
295 EXPECT_EQ(ENCL_CALL(&put_op, &self->run, false), 0); in TEST_F()
355 struct encl_op_put_to_buf put_op; in TEST_F() local
365 put_op.header.type = ENCL_OP_PUT_TO_BUFFER; in TEST_F()
366 put_op.value = MAGIC; in TEST_F()
368 EXPECT_EQ(ENCL_CALL(&put_op, &self->run, false), 0); in TEST_F()
389 struct encl_op_put_to_buf put_op; variable
433 put_op
507 struct encl_op_put_to_buf put_op; TEST_F() local
543 struct encl_op_put_to_buf put_op; TEST_F() local
[all...]

Completed in 2 milliseconds