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

  /src/sys/arch/sh3/sh3/
sh3_machdep.c 125 #define VBR (uint8_t *)SH3_PHYS_TO_P1SEG(IOM_RAM_BEGIN)
169 memcpy(VBR + 0x100, sh_vector_generic,
173 memcpy(VBR + 0x400, sh3_vector_tlbmiss,
178 memcpy(VBR + 0x400, sh4_vector_tlbmiss,
181 memcpy(VBR + 0x600, sh_vector_interrupt,
187 __asm volatile("ldc %0, vbr" :: "r"(VBR));
  /src/sys/arch/x68k/stand/loadbsd/
trampoline.S 60 | reset VBR (for compatibility)
62 .long 0x4E7B9801 | movec %a1,%vbr
  /src/sys/arch/mvme68k/mvme68k/
locore.s 84 * The bootstrap loader loads us in starting at 0, and VBR is non-zero.
607 /* Point the CPU VBR at our vector table */
659 movc %vbr,%d2 | Save vbr
661 movc %a2,%vbr
671 movc %d2,%vbr | Restore original vbr
1037 * Basically we just turn off the MMU, restore the Bug's initial VBR
1045 movl _C_LABEL(saved_vbr),%d3 | Fetch Bug's original VBR value
1076 movc %d3,%vbr | Restore Bug's VB
    [all...]
  /src/sys/arch/news68k/news68k/
locore.s 101 * The bootstrap loader loads us in starting at 0, and VBR is non-zero.
132 movc %vbr,%a0
823 * Basically we just turn off the MMU, restore the PROM's initial VBR
839 movl _C_LABEL(saved_vbr),%d3 | Fetch original VBR value
843 movc %d3,%vbr | Restore monitor's VBR

Completed in 15 milliseconds