Searched refs:sysvec (Results 1 – 1 of 1) sorted by relevance
126 void __init fred_install_sysvec(unsigned int sysvec, idtentry_t handler) in fred_install_sysvec() argument 128 if (WARN_ON_ONCE(sysvec < FIRST_SYSTEM_VECTOR)) in fred_install_sysvec() 134 if (!WARN_ON_ONCE(sysvec_table[sysvec - FIRST_SYSTEM_VECTOR])) in fred_install_sysvec() 135 sysvec_table[sysvec - FIRST_SYSTEM_VECTOR] = handler; in fred_install_sysvec()