| /src/sys/arch/sun68k/stand/libsa/ |
| SRT1.c | 61 void **vbr; local 71 vbr = getvbr(); 72 x = (int)vbr & 0xFFF00000; 88 vbr[32+14] = _romvec->abortEntry;
|
| /src/sys/arch/m68k/include/ |
| frame.h | 245 void **vbr; local 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/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/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; local 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. 570 /* Point the CPU VBR at our vector table */ 624 movc %vbr,%d2 | Save vbr 626 movc %a2,%vbr 636 movc %d2,%vbr | Restore original vbr 1002 * Basically we just turn off the MMU, restore the Bug's initial VBR 1010 movl _C_LABEL(saved_vbr),%d3 | Fetch Bug's original VBR value 1041 movc %d3,%vbr | Restore Bug's VB [all...] |
| /src/sys/arch/x68k/x68k/ |
| locore.s | 102 * VBR contains zero from ROM. Exceptions will continue to vector 124 movc %a0,%vbr 335 movc %d0,%vbr 870 movc %a1,%vbr | reset Vector Base Register
|
| /src/sys/arch/luna68k/luna68k/ |
| locore.s | 703 * Basically we just turn off the MMU, restore the initial %vbr 734 movc %d3,%vbr | monitor %vbr
|
| /src/sys/arch/news68k/news68k/ |
| locore.s | 102 * The bootstrap loader loads us in starting at 0, and VBR is non-zero. 133 movc %vbr,%a0 781 * Basically we just turn off the MMU, restore the PROM's initial VBR 797 movl _C_LABEL(saved_vbr),%d3 | Fetch original VBR value 801 movc %d3,%vbr | Restore monitor's VBR
|
| /src/sys/arch/atari/atari/ |
| locore.s | 957 movc %a0,%vbr 1182 movc %a0,%vbr
|
| /src/sys/arch/next68k/next68k/ |
| locore.s | 802 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 | 254 movc %d0,%vbr
|