/openbmc/linux/arch/loongarch/mm/ |
H A D | kasan_init.c | 17 #define __pgd_none(early, pgd) (0) argument 19 #define __pgd_none(early, pgd) (early ? (pgd_val(pgd) == 0) : \ argument 24 #define __p4d_none(early, p4d) (0) argument 26 #define __p4d_none(early, p4d) (early ? (p4d_val(p4d) == 0) : \ argument 31 #define __pud_none(early, pud) (0) argument 33 #define __pud_none(early, pud) (early ? (pud_val(pud) == 0) : \ argument 37 #define __pmd_none(early, pmd) (early ? (pmd_val(pmd) == 0) : \ argument 40 #define __pte_none(early, pte) (early ? pte_none(pte) : \ argument 113 static pte_t *__init kasan_pte_offset(pmd_t *pmdp, unsigned long addr, int node, bool early) in kasan_pte_offset() 126 static pmd_t *__init kasan_pmd_offset(pud_t *pudp, unsigned long addr, int node, bool early) in kasan_pmd_offset() [all …]
|
/openbmc/linux/arch/arm64/mm/ |
H A D | kasan_init.c | 63 bool early) in kasan_pte_offset() 77 bool early) in kasan_pmd_offset() 90 bool early) in kasan_pud_offset() 103 unsigned long end, int node, bool early) in kasan_pte_populate() 120 unsigned long end, int node, bool early) in kasan_pmd_populate() 132 unsigned long end, int node, bool early) in kasan_pud_populate() 144 unsigned long end, int node, bool early) in kasan_p4d_populate() 156 int node, bool early) in kasan_pgd_populate()
|
/openbmc/linux/arch/arm/mm/ |
H A D | kasan_init.c | 38 unsigned long end, bool early) in kasan_pte_populate() 88 unsigned long end, bool early) in kasan_pmd_populate() 118 bool early) in kasan_pgd_populate()
|
/openbmc/linux/tools/testing/memblock/linux/ |
H A D | init.h | 20 int early; member 23 #define __setup_param(str, unique_id, fn, early) \ argument
|
/openbmc/linux/arch/x86/kernel/ |
H A D | mpparse.c | 188 static int __init smp_read_mpc(struct mpc_table *mpc, unsigned early) in smp_read_mpc() 424 static int __init check_physptr(struct mpf_intel *mpf, unsigned int early) in check_physptr() 476 void __init default_get_smp_config(unsigned int early) in default_get_smp_config()
|
H A D | jailhouse.c | 93 static void __init jailhouse_get_smp_config(unsigned int early) in jailhouse_get_smp_config()
|
H A D | module.c | 233 bool early = me->state == MODULE_STATE_UNFORMED; in write_relocate_add() local
|
H A D | tsc.c | 1501 static bool __init determine_cpu_tsc_frequencies(bool early) in determine_cpu_tsc_frequencies()
|
/openbmc/linux/lib/ |
H A D | bootconfig.c | 64 static inline void __init xbc_free_mem(void *addr, size_t size, bool early) in xbc_free_mem() 79 static inline void xbc_free_mem(void *addr, size_t size, bool early) in xbc_free_mem() 911 void __init _xbc_exit(bool early) in _xbc_exit()
|
/openbmc/linux/arch/x86/kernel/cpu/microcode/ |
H A D | amd.c | 126 static bool verify_container(const u8 *buf, size_t buf_size, bool early) in verify_container() 153 static bool verify_equivalence_table(const u8 *buf, size_t buf_size, bool early) in verify_equivalence_table() 193 __verify_patch_section(const u8 *buf, size_t buf_size, u32 *sh_psize, bool early) in __verify_patch_section() 272 verify_patch(u8 family, const u8 *buf, size_t buf_size, u32 *patch_size, bool early) in verify_patch()
|
H A D | intel.c | 479 static int apply_microcode_early(struct ucode_cpu_info *uci, bool early) in apply_microcode_early()
|
/openbmc/linux/arch/x86/pci/ |
H A D | mmconfig-shared.c | 526 pci_mmcfg_check_reserved(struct device *dev, struct pci_mmcfg_region *cfg, int early) in pci_mmcfg_check_reserved() 596 static void __init pci_mmcfg_reject_broken(int early) in pci_mmcfg_reject_broken() 697 static void __init __pci_mmcfg_init(int early) in __pci_mmcfg_init()
|
/openbmc/u-boot/arch/arm/mach-omap2/omap3/ |
H A D | sdrc.c | 129 void do_sdrc_init(u32 cs, u32 early) in do_sdrc_init()
|
/openbmc/linux/include/linux/ |
H A D | init.h | 327 int early; member 338 #define __setup_param(str, unique_id, fn, early) \ argument
|
/openbmc/linux/arch/x86/xen/ |
H A D | smp_pv.c | 152 static void __init _get_smp_config(unsigned int early) in _get_smp_config()
|
/openbmc/linux/arch/s390/kernel/ |
H A D | smp.c | 747 static void __ref smp_get_core_info(struct sclp_core_info *info, int early) in smp_get_core_info() 771 bool configured, bool early) in smp_add_core() 803 static int __smp_rescan_cpus(struct sclp_core_info *info, bool early) in __smp_rescan_cpus()
|
H A D | module.c | 493 bool early = me->state == MODULE_STATE_UNFORMED; in apply_relocate_add() local
|
/openbmc/u-boot/drivers/timer/ |
H A D | tsc_timer.c | 395 static void tsc_timer_ensure_setup(bool early) in tsc_timer_ensure_setup()
|
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_ring.c | 472 uint32_t value, result, early[3]; in amdgpu_debugfs_ring_read() local
|
/openbmc/linux/tools/perf/util/ |
H A D | dlfilter.c | 495 bool early) in dlfilter__do_filter_event()
|
/openbmc/linux/arch/riscv/mm/ |
H A D | init.c | 903 __always_unused bool early) in create_kernel_page_table() 922 static void __init create_kernel_page_table(pgd_t *pgdir, bool early) in create_kernel_page_table()
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | sclp.h | 156 static inline int sclp_get_core_info(struct sclp_core_info *info, int early) in sclp_get_core_info()
|
/openbmc/linux/drivers/gpio/ |
H A D | gpio-uniphier.c | 294 struct irq_data *data, bool early) in uniphier_gpio_irq_domain_activate()
|
/openbmc/linux/tools/perf/dlfilters/ |
H A D | dlfilter-test-api-v0.c | 301 static int do_checks(void *data, const struct perf_dlfilter_sample *sample, void *ctx, bool early) in do_checks()
|
H A D | dlfilter-test-api-v2.c | 320 static int do_checks(void *data, const struct perf_dlfilter_sample *sample, void *ctx, bool early) in do_checks()
|