Home
last modified time | relevance | path

Searched defs:ENTRY (Results 1 – 4 of 4) sorted by relevance

/arch/mn10300/include/asm/
Dcache.h31 #define DCACHE_PURGE(WAY, ENTRY) \ argument
35 #define DCACHE_PURGE_WAY0(ENTRY) \ argument
37 #define DCACHE_PURGE_WAY1(ENTRY) \ argument
39 #define DCACHE_PURGE_WAY2(ENTRY) \ argument
41 #define DCACHE_PURGE_WAY3(ENTRY) \ argument
45 #define ICACHE_DATA(WAY, ENTRY, OFF) \ argument
48 #define ICACHE_TAG(WAY, ENTRY) \ argument
53 #define DCACHE_DATA(WAY, ENTRY, OFF) \ argument
56 #define DCACHE_TAG(WAY, ENTRY) \ argument
/arch/cris/kernel/
Dasm-offsets.c17 #define ENTRY(entry) DEFINE(PT_ ## entry, offsetof(struct pt_regs, entry)) in main() macro
37 #define ENTRY(entry) DEFINE(TI_ ## entry, offsetof(struct thread_info, entry)) in main() macro
43 #define ENTRY(entry) DEFINE(THREAD_ ## entry, offsetof(struct thread_struct, entry)) in main() macro
53 #define ENTRY(entry) DEFINE(TASK_ ## entry, offsetof(struct task_struct, entry)) in main() macro
/arch/x86/kernel/
Dasm-offsets_64.c32 #define ENTRY(entry) OFFSET(IA32_SIGCONTEXT_ ## entry, sigcontext_ia32, entry) in main() macro
49 #define ENTRY(entry) OFFSET(pt_regs_ ## entry, pt_regs, entry) in main() macro
70 #define ENTRY(entry) OFFSET(saved_context_ ## entry, saved_context, entry) in main() macro
/arch/ia64/include/asm/
Dasmmacro.h10 #define ENTRY(name) \ macro