Home
last modified time | relevance | path

Searched refs:STUB_BUF_SIZE (Results 1 – 6 of 6) sorted by relevance

/xen/xen/arch/x86/
A Dx86_emulate.c32 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); \
A Dextable.c98 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()
A Dsmpboot.c629 #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()
/xen/xen/include/asm-x86/
A Dconfig.h85 #define STUB_BUF_SIZE (1 << STUB_BUF_SHIFT) macro
86 #define STUBS_PER_PAGE (PAGE_SIZE / STUB_BUF_SIZE)
/xen/xen/arch/x86/pv/
A Demul-priv-op.c93 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()
/xen/xen/arch/x86/x86_64/
A Dtraps.c347 ASSERT(offset <= STUB_BUF_SIZE / 2); in subarch_percpu_traps_init()

Completed in 12 milliseconds