Searched refs:direct (Results 1 – 4 of 4) sorted by relevance
2396 return entry->direct; in ftrace_find_rec_direct()3684 unsigned long direct; in t_show() local3686 direct = ftrace_find_rec_direct(rec->ip); in t_show()3687 if (direct) in t_show()3688 seq_printf(m, "\n\tdirect-->%pS", (void *)direct); in t_show()5064 struct ftrace_direct_func *direct; in ftrace_alloc_direct_func() local5066 direct = kmalloc(sizeof(*direct), GFP_KERNEL); in ftrace_alloc_direct_func()5067 if (!direct) in ftrace_alloc_direct_func()5069 direct->addr = addr; in ftrace_alloc_direct_func()5070 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