Searched refs:boot (Results 151 - 167 of 167) sorted by relevance

1234567

/linux-master/drivers/cpufreq/
H A DKconfig.x86121 You need to specify the processor maximum speed as boot
/linux-master/drivers/net/wireless/ti/wl18xx/
H A Dmain.c22 #include "../wlcore/boot.h"
1472 return wl->ops->boot(wl);
1706 .boot = wl18xx_boot,
/linux-master/arch/sparc/kernel/
H A Dhead_32.S3 * head.S: The initial boot code for the Sparc port of Linux.
73 /* This stuff has to be in sync with SILO and other potential boot loaders
101 * memory. The Solaris /boot elf format bootloader
105 * Some boot loaders don't place the jmp'rs address
282 * boot loaders and the PROM (thank you for the debugging
359 /* Acquire boot time privileged register values, this will help debugging.
429 sethi %hi(boot_cpu_id), %g2 ! boot-cpu index
441 /* Update boot_cpu_id only on boot cpu */
784 /* We calculate the following at boot time, window fills/spills and trap entry
/linux-master/drivers/firmware/efi/libstub/
H A Dx86-stub.c17 #include <asm/boot.h>
314 * Enable unaccepted memory before calling exit boot services in order
465 * Because the x86 boot code expects to be passed a boot_params we
735 /* Might as well exit boot services now */
933 * If the boot loader gave us a value for secure_boot then we use that,
/linux-master/drivers/accel/ivpu/
H A Divpu_hw_37xx.c93 vdev->timeout.boot = 1000;
557 vdev->fw->entry_point == vdev->fw->cold_boot_entry_point ? "cold boot" : "resume");
/linux-master/drivers/scsi/mpi3mr/mpi/
H A Dmpi30_ioc.h682 __le32 boot; member in struct:mpi3_pel_seq
/linux-master/drivers/usb/atm/
H A Dueagle-atm.c975 static void __uea_load_page_e4(struct uea_softc *sc, u8 pageno, int boot) argument
983 bi.bBootPage = boot;
1796 /* Start boot post firmware modem:
1822 /* tell the modem that we want to boot in IDMA mode */
/linux-master/drivers/thunderbolt/
H A Dswitch.c1116 * for example the boot firmware.
1861 return sysfs_emit(buf, "%u\n", sw->boot);
1863 static DEVICE_ATTR_RO(boot);
H A Dtb.c222 * the link was setup by us or the boot firmware so we don't
1294 * the boot firmware.
1630 parent->boot = true;
2790 * boot firmware, mark it as authorized now before we
2793 if (sw->boot)
2862 /* Find out tunnels created by the boot firmware */
2864 /* Add DP resources from the DP tunnels created by the boot firmware */
2869 * If the boot firmware did not create USB 3.x tunnels create them
2951 * If we get here from suspend to disk the boot firmware or the
H A Dtb.h142 * @boot: Whether the switch was already authorized on boot or not
196 bool boot; member in struct:tb_switch
479 * @get_boot_acl: Get boot ACL list
480 * @set_boot_acl: Set boot ACL list
/linux-master/include/linux/mlx5/
H A Ddriver.h1066 int mlx5_satisfy_startup_pages(struct mlx5_core_dev *dev, int boot);
/linux-master/tools/testing/selftests/bpf/
H A DMakefile190 /boot/vmlinux-$(shell uname -r)
/linux-master/drivers/platform/x86/
H A Dasus-wmi.c951 u32 flags, cmd, boot, awake, sleep, keyboard;
954 if (sscanf(buf, "%d %d %d %d %d", &cmd, &boot, &awake, &sleep, &keyboard) != 5)
961 if (boot)
984 return sysfs_emit(buf, "%s\n", "cmd boot awake sleep keyboard");
2258 pr_warn("Failed to set boot sound: %d\n", err);
2263 pr_warn("Failed to set panel boot sound (result): 0x%x\n", result);
4107 /* default to an acceptable min brightness on boot if too low */
941 u32 flags, cmd, boot, awake, sleep, keyboard; local
/linux-master/kernel/time/
H A Dtimekeeping.c92 * during early boot when clocksources are not available. local_clock()
506 * ktime_get_boot_fast_ns - NMI safe and fast access to boot clock.
509 * separate timekeeper with updates to monotonic clock and boot offset
512 * (1) Its possible that a timestamp be taken after the boot offset is updated
513 * but before the timekeeper is updated. If this happens, the new boot offset
522 * (2) On 32-bit systems, the 64-bit boot offset (tk->offs_boot) may be
592 * be avoided by expanding struct tk_read_base with boot offset for 32bit
605 * update boot offset
606 * boot = mono + bootoffset;
608 * That means that boot tim
[all...]
/linux-master/tools/perf/
H A DMakefile.perf1128 /boot/vmlinux-$(shell uname -r)
/linux-master/drivers/net/wireless/intel/iwlegacy/
H A D4965-mac.c4689 const void *inst, *data, *init, *init_data, *boot; member in struct:il4965_firmware_pieces
4741 pieces->boot = src;
4831 D_INFO("f/w package hdr boot inst size = %zd\n", pieces.boot_size);
4859 IL_ERR("uCode boot instr len %zd too large to fit in\n",
4942 D_INFO("Copying (but not loading) boot instr len %zd\n",
4944 memcpy(il->ucode_boot.v_addr, pieces.boot, pieces.boot_size);
/linux-master/drivers/net/wireless/ti/wlcore/
H A Dmain.c1141 wl1271_error("firmware boot in PLT mode failed despite %d retries",
1891 * after boot, and without the proper MAC address, the firmware
2309 ret = wl->ops->boot(wl);
2338 wl1271_error("firmware boot failed despite %d retries",

Completed in 437 milliseconds

1234567