Home
last modified time | relevance | path

Searched refs:this_cpu_read_const (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/arch/x86/include/asm/
H A Dcurrent.h23 return this_cpu_read_const(const_current_task); in get_current()
H A Dprocessor.h555 return this_cpu_read_const(const_cpu_current_top_of_stack); in current_top_of_stack()
H A Dpercpu.h560 #define this_cpu_read_const(pcp) __raw_cpu_read_const(pcp) macro