This is a part of text file from System.map and /proc/kallsyms
.
ffffffff8106c260 T leave_mm
ffffffff8106c340 t do_flush_tlb_all
ffffffff8106c390 t flush_tlb_func
ffffffff8106c510 T native_flush_tlb_others
ffffffff8106c540 T flush_tlb_current_task
ffffffff8106c600 T flush_tlb_mm_range
ffffffff8106c770 T flush_tlb_page
ffffffff8106c820 T flush_tlb_all
ffffffff8106c840 T flush_tlb_kernel_range
What is the difference between T
and t
?
I know that T
or t
is for text (code) section.
I guessed T
could be invoked from kernel module and t
couldn't be invoked from kernel module.
Let me know exact meaning and difference between them.