Searched refs:its_page (Results 1 – 1 of 1) sorted by relevance
112 static void *its_page; variable190 its_page = NULL; in its_init_mod()201 its_page = NULL; in its_fini_mod()257 if (!its_page || (its_offset + size - 1) >= PAGE_SIZE) { in its_allocate_thunk()258 its_page = its_alloc(); in its_allocate_thunk()259 if (!its_page) { in its_allocate_thunk()263 memset(its_page, INT3_INSN_OPCODE, PAGE_SIZE); in its_allocate_thunk()274 thunk = its_page + its_offset; in its_allocate_thunk()