Searched refs:STUB_BUF_SIZE (Results 1 – 6 of 6) sorted by relevance
32 BUILD_BUG_ON(STUB_BUF_SIZE / 2 < MAX_INST_LEN + 1); \34 (stb).addr = this_cpu(stubs.addr) + STUB_BUF_SIZE / 2; \36 ((stb).addr & ~PAGE_MASK), 0xcc, STUB_BUF_SIZE / 2); \
98 if ( regs->rip >= stub + STUB_BUF_SIZE / 2 && in search_exception_table()99 regs->rip < stub + STUB_BUF_SIZE && in search_exception_table()147 unsigned long addr = this_cpu(stubs.addr) + STUB_BUF_SIZE / 2; in stub_selftest()159 memset(ptr, 0xcc, STUB_BUF_SIZE / 2); in stub_selftest()
629 #define STUB_BUF_CPU_OFFS(cpu) (((cpu) & (STUBS_PER_PAGE - 1)) * STUB_BUF_SIZE)958 memset(stub_page + STUB_BUF_CPU_OFFS(cpu), 0xcc, STUB_BUF_SIZE); in cpu_smpboot_free()960 if ( stub_page[i * STUB_BUF_SIZE] != 0xcc ) in cpu_smpboot_free()
85 #define STUB_BUF_SIZE (1 << STUB_BUF_SHIFT) macro86 #define STUBS_PER_PAGE (PAGE_SIZE / STUB_BUF_SIZE)
93 unsigned long stub_va = this_stubs->addr + STUB_BUF_SIZE / 2; in io_emul_stub_setup()135 BUILD_BUG_ON(STUB_BUF_SIZE / 2 < in io_emul_stub_setup()139 BUG_ON(STUB_BUF_SIZE / 2 < (p - ctxt->io_emul_stub)); in io_emul_stub_setup()
347 ASSERT(offset <= STUB_BUF_SIZE / 2); in subarch_percpu_traps_init()
Completed in 12 milliseconds