HomeSort by: relevance | last modified time | path
    Searched defs:lint0 (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/error/
input.c 52 static Errorclass lint0(void);
94 || (( errorclass = lint0() ) != C_UNKNOWN)
367 lint0(void) function in typeref:typename:Errorclass
  /src/sys/arch/x86/x86/
lapic.c 426 uint32_t lint0, lint1; local in function:lapic_set_lvt
440 * get external interrupts via LINT0 for the primary CPU.
442 lint0 = LAPIC_DLMODE_EXTINT;
444 lint0 |= LAPIC_LVT_MASKED;
445 lapic_writereg(LAPIC_LVT_LINT0, lint0);

Completed in 13 milliseconds