HomeSort by: relevance | last modified time | path
    Searched refs:IE (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/arch/mips/rmi/
rmixl_spl.S 76 * - set STATUS[IE]
80 * henceforth STATUS[IE] is expected to remain normally set
87 ori t0, MIPS_SR_INT_IE # set IE
94 mtc0 t0, MIPS_COP_0_STATUS ## set STATUS | IE
  /src/usr.bin/tip/
vars.c 55 "eofr", &IE },
remote.c 54 &AT, &DV, &CM, &CU, &EL, &IE, &OE, &PN, &PR, &DI,
59 "at", "dv", "cm", "cu", "el", "ie", "oe", "pn", "pr",
tip.h 65 extern char *IE; /* EOT to expect on input */
tip.c 92 char *IE;
  /src/usr.sbin/makefs/cd9660/
cd9660_eltorito.h 130 boot_catalog_initial_entry IE;
cd9660_eltorito.c 281 boot_catalog_initial_entry *ie; local
288 ie = &default_entry->entry_data.IE;
290 ie->boot_indicator[0] = disk->bootable;
291 ie->media_type[0] = disk->targetMode;
292 cd9660_721(disk->loadSegment, ie->load_segment);
293 ie->system_type[0] = disk->system;
294 cd9660_721(disk->num_sectors, ie->sector_count);
295 cd9660_731(disk->sector, ie->load_rba);
299 "load rba %d\n", __func__, ie->boot_indicator[0]
    [all...]
  /src/sys/arch/sparc64/sparc64/
locore.s 201 or \scratch, PSTATE_IE, \scratch ! Interrupt Enable (IE) bit set to one
207 and \scratch, ~PSTATE_IE, \scratch ! Interrupt Enable (IE) bit set to zero
5459 sethi %hi(0xa0000000), %l2 ! V=1|SZ=01|NFO=0|IE=0
5678 or %l1, 0x0741, %l2 ! And low 13 bits IE=0|E=0|CP=1|CV=1|P=1|
5711 sethi %hi(0xa0000000), %l2 ! V=1|SZ=01|NFO=0|IE=0
7487 andn %g1, PSTATE_IE, %g2 ! clear PSTATE.IE
7510 wrpr %g1, 0, %pstate ! restore PSTATE.IE
  /src/sys/arch/mips/mips/
mipsX_subr.S 813 and v1, MIPS_SR_INT_IE # restrict to IE bit

Completed in 32 milliseconds