Lines Matching defs:writable
52 int val, *writable, *readonly, *cacher1, *cacher2;
81 writable = tst_heap_alloc_aligned(5 * PAGESIZE, PAGESIZE);
82 memset(writable, 0, 5 * PAGESIZE);
83 tmp = (uintptr_t)writable;
86 pte[4].writable = 1;
89 pte[5].writable = 0;
94 subpte[0].writable = 0;
98 subpte[1].writable = 1;
104 subpte[0].writable = 1;
110 subpte[0].writable = 1;
115 writable = (int *)0x100200000ULL;
123 *writable = val;