Searched refs:stack_top (Results 1 – 1 of 1) sorted by relevance
740 stack_top = stack_bottom & ~(STACK_SIZE - 1); in load_system_tables() local770 tss->ist[IST_MCE - 1] = stack_top + (1 + IST_MCE) * PAGE_SIZE; in load_system_tables()771 tss->ist[IST_NMI - 1] = stack_top + (1 + IST_NMI) * PAGE_SIZE; in load_system_tables()772 tss->ist[IST_DB - 1] = stack_top + (1 + IST_DB) * PAGE_SIZE; in load_system_tables()778 tss->ist[IST_DF - 1] = stack_top + (1 + IST_DF) * PAGE_SIZE - in load_system_tables()800 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()
Completed in 3 milliseconds