Searched refs:its_page (Results 1 – 1 of 1) sorted by relevance
139 static void *its_page; variable184 its_page = NULL; in its_init_mod()195 its_page = NULL; in its_fini_mod()258 if (!its_page || (its_offset + size - 1) >= PAGE_SIZE) { in its_allocate_thunk()259 its_page = its_alloc(); in its_allocate_thunk()260 if (!its_page) { in its_allocate_thunk()264 memset(its_page, INT3_INSN_OPCODE, PAGE_SIZE); in its_allocate_thunk()275 thunk = its_page + its_offset; in its_allocate_thunk()