Home
last modified time | relevance | path

Searched refs:IST_SHSTK_SIZE (Results 1 – 4 of 4) sorted by relevance

/xen/xen/arch/x86/cpu/
A Dcommon.c800 ist_ssp[IST_MCE] = stack_top + (IST_MCE * IST_SHSTK_SIZE) - 8; in load_system_tables()
801 ist_ssp[IST_NMI] = stack_top + (IST_NMI * IST_SHSTK_SIZE) - 8; in load_system_tables()
802 ist_ssp[IST_DB] = stack_top + (IST_DB * IST_SHSTK_SIZE) - 8; in load_system_tables()
803 ist_ssp[IST_DF] = stack_top + (IST_DF * IST_SHSTK_SIZE) - 8; in load_system_tables()
/xen/xen/include/asm-x86/
A Dconfig.h69 #define IST_SHSTK_SIZE 1024 macro
/xen/xen/arch/x86/
A Dmm.c6186 write_sss_token(p + (IST_MCE * IST_SHSTK_SIZE) - 8); in memguard_guard_stack()
6187 write_sss_token(p + (IST_NMI * IST_SHSTK_SIZE) - 8); in memguard_guard_stack()
6188 write_sss_token(p + (IST_DB * IST_SHSTK_SIZE) - 8); in memguard_guard_stack()
6189 write_sss_token(p + (IST_DF * IST_SHSTK_SIZE) - 8); in memguard_guard_stack()
A Dtraps.c408 case 0: return ROUNDUP(sp, IST_SHSTK_SIZE) - sizeof(unsigned long); in get_shstk_bottom()

Completed in 18 milliseconds