Home
last modified time | relevance | path

Searched defs:item (Results 1 – 5 of 5) sorted by relevance

/arch/arm/mach-s3c24xx/
Dmach-vr1000.c56 #define VA_C5(item) ((unsigned long)(item) + BAST_VAM_CS5) argument
57 #define VA_C4(item) ((unsigned long)(item) + BAST_VAM_CS4) argument
58 #define VA_C3(item) ((unsigned long)(item) + BAST_VAM_CS3) argument
59 #define VA_C2(item) ((unsigned long)(item) + BAST_VAM_CS2) argument
63 #define PA_CS2(item) (__phys_to_pfn((item) + S3C2410_CS2)) argument
64 #define PA_CS3(item) (__phys_to_pfn((item) + S3C2410_CS3)) argument
65 #define PA_CS4(item) (__phys_to_pfn((item) + S3C2410_CS4)) argument
66 #define PA_CS5(item) (__phys_to_pfn((item) + S3C2410_CS5)) argument
Dmach-bast.c67 #define VA_C5(item) ((unsigned long)(item) + BAST_VAM_CS5) argument
68 #define VA_C4(item) ((unsigned long)(item) + BAST_VAM_CS4) argument
69 #define VA_C3(item) ((unsigned long)(item) + BAST_VAM_CS3) argument
70 #define VA_C2(item) ((unsigned long)(item) + BAST_VAM_CS2) argument
74 #define PA_CS2(item) (__phys_to_pfn((item) + S3C2410_CS2)) argument
75 #define PA_CS3(item) (__phys_to_pfn((item) + S3C2410_CS3)) argument
76 #define PA_CS4(item) (__phys_to_pfn((item) + S3C2410_CS4)) argument
77 #define PA_CS5(item) (__phys_to_pfn((item) + S3C2410_CS5)) argument
/arch/powerpc/platforms/powernv/
Dopal-prd.c164 struct opal_prd_msg_queue_item *item; in opal_prd_read() local
354 struct opal_prd_msg_queue_item *item; in opal_prd_msg_notifier() local
/arch/x86/boot/compressed/
Daslr.c116 static bool mem_contains(struct mem_vector *region, struct mem_vector *item) in mem_contains()
/arch/x86/kernel/
Dalternative.c514 struct smp_alt_module *item; in alternatives_smp_module_del() local