Home
last modified time | relevance | path

Searched defs:early (Results 1 – 25 of 33) sorted by relevance

12

/openbmc/linux/arch/loongarch/mm/
H A Dkasan_init.c17 #define __p4d_none(early, p4d) (0) argument
19 #define __p4d_none(early, p4d) (early ? (p4d_val(p4d) == 0) : \ argument
24 #define __pud_none(early, pud) (0) argument
26 #define __pud_none(early, pud) (early ? (pud_val(pud) == 0) : \ argument
30 #define __pmd_none(early, pmd) (early ? (pmd_val(pmd) == 0) : \ argument
33 #define __pte_none(early, pte) (early ? pte_none(pte) : \ argument
146 unsigned long end, int node, bool early) in kasan_pte_populate()
161 unsigned long end, int node, bool early) in kasan_pmd_populate()
173 unsigned long end, int node, bool early) in kasan_pud_populate()
185 unsigned long end, int node, bool early) in kasan_p4d_populate()
[all …]
/openbmc/linux/arch/arm64/mm/
H A Dkasan_init.c63 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 Dkasan_init.c38 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 Dinit.h20 int early; member
23 #define __setup_param(str, unique_id, fn, early) \ argument
/openbmc/linux/arch/x86/kernel/
H A Dmpparse.c188 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 Djailhouse.c92 static void __init jailhouse_get_smp_config(unsigned int early) in jailhouse_get_smp_config()
H A Dmodule.c233 bool early = me->state == MODULE_STATE_UNFORMED; in write_relocate_add() local
H A Dtsc.c1501 static bool __init determine_cpu_tsc_frequencies(bool early) in determine_cpu_tsc_frequencies()
/openbmc/linux/lib/
H A Dbootconfig.c64 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()
910 void __init _xbc_exit(bool early) in _xbc_exit()
/openbmc/linux/arch/x86/kernel/cpu/microcode/
H A Damd.c126 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 Dintel.c479 static int apply_microcode_early(struct ucode_cpu_info *uci, bool early) in apply_microcode_early()
/openbmc/linux/arch/x86/pci/
H A Dmmconfig-shared.c526 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 Dsdrc.c129 void do_sdrc_init(u32 cs, u32 early) in do_sdrc_init()
/openbmc/linux/include/linux/
H A Dinit.h323 int early; member
334 #define __setup_param(str, unique_id, fn, early) \ argument
/openbmc/linux/arch/x86/xen/
H A Dsmp_pv.c152 static void __init _get_smp_config(unsigned int early) in _get_smp_config()
/openbmc/linux/arch/s390/kernel/
H A Dsmp.c747 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 Dmodule.c493 bool early = me->state == MODULE_STATE_UNFORMED; in apply_relocate_add() local
/openbmc/u-boot/drivers/timer/
H A Dtsc_timer.c395 static void tsc_timer_ensure_setup(bool early) in tsc_timer_ensure_setup()
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ring.c473 uint32_t value, result, early[3]; in amdgpu_debugfs_ring_read() local
/openbmc/linux/tools/perf/util/
H A Ddlfilter.c495 bool early) in dlfilter__do_filter_event()
/openbmc/linux/arch/riscv/mm/
H A Dinit.c894 __always_unused bool early) in create_kernel_page_table()
913 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 Dsclp.h156 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 Dgpio-uniphier.c294 struct irq_data *data, bool early) in uniphier_gpio_irq_domain_activate()
/openbmc/linux/tools/perf/dlfilters/
H A Ddlfilter-test-api-v0.c301 static int do_checks(void *data, const struct perf_dlfilter_sample *sample, void *ctx, bool early) in do_checks()
H A Ddlfilter-test-api-v2.c320 static int do_checks(void *data, const struct perf_dlfilter_sample *sample, void *ctx, bool early) in do_checks()

12