Home
last modified time | relevance | path

Searched refs:cpu_domain (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/arm/include/asm/
H A Ddomain.h92 : "m" (current_thread_info()->cpu_domain)); in get_domain()
H A Dthread_info.h67 __u32 cpu_domain; /* cpu domain */ member
/openbmc/linux/arch/arm/kernel/
H A Dasm-offsets.c47 DEFINE(TI_CPU_DOMAIN, offsetof(struct thread_info, cpu_domain)); in main()
H A Dprocess.c252 thread->cpu_domain = get_domain(); in copy_thread()