| /rk3399_rockchip-uboot/arch/x86/lib/ |
| H A D | acpi_s3.c | 15 static void asmlinkage (*acpi_do_wakeup)(void *vector) = (void *)WAKEUP_BASE; 17 static void acpi_jump_to_wakeup(void *vector) in acpi_jump_to_wakeup() argument 22 printf("Jumping to OS waking vector %p\n", vector); in acpi_jump_to_wakeup() 23 acpi_do_wakeup(vector); in acpi_jump_to_wakeup()
|
| H A D | bios.h | 69 uint32_t vector; member
|
| H A D | bios.c | 69 .vector = M.x86.intno, in int_exception_handler() 77 debug("Oops, exception %d while executing option rom\n", regs->vector); in int_exception_handler()
|
| /rk3399_rockchip-uboot/arch/m68k/lib/ |
| H A D | traps.c | 22 printf ("Vector Number: %d Format: %02x Fault Status: %01x\n\n", (fp->vector & 0x3fc) >> 2, in show_frame() 23 fp->format, (fp->vector & 0x3) | ((fp->vector & 0xc00) >> 8)); in show_frame()
|
| H A D | interrupts.c | 90 vec = (fp->vector >> 2) & 0xff; in int_handler()
|
| /rk3399_rockchip-uboot/board/nvidia/nyan-big/ |
| H A D | nyan-big.c | 40 static const int vector[] = {TEGRA_GPIO(Q, 3), TEGRA_GPIO(T, 1), in tegra_board_id() local 44 gpio_claim_vector(vector, "board_id%d"); in tegra_board_id() 45 return gpio_get_values_as_int(vector); in tegra_board_id()
|
| /rk3399_rockchip-uboot/arch/m68k/include/asm/ |
| H A D | ptrace.h | 32 unsigned vector:12; /* vector offset */ member
|
| /rk3399_rockchip-uboot/drivers/gpio/ |
| H A D | gpio-uclass.c | 734 unsigned vector = 0; in gpio_get_values_as_int() local 743 vector |= bitmask; in gpio_get_values_as_int() 747 return vector; in gpio_get_values_as_int() 753 unsigned vector = 0; in dm_gpio_get_values_as_int() local 761 vector |= bitmask; in dm_gpio_get_values_as_int() 765 return vector; in dm_gpio_get_values_as_int()
|
| /rk3399_rockchip-uboot/arch/arm/mach-tegra/ |
| H A D | psci.S | 47 @ lock reset vector for non-secure
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.mpc85xx | 9 exception vector (IVPR + IVOR15). 13 mapping to a valid opcode at the debug exception vector, even if we normally
|
| H A D | README.atmel_pmecc | 48 The mkimage image type atmelimage also set the 6'th interrupt vector to the
|
| H A D | README.m68k | 96 initial vector table and basic processor initialization will not
|
| H A D | README.x86 | 23 U-Boot also supports booting directly from x86 reset vector, without coreboot. 1092 When everything is done, U-Boot finds out the wakeup vector provided by OSes
|
| /rk3399_rockchip-uboot/arch/xtensa/cpu/ |
| H A D | u-boot.lds | 19 * The reset vector is usually near the base of SYSROM and has room
|
| /rk3399_rockchip-uboot/drivers/tpm/ |
| H A D | tpm_tis_lpc.c | 43 u8 vector; member
|
| /rk3399_rockchip-uboot/board/cadence/xtfpga/ |
| H A D | README | 58 reset vector resides) to either SRAM (off, 0, down) or Flash
|
| /rk3399_rockchip-uboot/arch/x86/ |
| H A D | Kconfig | 13 runs directly from the reset vector (via 16-bit start-up). 160 # The 16-bit init refers to the reset vector and the small amount of code to 632 is done, U-Boot needs to find out the wakeup vector provided by OSes
|
| /rk3399_rockchip-uboot/arch/mips/ |
| H A D | Kconfig | 220 CPU reset exception vector (e.g. U-Boot as ROM loader in Qemu,
|
| /rk3399_rockchip-uboot/arch/nds32/cpu/n1213/ |
| H A D | start.S | 34 #define EIT_IVB $ir3 ! intr vector base address
|
| /rk3399_rockchip-uboot/ |
| H A D | README | 3575 If defined, the x86 reset vector code is included. This is not 5063 Info data; also, the exception vector code is copied to the low RAM
|