| /src/sys/arch/sun68k/stand/libsa/ |
| SRT1.c | 61 void **vbr; local in function:_start 71 vbr = getvbr(); 72 x = (int)vbr & 0xFFF00000; 88 vbr[32+14] = _romvec->abortEntry;
|
| /src/sys/arch/next68k/stand/boot/ |
| srt0.s | 52 movec %vbr,%a3 58 movec %a4,%vbr | use the new table 73 movec %a0,%vbr 80 movec %a0,%vbr | restore prom vbr
|
| /src/sys/arch/m68k/include/ |
| frame.h | 245 void **vbr; local in function:getvbr 247 __asm volatile("movc %%vbr,%0" : "=r" (vbr)); 249 return vbr; 253 setvbr(void **vbr) 255 __asm volatile("movc %0,%%vbr" : : "r" (vbr));
|
| /src/sys/arch/x68k/stand/common/ |
| exec_image.S | 98 movec %a1,%vbr | clear vbr
|
| execkern.S | 110 .long 0x4E7B9801 | movec %a1,%vbr
|
| /src/sys/arch/x68k/stand/loadbsd/ |
| trampoline.S | 60 | reset VBR (for compatibility) 62 .long 0x4E7B9801 | movec %a1,%vbr
|
| /src/sys/external/gpl2/dts/dist/include/dt-bindings/usb/ |
| pd.h | 210 #define VDO_UFP(ver, cap, conn, vcpwr, vcr, vbr, alt, spd) \ 212 | ((vcpwr) & 0x7) << 8 | (vcr) << 7 | (vbr) << 6 | ((alt) & 0x7) << 3 \ 427 #define VDO_AMA(hw, fw, tx1d, tx2d, rx1d, rx2d, vcpwr, vcr, vbr, usbss) \ 430 | ((vcpwr) & 0x7) << 5 | (vcr) << 4 | (vbr) << 3 \
|
| /src/sys/arch/sh3/sh3/ |
| db_trace.c | 104 uint32_t vbr; variable in typeref:typename:uint32_t 110 __asm volatile("stc vbr, %0" : "=r"(vbr)); 190 if ((pc & ~PAGE_MASK) == vbr) {
|
| /src/sys/arch/luna68k/stand/boot/ |
| locore.S | 214 movec %vbr,%a0 | save ROM vbr 216 movl #_ASM_LABEL(Reset),%a0 | BP vbr to %a0 220 movec %a0,%vbr 264 movec %a0,%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/x68k/x68k/ |
| locore.s | 101 * VBR contains zero from ROM. Exceptions will continue to vector 123 movc %a0,%vbr 327 movc %d0,%vbr 862 movc %a1,%vbr | reset Vector Base Register
|
| /src/sys/arch/luna68k/luna68k/ |
| locore.s | 733 * Basically we just turn off the MMU, restore the initial %vbr 764 movc %d3,%vbr | monitor %vbr
|
| /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
|
| /src/sys/arch/atari/atari/ |
| locore.s | 957 movc %a0,%vbr 1189 movc %a0,%vbr
|
| /src/sys/arch/next68k/next68k/ |
| locore.s | 814 movc %d0,%vbr
|
| /src/sys/arch/hp300/hp300/ |
| locore.s | 149 movc %d0,%vbr; \ 158 * VBR contains zero from ROM. Exceptions will continue to vector
|
| /src/sys/arch/mac68k/mac68k/ |
| locore.s | 259 movc %d0,%vbr
|