Searched refs:fentry (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/arch/ia64/sn/kernel/sn2/ |
D | prominfo_proc.c | 95 get_fit_entry(unsigned long nasid, int index, unsigned long *fentry, in get_fit_entry() argument 98 return ia64_sn_get_fit_compt(nasid, index, fentry, banner, banlen); in get_fit_entry() 105 static void dump_fit_entry(struct seq_file *m, unsigned long *fentry) in dump_fit_entry() argument 109 type = FIT_TYPE(fentry[1]); in dump_fit_entry() 113 FIT_MAJOR(fentry[1]), FIT_MINOR(fentry[1]), in dump_fit_entry() 114 fentry[0], in dump_fit_entry() 116 (unsigned)(fentry[1] & 0xffffff) * 16); in dump_fit_entry() 131 unsigned long fentry[2]; in proc_fit_show() local 136 if (get_fit_entry(nasid, index, fentry, NULL, 0)) in proc_fit_show() 138 dump_fit_entry(m, fentry); in proc_fit_show() [all …]
|
/Linux-v4.19/drivers/acpi/apei/ |
D | einj.c | 692 struct dentry *fentry; in einj_init() local 725 fentry = debugfs_create_file("available_error_type", S_IRUSR, in einj_init() 728 if (!fentry) in einj_init() 731 fentry = debugfs_create_file("error_type", S_IRUSR | S_IWUSR, in einj_init() 733 if (!fentry) in einj_init() 735 fentry = debugfs_create_file("error_inject", S_IWUSR, in einj_init() 737 if (!fentry) in einj_init() 763 fentry = debugfs_create_x32("flags", S_IRUSR | S_IWUSR, in einj_init() 765 if (!fentry) in einj_init() 767 fentry = debugfs_create_x64("param1", S_IRUSR | S_IWUSR, in einj_init() [all …]
|
/Linux-v4.19/drivers/ras/ |
D | debugfs.c | 39 struct dentry *fentry; in ras_add_daemon_trace() local 44 fentry = debugfs_create_file("daemon_active", S_IRUSR, ras_debugfs_dir, in ras_add_daemon_trace() 46 if (!fentry) in ras_add_daemon_trace()
|
/Linux-v4.19/drivers/cdrom/ |
D | gdrom.c | 335 int fentry, lentry, track, data, tocuse, err; in gdrom_get_last_session() local 351 fentry = get_entry_track(gd.toc->first); in gdrom_get_last_session() 360 } while (track >= fentry); in gdrom_get_last_session()
|
/Linux-v4.19/scripts/ |
D | recordmcount.h | 264 char const *fentry = "__fentry__"; in get_mcountsym() local 270 (strcmp(fentry, symname) == 0)) in get_mcountsym()
|
/Linux-v4.19/mm/ |
D | swap_state.c | 732 static struct page *swap_vma_readahead(swp_entry_t fentry, gfp_t gfp_mask, in swap_vma_readahead() argument 775 return read_swap_cache_async(fentry, gfp_mask, vma, vmf->address, in swap_vma_readahead()
|
/Linux-v4.19/drivers/clk/tegra/ |
D | clk-tegra210.c | 2830 struct tegra_clk_pll_freq_table *fentry; in tegra210_enable_pllu() local 2834 for (fentry = pll_u_freq_table; fentry->input_rate; fentry++) { in tegra210_enable_pllu() 2835 if (fentry->input_rate == pll_ref_freq) in tegra210_enable_pllu() 2839 if (!fentry->input_rate) { in tegra210_enable_pllu() 2853 reg |= fentry->m; in tegra210_enable_pllu() 2854 reg |= fentry->n << 8; in tegra210_enable_pllu() 2855 reg |= fentry->p << 16; in tegra210_enable_pllu()
|
/Linux-v4.19/Documentation/trace/ |
D | ftrace-uses.rst | 94 (where the fentry or mcount is within the function) 228 Although the ip must be the address where the call to fentry or mcount is
|
D | ftrace.rst | 2554 references to all the mcount/fentry call sites in the .text section.
|
/Linux-v4.19/Documentation/livepatch/ |
D | livepatch.txt | 447 using -fentry gcc compiler option on x86_64.
|