Searched refs:its_page (Results 1 – 1 of 1) sorted by relevance
118 static void *its_page; variable196 its_page = NULL; in its_init_mod()207 its_page = NULL; in its_fini_mod()263 if (!its_page || (its_offset + size - 1) >= PAGE_SIZE) { in its_allocate_thunk()264 its_page = its_alloc(); in its_allocate_thunk()265 if (!its_page) { in its_allocate_thunk()269 memset(its_page, INT3_INSN_OPCODE, PAGE_SIZE); in its_allocate_thunk()280 thunk = its_page + its_offset; in its_allocate_thunk()