Lines Matching refs:PAGE_SIZE
593 self->run.tcs = self->encl.encl_base + PAGE_SIZE; in TEST_F()
630 PAGE_SIZE; in TEST_F()
666 ret = mprotect((void *)data_start, PAGE_SIZE, PROT_READ); in TEST_F()
693 ret = mprotect((void *)data_start, PAGE_SIZE, PROT_READ | PROT_WRITE); in TEST_F()
758 ioc.length = PAGE_SIZE; in TEST_F()
826 encl_get_data_offset(&self->encl) + PAGE_SIZE; in TEST_F()
867 restrict_ioc.offset = encl_get_data_offset(&self->encl) + PAGE_SIZE; in TEST_F()
868 restrict_ioc.length = PAGE_SIZE; in TEST_F()
918 self->run.tcs = self->encl.encl_base + PAGE_SIZE; in TEST_F()
1005 EXPECT_LT(total_size + PAGE_SIZE, self->encl.encl_size); in TEST_F()
1015 addr = mmap((void *)self->encl.encl_base + total_size, PAGE_SIZE, in TEST_F()
1045 munmap(addr, PAGE_SIZE); in TEST_F()
1056 self->run.tcs = self->encl.encl_base + PAGE_SIZE; in TEST_F()
1100 munmap(addr, PAGE_SIZE); in TEST_F()
1135 EXPECT_LT(total_size + PAGE_SIZE, self->encl.encl_size); in TEST_F()
1146 addr = mmap((void *)self->encl.encl_base + total_size, PAGE_SIZE, in TEST_F()
1169 munmap(addr, PAGE_SIZE); in TEST_F()
1210 munmap(addr, PAGE_SIZE); in TEST_F()
1284 EXPECT_LT(total_size + 3 * PAGE_SIZE, self->encl.encl_size); in TEST_F()
1290 addr = mmap((void *)self->encl.encl_base + total_size, 3 * PAGE_SIZE, in TEST_F()
1300 tcs = (void *)self->encl.encl_base + total_size + PAGE_SIZE; in TEST_F()
1301 ssa = (void *)self->encl.encl_base + total_size + 2 * PAGE_SIZE; in TEST_F()
1318 munmap(addr, 3 * PAGE_SIZE); in TEST_F()
1363 init_tcs_page_op.ssa = (unsigned long)total_size + 2 * PAGE_SIZE; in TEST_F()
1377 modt_ioc.offset = total_size + PAGE_SIZE; in TEST_F()
1378 modt_ioc.length = PAGE_SIZE; in TEST_F()
1441 modt_ioc.length = 3 * PAGE_SIZE; in TEST_F()
1450 EXPECT_EQ(modt_ioc.count, 3 * PAGE_SIZE); in TEST_F()
1497 remove_ioc.length = 3 * PAGE_SIZE; in TEST_F()
1504 EXPECT_EQ(remove_ioc.count, 3 * PAGE_SIZE); in TEST_F()
1553 munmap(addr, 3 * PAGE_SIZE); in TEST_F()
1603 encl_get_data_offset(&self->encl) + PAGE_SIZE; in TEST_F()
1641 modt_ioc.offset = encl_get_data_offset(&self->encl) + PAGE_SIZE; in TEST_F()
1642 modt_ioc.length = PAGE_SIZE; in TEST_F()
1658 remove_ioc.offset = encl_get_data_offset(&self->encl) + PAGE_SIZE; in TEST_F()
1659 remove_ioc.length = PAGE_SIZE; in TEST_F()
1714 encl_get_data_offset(&self->encl) + PAGE_SIZE; in TEST_F()
1752 ioc.offset = encl_get_data_offset(&self->encl) + PAGE_SIZE; in TEST_F()
1753 ioc.length = PAGE_SIZE; in TEST_F()
1829 encl_get_data_offset(&self->encl) + PAGE_SIZE; in TEST_F()
1867 ioc.offset = encl_get_data_offset(&self->encl) + PAGE_SIZE; in TEST_F()
1868 ioc.length = PAGE_SIZE; in TEST_F()
1949 encl_get_data_offset(&self->encl) + PAGE_SIZE; in TEST_F()
1953 modt_ioc.offset = encl_get_data_offset(&self->encl) + PAGE_SIZE; in TEST_F()
1954 modt_ioc.length = PAGE_SIZE; in TEST_F()
1983 remove_ioc.offset = encl_get_data_offset(&self->encl) + PAGE_SIZE; in TEST_F()
1984 remove_ioc.length = PAGE_SIZE; in TEST_F()