Home
last modified time | relevance | path

Searched refs:vector (Results 1 – 25 of 35) sorted by relevance

12

/u-boot/arch/x86/lib/
A Dacpi_s3.c16 static void asmlinkage (*acpi_do_wakeup)(void *vector) = (void *)WAKEUP_BASE;
18 static void acpi_jump_to_wakeup(void *vector) in acpi_jump_to_wakeup() argument
23 printf("Jumping to OS waking vector %p\n", vector); in acpi_jump_to_wakeup()
24 acpi_do_wakeup(vector); in acpi_jump_to_wakeup()
A Dbios.h68 uint32_t vector; member
A Dbios.c71 .vector = M.x86.intno, in int_exception_handler()
79 debug("Oops, exception %d while executing option rom\n", regs->vector); in int_exception_handler()
/u-boot/arch/m68k/lib/
A Dtraps.c23 printf ("Vector Number: %d Format: %02x Fault Status: %01x\n\n", (fp->vector & 0x3fc) >> 2, in show_frame()
24 fp->format, (fp->vector & 0x3) | ((fp->vector & 0xc00) >> 8)); in show_frame()
A Dinterrupts.c91 vec = (fp->vector >> 2) & 0xff; in int_handler()
/u-boot/include/
A Dandroid_bootloader_message.h217 bool write_bootloader_message(const std::vector<std::string>& options, std::string* err);
221 bool write_bootloader_message_to(const std::vector<std::string>& options,
226 bool update_bootloader_message(const std::vector<std::string>& options, std::string* err);
231 const std::vector<std::string>& options);
/u-boot/board/nvidia/nyan-big/
A Dnyan-big.c41 static const int vector[] = {TEGRA_GPIO(Q, 3), TEGRA_GPIO(T, 1), in tegra_board_id() local
45 gpio_claim_vector(vector, "board_id%d"); in tegra_board_id()
46 return gpio_get_values_as_int(vector); in tegra_board_id()
/u-boot/drivers/ddr/marvell/a38x/
A Dddr3_training_bist.c246 u8 *vector; member
256 static int interval_init(u8 *vector, u8 lendpnt, u8 rendpnt, in interval_init() argument
264 if (vector == NULL) { in interval_init()
268 intrvl->vector = vector; in interval_init()
320 if (intrvl->vector[curr] == PASS) in interval_proc()
342 if (intrvl->vector[curr % intrvl->size] == PASS) { /* pass at rmarker */ in interval_proc()
349 (intrvl->vector[curr % intrvl->size] == PASS)) in interval_proc()
364 (intrvl->vector[curr % intrvl->size] == FAIL)) in interval_proc()
381 (intrvl->vector[curr % intrvl->size] == PASS)) in interval_proc()
/u-boot/arch/m68k/include/asm/
A Dptrace.h30 unsigned vector:12; /* vector offset */ member
/u-boot/arch/mips/
A DKconfig275 CPU reset exception vector (e.g. U-Boot as ROM loader in Qemu,
355 bool "Restore exception vector base before booting linux kernel"
358 In U-Boot the exception vector base will be moved to top of memory,
361 A modified exception vector base will cause kernel crash.
363 This option will restore the exception vector base to its previous
369 bool "Override the exception vector base to be restored"
373 Enable this option if you want to use a different exception vector
377 hex "New exception vector base"
382 The exception vector base to be restored before booting linux kernel
/u-boot/arch/arm/mach-tegra/
A Dpsci.S46 @ lock reset vector for non-secure
/u-boot/drivers/gpio/
A Dgpio-uclass.c918 unsigned vector = 0; in gpio_get_values_as_int() local
927 vector |= bitmask; in gpio_get_values_as_int()
931 return vector; in gpio_get_values_as_int()
937 unsigned vector = 0; in dm_gpio_get_values_as_int() local
945 vector |= bitmask; in dm_gpio_get_values_as_int()
949 return vector; in dm_gpio_get_values_as_int()
/u-boot/doc/
A DREADME.mpc85xx9 exception vector (IVPR + IVOR15).
13 mapping to a valid opcode at the debug exception vector, even if we normally
A DREADME.atmel_pmecc48 The mkimage image type atmelimage also set the 6'th interrupt vector to the
/u-boot/board/freescale/p1_p2_rdb_pc/
A DREADME59 3. CONFIG_MPC85XX_HAVE_RESET_VECTOR if reset vector is located at
/u-boot/doc/board/intel/
A Dslimbootloader.rst15 architecture to cover from reset vector to OS booting and it consumes
18 * Stage1A: Reset vector, CAR init with FSP-T
/u-boot/arch/xtensa/cpu/
A Du-boot.lds18 * The reset vector is usually near the base of SYSROM and has room
/u-boot/board/freescale/p2041rdb/
A DREADME100 3. CONFIG_MPC85XX_HAVE_RESET_VECTOR if reset vector is located at
/u-boot/doc/board/toradex/
A Dcolibri_imx7.rst31 * **Image vector table** (IVT) for BootROM
/u-boot/drivers/tpm/
A Dtpm_tis_lpc.c44 u8 vector; member
/u-boot/doc/arch/
A Dm68k.rst97 initial vector table and basic processor initialization will not
/u-boot/doc/imx/habv4/guides/
A Dmx6_mx7_spl_secure_boot.txt29 access to the HAB APIs exposed by the ROM vector table, the support is
/u-boot/board/cadence/xtfpga/
A DREADME58 reset vector resides) to either SRAM (off, 0, down) or Flash
/u-boot/arch/arm/cpu/armv8/
A DKconfig8 The default exception vector table is only used for the crash
/u-boot/arch/nds32/cpu/n1213/
A Dstart.S33 #define EIT_IVB $ir3 ! intr vector base address

Completed in 22 milliseconds

12