/openbmc/u-boot/common/ |
H A D | board_r.c | 59 __weak int board_flash_wp_on(void) in board_flash_wp_on() argument 69 __weak void cpu_secondary_init_r(void) in cpu_secondary_init_r() argument 73 static int initr_secondary_cpu(void) in initr_secondary_cpu() argument 87 static int initr_trace(void) in initr_trace() argument 96 static int initr_reloc(void) in initr_reloc() argument 109 static int initr_caches(void) in initr_caches() argument 117 __weak int fixup_cpu(void) in fixup_cpu() argument 122 static int initr_reloc_global_data(void) in initr_reloc_global_data() argument 166 static int initr_serial(void) in initr_serial() argument 173 static int initr_trap(void) in initr_trap() argument [all …]
|
H A D | board_f.c | 71 __weak void coloured_LED_init(void) {} in coloured_LED_init() argument 72 __weak void red_led_on(void) {} in red_led_on() argument 73 __weak void red_led_off(void) {} in red_led_off() argument 74 __weak void green_led_on(void) {} in green_led_on() argument 75 __weak void green_led_off(void) {} in green_led_off() argument 76 __weak void yellow_led_on(void) {} in yellow_led_on() argument 77 __weak void yellow_led_off(void) {} in yellow_led_off() argument 78 __weak void blue_led_on(void) {} in blue_led_on() argument 79 __weak void blue_led_off(void) {} in blue_led_off() argument 93 static int init_func_watchdog_init(void) in init_func_watchdog_init() argument [all …]
|
/openbmc/qemu/tests/qtest/ |
H A D | aspeed_hace-test.c | 42 static void test_md5_ast1030(void) in test_md5_ast1030() argument 47 static void test_sha256_ast1030(void) in test_sha256_ast1030() argument 52 static void test_sha256_sg_ast1030(void) in test_sha256_sg_ast1030() argument 57 static void test_sha384_ast1030(void) in test_sha384_ast1030() argument 62 static void test_sha384_sg_ast1030(void) in test_sha384_sg_ast1030() argument 67 static void test_sha512_ast1030(void) in test_sha512_ast1030() argument 72 static void test_sha512_sg_ast1030(void) in test_sha512_sg_ast1030() argument 77 static void test_sha256_accum_ast1030(void) in test_sha256_accum_ast1030() argument 82 static void test_sha384_accum_ast1030(void) in test_sha384_accum_ast1030() argument 87 static void test_sha512_accum_ast1030(void) in test_sha512_accum_ast1030() argument [all …]
|
H A D | ast2700-hace-test.c | 24 static void test_md5_ast2700(void) in test_md5_ast2700() argument 29 static void test_sha256_ast2700(void) in test_sha256_ast2700() argument 34 static void test_sha256_sg_ast2700(void) in test_sha256_sg_ast2700() argument 39 static void test_sha384_ast2700(void) in test_sha384_ast2700() argument 44 static void test_sha384_sg_ast2700(void) in test_sha384_sg_ast2700() argument 49 static void test_sha512_ast2700(void) in test_sha512_ast2700() argument 54 static void test_sha512_sg_ast2700(void) in test_sha512_sg_ast2700() argument 59 static void test_sha256_accum_ast2700(void) in test_sha256_accum_ast2700() argument 64 static void test_sha384_accum_ast2700(void) in test_sha384_accum_ast2700() argument 69 static void test_sha512_accum_ast2700(void) in test_sha512_accum_ast2700() argument [all …]
|
/openbmc/u-boot/arch/arm/mach-tegra/ |
H A D | board2.c | 43 __weak void pinmux_init(void) {} in pinmux_init() argument 44 __weak void pin_mux_usb(void) {} in pin_mux_usb() argument 45 __weak void pin_mux_spi(void) {} in pin_mux_spi() argument 46 __weak void pin_mux_mmc(void) {} in pin_mux_mmc() argument 47 __weak void gpio_early_init_uart(void) {} in gpio_early_init_uart() argument 48 __weak void pin_mux_display(void) {} in pin_mux_display() argument 49 __weak void start_cpu_fan(void) {} in start_cpu_fan() argument 52 __weak void pin_mux_nand(void) in pin_mux_nand() argument 62 static void power_det_init(void) in power_det_init() argument 73 __weak int tegra_board_id(void) in tegra_board_id() argument [all …]
|
/openbmc/u-boot/arch/x86/cpu/quark/ |
H A D | quark.c | 19 static void quark_setup_mtrr(void) in quark_setup_mtrr() argument 68 static void quark_setup_bars(void) in quark_setup_bars() argument 105 static void quark_pcie_early_init(void) in quark_pcie_early_init() argument 146 static void quark_usb_early_init(void) in quark_usb_early_init() argument 168 static void quark_thermal_early_init(void) in quark_thermal_early_init() argument 205 static void quark_enable_legacy_seg(void) in quark_enable_legacy_seg() argument 211 int arch_cpu_init(void) in arch_cpu_init() argument 246 int arch_cpu_init_dm(void) in arch_cpu_init_dm() argument 262 int checkcpu(void) in checkcpu() argument 267 int print_cpuinfo(void) in print_cpuinfo() argument [all …]
|
/openbmc/qemu/tests/unit/ |
H A D | test-seccomp.c | 31 int errnum, int (*doit)(void)) in test_seccomp_helper() 70 static void test_seccomp_killed(const char *args, int (*doit)(void)) in test_seccomp_killed() 75 static void test_seccomp_errno(const char *args, int errnum, int (*doit)(void)) in test_seccomp_errno() 80 static void test_seccomp_passed(const char *args, int (*doit)(void)) in test_seccomp_passed() 86 static int doit_sys_fork(void) in doit_sys_fork() argument 98 static void test_seccomp_sys_fork_on_nospawn(void) in test_seccomp_sys_fork_on_nospawn() argument 103 static void test_seccomp_sys_fork_on(void) in test_seccomp_sys_fork_on() argument 108 static void test_seccomp_sys_fork_off(void) in test_seccomp_sys_fork_off() argument 114 static int doit_fork(void) in doit_fork() argument 126 static void test_seccomp_fork_on_nospawn(void) in test_seccomp_fork_on_nospawn() argument [all …]
|
/openbmc/u-boot/arch/mips/mach-ath79/include/mach/ |
H A D | ath79.h | 39 static inline int soc_is_ar71xx(void) in soc_is_ar71xx() argument 46 static inline int soc_is_ar724x(void) in soc_is_ar724x() argument 53 static inline int soc_is_ar7240(void) in soc_is_ar7240() argument 58 static inline int soc_is_ar7241(void) in soc_is_ar7241() argument 63 static inline int soc_is_ar7242(void) in soc_is_ar7242() argument 68 static inline int soc_is_ar913x(void) in soc_is_ar913x() argument 74 static inline int soc_is_ar933x(void) in soc_is_ar933x() argument 80 static inline int soc_is_ar9341(void) in soc_is_ar9341() argument 85 static inline int soc_is_ar9342(void) in soc_is_ar9342() argument 90 static inline int soc_is_ar9344(void) in soc_is_ar9344() argument [all …]
|
/openbmc/u-boot/board/xilinx/zynqmp/zynqmp-zcu106-revA/ |
H A D | psu_init_gpl.c | 9 static unsigned long psu_pll_init_data(void) in psu_pll_init_data() argument 56 static unsigned long psu_clock_init_data(void) in psu_clock_init_data() argument 104 static unsigned long psu_ddr_init_data(void) in psu_ddr_init_data() argument 341 static unsigned long psu_mio_init_data(void) in psu_mio_init_data() argument 447 static unsigned long psu_peripherals_init_data(void) in psu_peripherals_init_data() argument 484 static unsigned long psu_serdes_init_data(void) in psu_serdes_init_data() argument 605 static unsigned long psu_resetout_init_data(void) in psu_resetout_init_data() argument 632 static unsigned long psu_resetin_init_data(void) in psu_resetin_init_data() argument 644 static unsigned long psu_ddr_phybringup_data(void) in psu_ddr_phybringup_data() argument 701 static int serdes_fixcal_code(void) in serdes_fixcal_code() argument [all …]
|
/openbmc/u-boot/board/ti/am335x/ |
H A D | board.h | 26 static inline int board_is_bone(void) in board_is_bone() argument 31 static inline int board_is_bone_lt(void) in board_is_bone_lt() argument 36 static inline int board_is_pb(void) in board_is_pb() argument 41 static inline int board_is_bbg1(void) in board_is_bbg1() argument 46 static inline int board_is_bben(void) in board_is_bben() argument 51 static inline int board_is_beaglebonex(void) in board_is_beaglebonex() argument 57 static inline int board_is_evm_sk(void) in board_is_evm_sk() argument 62 static inline int board_is_idk(void) in board_is_idk() argument 67 static inline int board_is_gp_evm(void) in board_is_gp_evm() argument 72 static inline int board_is_evm_15_or_later(void) in board_is_evm_15_or_later() argument [all …]
|
/openbmc/u-boot/board/atmel/sama5d4_xplained/ |
H A D | sama5d4_xplained.c | 23 static void sama5d4_xplained_nand_hw_init(void) in sama5d4_xplained_nand_hw_init() argument 66 static void sama5d4_xplained_usb_hw_init(void) in sama5d4_xplained_usb_hw_init() argument 74 int board_late_init(void) in board_late_init() argument 85 static void sama5d4_xplained_serial3_hw_init(void) in sama5d4_xplained_serial3_hw_init() argument 94 void board_debug_uart_init(void) in board_debug_uart_init() argument 101 int board_early_init_f(void) in board_early_init_f() argument 113 int misc_init_r(void) in misc_init_r() argument 122 int board_init(void) in board_init() argument 137 int dram_init(void) in dram_init() argument 146 void spl_board_init(void) in spl_board_init() argument [all …]
|
/openbmc/u-boot/board/xilinx/zynqmp/zynqmp-zcu102-revA/ |
H A D | psu_init_gpl.c | 9 static unsigned long psu_pll_init_data(void) in psu_pll_init_data() argument 60 static unsigned long psu_clock_init_data(void) in psu_clock_init_data() argument 109 static unsigned long psu_ddr_init_data(void) in psu_ddr_init_data() argument 362 static unsigned long psu_mio_init_data(void) in psu_mio_init_data() argument 468 static unsigned long psu_peripherals_init_data(void) in psu_peripherals_init_data() argument 507 static unsigned long psu_serdes_init_data(void) in psu_serdes_init_data() argument 612 static unsigned long psu_resetout_init_data(void) in psu_resetout_init_data() argument 638 static unsigned long psu_resetin_init_data(void) in psu_resetin_init_data() argument 650 static unsigned long psu_ddr_phybringup_data(void) in psu_ddr_phybringup_data() argument 725 static int serdes_fixcal_code(void) in serdes_fixcal_code() argument [all …]
|
/openbmc/u-boot/arch/arm/cpu/arm926ejs/spear/ |
H A D | spear600.c | 14 void spear_late_init(void) in spear_late_init() argument 29 static void sel_1v8(void) in sel_1v8() argument 48 static void sel_2v5(void) in sel_2v5() argument 70 void plat_ddr_init(void) in plat_ddr_init() argument 126 static u32 read_bootstrap(void) in read_bootstrap() argument 132 int snor_boot_selected(void) in snor_boot_selected() argument 154 int nand_boot_selected(void) in nand_boot_selected() argument 172 int pnor_boot_selected(void) in pnor_boot_selected() argument 178 int usb_boot_selected(void) in usb_boot_selected() argument 191 int tftp_boot_selected(void) in tftp_boot_selected() argument [all …]
|
/openbmc/u-boot/board/atmel/sama5d3_xplained/ |
H A D | sama5d3_xplained.c | 24 void sama5d3_xplained_nand_hw_init(void) in sama5d3_xplained_nand_hw_init() argument 56 static void sama5d3_xplained_usb_hw_init(void) in sama5d3_xplained_usb_hw_init() argument 64 static void sama5d3_xplained_mci0_hw_init(void) in sama5d3_xplained_mci0_hw_init() argument 71 void board_debug_uart_init(void) in board_debug_uart_init() argument 78 int board_late_init(void) in board_late_init() argument 86 int board_early_init_f(void) in board_early_init_f() argument 95 int board_init(void) in board_init() argument 112 int dram_init(void) in dram_init() argument 122 void spl_board_init(void) in spl_board_init() argument 172 void mem_init(void) in mem_init() argument [all …]
|
/openbmc/u-boot/board/bosch/shc/ |
H A D | board.c | 47 static int read_eeprom(void) in read_eeprom() argument 73 static void shc_request_gpio(void) in shc_request_gpio() argument 104 static void __maybe_unused force_modules_running(void) in force_modules_running() argument 136 static void __maybe_unused force_modules_reset(void) in force_modules_reset() argument 162 static void __maybe_unused leds_set_booting(void) in leds_set_booting() argument 216 static void leds_set_finish(void) in leds_set_finish() argument 241 static void check_button_status(void) in check_button_status() argument 255 int spl_start_uboot(void) in spl_start_uboot() argument 261 static void shc_board_early_init(void) in shc_board_early_init() argument 286 const struct dpll_params *get_dpll_ddr_params(void) in get_dpll_ddr_params() argument [all …]
|
/openbmc/u-boot/board/atmel/at91sam9m10g45ek/ |
H A D | at91sam9m10g45ek.c | 30 void at91sam9m10g45ek_nand_hw_init(void) in at91sam9m10g45ek_nand_hw_init() argument 74 void at91_spl_board_init(void) in at91_spl_board_init() argument 125 void mem_init(void) in mem_init() argument 139 static void at91sam9m10g45ek_usb_hw_init(void) in at91sam9m10g45ek_usb_hw_init() argument 168 void lcd_enable(void) in lcd_enable() argument 173 void lcd_disable(void) in lcd_disable() argument 178 static void at91sam9m10g45ek_lcd_hw_init(void) in at91sam9m10g45ek_lcd_hw_init() argument 220 void lcd_show_board_info(void) in lcd_show_board_info() argument 247 void board_debug_uart_init(void) in board_debug_uart_init() argument 254 int board_early_init_f(void) in board_early_init_f() argument [all …]
|
/openbmc/qemu/migration/ |
H A D | options.c | 209 bool migrate_auto_converge(void) in migrate_auto_converge() argument 216 bool migrate_send_switchover_start(void) in migrate_send_switchover_start() argument 223 bool migrate_background_snapshot(void) in migrate_background_snapshot() argument 230 bool migrate_colo(void) in migrate_colo() argument 237 bool migrate_dirty_bitmaps(void) in migrate_dirty_bitmaps() argument 244 bool migrate_dirty_limit(void) in migrate_dirty_limit() argument 251 bool migrate_events(void) in migrate_events() argument 258 bool migrate_mapped_ram(void) in migrate_mapped_ram() argument 265 bool migrate_ignore_shared(void) in migrate_ignore_shared() argument 272 bool migrate_late_block_activate(void) in migrate_late_block_activate() argument [all …]
|
/openbmc/u-boot/board/freescale/s32v234evb/ |
H A D | s32v234evb.c | 20 void setup_iomux_ddr(void) in setup_iomux_ddr() argument 27 void ddr_phy_init(void) in ddr_phy_init() argument 31 void ddr_ctrl_init(void) in ddr_ctrl_init() argument 37 int dram_init(void) in dram_init() argument 48 static void setup_iomux_uart(void) in setup_iomux_uart() argument 63 static void setup_iomux_enet(void) in setup_iomux_enet() argument 67 static void setup_iomux_i2c(void) in setup_iomux_i2c() argument 72 void setup_iomux_nfc(void) in setup_iomux_nfc() argument 138 static void mscm_init(void) in mscm_init() argument 155 int board_early_init_f(void) in board_early_init_f() argument [all …]
|
/openbmc/u-boot/board/xilinx/zynqmp/zynqmp-zc1275-revB/ |
H A D | psu_init_gpl.c | 9 static unsigned long psu_pll_init_data(void) in psu_pll_init_data() argument 55 static unsigned long psu_clock_init_data(void) in psu_clock_init_data() argument 92 static unsigned long psu_ddr_init_data(void) in psu_ddr_init_data() argument 359 static unsigned long psu_mio_init_data(void) in psu_mio_init_data() argument 406 static unsigned long psu_peripherals_pre_init_data(void) in psu_peripherals_pre_init_data() argument 413 static unsigned long psu_peripherals_init_data(void) in psu_peripherals_init_data() argument 445 static unsigned long psu_afi_config(void) in psu_afi_config() argument 454 static unsigned long psu_ddr_phybringup_data(void) in psu_ddr_phybringup_data() argument 499 static void init_peripheral(void) in init_peripheral() argument 504 int psu_init(void) in psu_init() argument
|
/openbmc/u-boot/board/atmel/sama5d4ek/ |
H A D | sama5d4ek.c | 21 static void sama5d4ek_nand_hw_init(void) in sama5d4ek_nand_hw_init() argument 64 static void sama5d4ek_usb_hw_init(void) in sama5d4ek_usb_hw_init() argument 73 int board_late_init(void) in board_late_init() argument 83 static void sama5d4ek_serial3_hw_init(void) in sama5d4ek_serial3_hw_init() argument 92 void board_debug_uart_init(void) in board_debug_uart_init() argument 99 int board_early_init_f(void) in board_early_init_f() argument 108 int board_init(void) in board_init() argument 123 int dram_init(void) in dram_init() argument 132 void spl_board_init(void) in spl_board_init() argument 173 void mem_init(void) in mem_init() argument [all …]
|
/openbmc/u-boot/board/atmel/sama5d3xek/ |
H A D | sama5d3xek.c | 30 void sama5d3xek_nand_hw_init(void) in sama5d3xek_nand_hw_init() argument 62 static void sama5d3xek_nor_hw_init(void) in sama5d3xek_nor_hw_init() argument 117 static void sama5d3xek_usb_hw_init(void) in sama5d3xek_usb_hw_init() argument 126 static void sama5d3xek_mci_hw_init(void) in sama5d3xek_mci_hw_init() argument 133 void board_debug_uart_init(void) in board_debug_uart_init() argument 140 int board_early_init_f(void) in board_early_init_f() argument 149 int board_init(void) in board_init() argument 169 int dram_init(void) in dram_init() argument 177 int board_late_init(void) in board_late_init() argument 200 void spl_board_init(void) in spl_board_init() argument [all …]
|
/openbmc/u-boot/board/xilinx/zynqmp/zynqmp-zcu100-revC/ |
H A D | psu_init_gpl.c | 9 static unsigned long psu_pll_init_data(void) in psu_pll_init_data() argument 60 static unsigned long psu_clock_init_data(void) in psu_clock_init_data() argument 107 static unsigned long psu_ddr_init_data(void) in psu_ddr_init_data() argument 357 static unsigned long psu_ddr_qos_init_data(void) in psu_ddr_qos_init_data() argument 376 static unsigned long psu_mio_init_data(void) in psu_mio_init_data() argument 482 static unsigned long psu_peripherals_init_data(void) in psu_peripherals_init_data() argument 521 static unsigned long psu_serdes_init_data(void) in psu_serdes_init_data() argument 635 static unsigned long psu_resetout_init_data(void) in psu_resetout_init_data() argument 664 static unsigned long psu_resetin_init_data(void) in psu_resetin_init_data() argument 675 static unsigned long psu_afi_config(void) in psu_afi_config() argument [all …]
|
/openbmc/u-boot/board/atmel/sama5d2_ptc_ek/ |
H A D | sama5d2_ptc_ek.c | 28 static void board_nand_hw_init(void) in board_nand_hw_init() argument 71 int board_late_init(void) in board_late_init() argument 78 static void board_usb_hw_init(void) in board_usb_hw_init() argument 84 static void board_uart0_hw_init(void) in board_uart0_hw_init() argument 92 void board_debug_uart_init(void) in board_debug_uart_init() argument 99 int board_early_init_f(void) in board_early_init_f() argument 108 int board_init(void) in board_init() argument 122 int dram_init(void) in dram_init() argument 132 int misc_init_r(void) in misc_init_r() argument
|
/openbmc/u-boot/board/atmel/sama5d27_som1_ek/ |
H A D | sama5d27_som1_ek.c | 22 static void board_usb_hw_init(void) in board_usb_hw_init() argument 28 int board_late_init(void) in board_late_init() argument 39 static void board_uart1_hw_init(void) in board_uart1_hw_init() argument 47 void board_debug_uart_init(void) in board_debug_uart_init() argument 54 int board_early_init_f(void) in board_early_init_f() argument 64 int board_init(void) in board_init() argument 76 int dram_init(void) in dram_init() argument 86 int misc_init_r(void) in misc_init_r() argument 97 void spl_board_init(void) in spl_board_init() argument 137 void mem_init(void) in mem_init() argument [all …]
|
/openbmc/u-boot/board/xilinx/zynqmp/zynqmp-zcu102-rev1.0/ |
H A D | psu_init_gpl.c | 9 static unsigned long psu_pll_init_data(void) in psu_pll_init_data() argument 57 static unsigned long psu_clock_init_data(void) in psu_clock_init_data() argument 106 static unsigned long psu_ddr_init_data(void) in psu_ddr_init_data() argument 356 static unsigned long psu_mio_init_data(void) in psu_mio_init_data() argument 462 static unsigned long psu_peripherals_init_data(void) in psu_peripherals_init_data() argument 507 static unsigned long psu_serdes_init_data(void) in psu_serdes_init_data() argument 633 static unsigned long psu_resetout_init_data(void) in psu_resetout_init_data() argument 707 static unsigned long psu_resetin_init_data(void) in psu_resetin_init_data() argument 720 static unsigned long psu_afi_config(void) in psu_afi_config() argument 725 static unsigned long psu_ddr_phybringup_data(void) in psu_ddr_phybringup_data() argument [all …]
|