Home
last modified time | relevance | path

Searched refs:early (Results 1 – 25 of 321) sorted by relevance

12345678910>>...13

/linux-6.1.9/arch/arm64/mm/
Dkasan_init.c63 bool early) in kasan_pte_offset() argument
66 phys_addr_t pte_phys = early ? in kasan_pte_offset()
72 return early ? pte_offset_kimg(pmdp, addr) in kasan_pte_offset()
77 bool early) in kasan_pmd_offset() argument
80 phys_addr_t pmd_phys = early ? in kasan_pmd_offset()
86 return early ? pmd_offset_kimg(pudp, addr) : pmd_offset(pudp, addr); in kasan_pmd_offset()
90 bool early) in kasan_pud_offset() argument
93 phys_addr_t pud_phys = early ? in kasan_pud_offset()
99 return early ? pud_offset_kimg(p4dp, addr) : pud_offset(p4dp, addr); in kasan_pud_offset()
103 unsigned long end, int node, bool early) in kasan_pte_populate() argument
[all …]
/linux-6.1.9/arch/powerpc/
DKconfig.debug103 The cmdline option 'xmon' or 'xmon=early' will drop into xmon
104 very early during boot. 'xmon=on' will just enable the xmon
148 bool "Support for early boot text console (BootX or OpenFirmware only)"
157 Say Y to enable some early debugging facilities that may be available
159 intended to debug problems early during boot, this should not be
162 to be pushed to max automatically very early during boot
168 Use the selected console for early debugging. Careful, if you
176 Select this to enable early debugging for a machine using BootX
183 Select this to enable early debugging for a machine with a HVC
190 Select this to enable early debugging for a machine with a HVSI
[all …]
/linux-6.1.9/arch/riscv/mm/
Dkasan_init.c99 bool early) in kasan_populate_pud() argument
105 if (early) { in kasan_populate_pud()
133 if (early) { in kasan_populate_pud()
155 if (!early) in kasan_populate_pud()
161 bool early) in kasan_populate_p4d() argument
167 if (early) { in kasan_populate_p4d()
191 if (early) { in kasan_populate_p4d()
204 kasan_populate_pud((pgd_t *)p4dp, vaddr, next, early); in kasan_populate_p4d()
213 if (!early) in kasan_populate_p4d()
222 #define kasan_populate_pgd_next(pgdp, vaddr, next, early) \ argument
[all …]
/linux-6.1.9/arch/arm/mm/
Dkasan_init.c39 unsigned long end, bool early) in kasan_pte_populate() argument
50 if (!early) { in kasan_pte_populate()
89 unsigned long end, bool early) in kasan_pmd_populate() argument
101 void *p = early ? kasan_early_shadow_pte : in kasan_pmd_populate()
114 kasan_pte_populate(pmdp, addr, next, early); in kasan_pmd_populate()
119 bool early) in kasan_pgd_populate() argument
133 if (!early && pgd_none(*pgdp)) { in kasan_pgd_populate()
153 kasan_pmd_populate(pudp, addr, next, early); in kasan_pgd_populate()
/linux-6.1.9/Documentation/driver-api/driver-model/
Dplatform.rst177 early during system boot.
191 The early platform interfaces provide platform data to platform device
192 drivers early on during the system boot. The code is built on top of the
193 early_param() command line parsing and can be executed very early on.
195 Example: "earlyprintk" class early serial console in 6 steps
197 1. Registering early platform device data
200 early_platform_add_devices(). In the case of early serial console this
202 at this point will later on be matched against early platform drivers.
208 User specified early platform devices will be registered at this point.
209 For the early serial console case the user can specify port on the
[all …]
/linux-6.1.9/arch/x86/kernel/cpu/microcode/
Damd.c89 static bool verify_container(const u8 *buf, size_t buf_size, bool early) in verify_container() argument
94 if (!early) in verify_container()
102 if (!early) in verify_container()
116 static bool verify_equivalence_table(const u8 *buf, size_t buf_size, bool early) in verify_equivalence_table() argument
121 if (!verify_container(buf, buf_size, early)) in verify_equivalence_table()
126 if (!early) in verify_equivalence_table()
138 if (!early) in verify_equivalence_table()
156 __verify_patch_section(const u8 *buf, size_t buf_size, u32 *sh_psize, bool early) in __verify_patch_section() argument
162 if (!early) in __verify_patch_section()
173 if (!early) in __verify_patch_section()
[all …]
/linux-6.1.9/tools/testing/memblock/linux/
Dinit.h20 int early; member
23 #define __setup_param(str, unique_id, fn, early) \ argument
29 { __setup_str_##unique_id, fn, early }
/linux-6.1.9/arch/nios2/
DKconfig.debug4 bool "Activate early kernel debugging"
9 Enable early printk on console.
11 early before the console code is initialized.
/linux-6.1.9/arch/x86/kernel/
Dmpparse.c193 static int __init smp_read_mpc(struct mpc_table *mpc, unsigned early) in smp_read_mpc() argument
208 if (early) in smp_read_mpc()
434 static int __init check_physptr(struct mpf_intel *mpf, unsigned int early) in check_physptr() argument
446 if (!smp_read_mpc(mpc, early)) { in check_physptr()
457 if (early) in check_physptr()
486 void __init default_get_smp_config(unsigned int early) in default_get_smp_config() argument
496 if (acpi_lapic && early) in default_get_smp_config()
527 if (early) { in default_get_smp_config()
539 if (check_physptr(mpf, early)) in default_get_smp_config()
544 if (!early) in default_get_smp_config()
Dmodule.c229 bool early = me->state == MODULE_STATE_UNFORMED; in apply_relocate_add() local
232 if (!early) { in apply_relocate_add()
240 if (!early) { in apply_relocate_add()
/linux-6.1.9/Documentation/core-api/
Ddebugging-via-ohci1394.rst34 Together with a early initialization of the OHCI-1394 controller for debugging,
36 buffer on to debug early boot problems in areas like ACPI where the system
48 completed, an initialization routine which runs pretty early has been
53 Remote debugging over FireWire early on boot) and pass the parameter
54 "ohci1394_dma=early" to the recompiled kernel on boot.
89 Step-by-step instructions for using firescope with early OHCI initialization:
147 4) Prepare for debugging with early OHCI-1394 initialization:
152 (Kernel hacking: Provide code for enabling DMA over FireWire early on boot)
164 CONFIG_PROVIDE_OHCI1394_DMA_INIT enabled, with the option ohci1394_dma=early.
/linux-6.1.9/include/linux/
Dinit.h269 #define early_initcall(fn) __define_initcall(fn, early)
306 int early; member
315 #define __setup_param(str, unique_id, fn, early) \ argument
321 = { __setup_str_##unique_id, fn, early }
/linux-6.1.9/tools/perf/dlfilters/
Ddlfilter-test-api-v0.c268 static int do_checks(void *data, const struct perf_dlfilter_sample *sample, void *ctx, bool early) in do_checks() argument
274 if (early) { in do_checks()
290 if (early && !d->do_early) in do_checks()
296 if (early) in do_checks()
/linux-6.1.9/Documentation/driver-api/early-userspace/
Dearly_userspace_support.rst25 two ways to add an early userspace image: specify an existing cpio
32 You can create a cpio archive that contains the early userspace image.
41 The kernel build process can also build an early userspace image from
68 early userspace image can be built by an unprivileged user.
88 early userspace useful. The klibc distribution is currently
111 move to early userspace:
124 For questions and help, you can sign up for the early userspace
/linux-6.1.9/drivers/gpu/drm/amd/amdgpu/
Damdgpu_ring.c436 uint32_t value, result, early[3]; in amdgpu_debugfs_ring_read() local
444 early[0] = amdgpu_ring_get_rptr(ring) & ring->buf_mask; in amdgpu_debugfs_ring_read()
445 early[1] = amdgpu_ring_get_wptr(ring) & ring->buf_mask; in amdgpu_debugfs_ring_read()
446 early[2] = ring->wptr & ring->buf_mask; in amdgpu_debugfs_ring_read()
448 r = put_user(early[i], (uint32_t *)buf); in amdgpu_debugfs_ring_read()
/linux-6.1.9/arch/mips/
DKconfig.debug9 to print messages very early in the bootup process.
12 early before the console code is initialized. For normal operation,
22 "8250/16550 and compatible serial early printk driver"
131 occur early in the boot process of a secondary core.
144 debug information from the early stages of core startup.
/linux-6.1.9/security/lockdown/
DKconfig10 bool "Enable lockdown LSM early in init"
13 Enable the lockdown LSM early in boot. This is necessary in order
/linux-6.1.9/arch/s390/include/asm/
Dsclp.h153 static inline int sclp_get_core_info(struct sclp_core_info *info, int early) in sclp_get_core_info() argument
155 if (early) in sclp_get_core_info()
/linux-6.1.9/arch/x86/pci/
Dmmconfig-shared.c500 pci_mmcfg_check_reserved(struct device *dev, struct pci_mmcfg_region *cfg, int early) in pci_mmcfg_check_reserved() argument
502 if (!early && !acpi_disabled) { in pci_mmcfg_check_reserved()
535 static void __init pci_mmcfg_reject_broken(int early) in pci_mmcfg_reject_broken() argument
540 if (pci_mmcfg_check_reserved(NULL, cfg, early) == 0) { in pci_mmcfg_reject_broken()
636 static void __init __pci_mmcfg_init(int early) in __pci_mmcfg_init() argument
638 pci_mmcfg_reject_broken(early); in __pci_mmcfg_init()
/linux-6.1.9/Documentation/translations/zh_CN/mm/
Dhwpoison.rst76 全局启用early kill
79 设置early/late kill mode/revert 到系统默认值。
/linux-6.1.9/arch/arm/mach-omap1/
Dboard-palmz71.c235 palmz71_gpio_setup(int early) in palmz71_gpio_setup() argument
237 if (early) { in palmz71_gpio_setup()
/linux-6.1.9/arch/s390/kernel/
Dsmp.c746 static void __ref smp_get_core_info(struct sclp_core_info *info, int early) in smp_get_core_info() argument
751 if (use_sigp_detection || sclp_get_core_info(info, early)) { in smp_get_core_info()
770 bool configured, bool early) in smp_add_core() argument
792 if (!early && smp_add_present_cpu(cpu) != 0) in smp_add_core()
802 static int __smp_rescan_cpus(struct sclp_core_info *info, bool early) in __smp_rescan_cpus() argument
818 if (early) { in __smp_rescan_cpus()
823 nr += smp_add_core(core, &avail, true, early); in __smp_rescan_cpus()
830 nr += smp_add_core(&info->core[i], &avail, configured, early); in __smp_rescan_cpus()
/linux-6.1.9/arch/arc/kernel/
Dhead.S22 ; Setting up Vectror Table (in case exception happens in early boot
51 ; Unaligned access is disabled at reset, so re-enable early as
/linux-6.1.9/drivers/staging/media/deprecated/meye/
DTODO4 To prevent removal of this driver early 2023 it has to be
/linux-6.1.9/drivers/staging/media/deprecated/cpia2/
DTODO4 To prevent removal of this driver early 2023 it has to be

12345678910>>...13