Searched refs:direct (Results 1 – 4 of 4) sorted by relevance
2396 return entry->direct; in ftrace_find_rec_direct()3679 unsigned long direct; in t_show() local3681 direct = ftrace_find_rec_direct(rec->ip); in t_show()3682 if (direct) in t_show()3683 seq_printf(m, "\n\tdirect-->%pS", (void *)direct); in t_show()5057 struct ftrace_direct_func *direct; in ftrace_alloc_direct_func() local5059 direct = kmalloc(sizeof(*direct), GFP_KERNEL); in ftrace_alloc_direct_func()5060 if (!direct) in ftrace_alloc_direct_func()5062 direct->addr = addr; in ftrace_alloc_direct_func()5063 direct->count = 0; in ftrace_alloc_direct_func()[all …]
108 # error MCOUNT_INSN_SIZE not defined with direct calls enabled
3 obj-$(CONFIG_HAS_DMA) += mapping.o direct.o
16 # IOMMU drivers that can bypass the IOMMU code and optionally use the direct