Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/arch/x86/
A Dx86_emulate.c30 BUILD_BUG_ON(STUB_BUF_SIZE / 2 < MAX_INST_LEN + 1); \
32 (stb).addr = this_cpu(stubs.addr) + STUB_BUF_SIZE / 2; \
34 ((stb).addr & ~PAGE_MASK), 0xcc, STUB_BUF_SIZE / 2); \
A Dextable.c97 if ( regs->rip >= stub + STUB_BUF_SIZE / 2 && in search_exception_table()
98 regs->rip < stub + STUB_BUF_SIZE && in search_exception_table()
146 unsigned long addr = this_cpu(stubs.addr) + STUB_BUF_SIZE / 2; in stub_selftest()
157 memset(ptr, 0xcc, STUB_BUF_SIZE / 2); in stub_selftest()
A Dsmpboot.c599 #define STUB_BUF_CPU_OFFS(cpu) (((cpu) & (STUBS_PER_PAGE - 1)) * STUB_BUF_SIZE)
669 memset(stub_page + STUB_BUF_CPU_OFFS(cpu), 0xcc, STUB_BUF_SIZE); in cpu_smpboot_free()
671 if ( stub_page[i * STUB_BUF_SIZE] != 0xcc ) in cpu_smpboot_free()
/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Dconfig.h82 #define STUB_BUF_SIZE (1 << STUB_BUF_SHIFT) macro
A Dprocessor.h536 #define STUBS_PER_PAGE (PAGE_SIZE / STUB_BUF_SIZE)
/xen-4.10.0-shim-comet/xen/arch/x86/pv/
A Demul-priv-op.c83 STUB_BUF_SIZE / 2; in io_emul_stub_setup()
100 BUILD_BUG_ON(STUB_BUF_SIZE / 2 < 16); in io_emul_stub_setup()
106 return (void *)(this_cpu(stubs.addr) + STUB_BUF_SIZE / 2); in io_emul_stub_setup()
/xen-4.10.0-shim-comet/xen/arch/x86/x86_64/
A Dtraps.c341 ASSERT(offset <= STUB_BUF_SIZE / 2); in subarch_percpu_traps_init()

Completed in 14 milliseconds