Home
last modified time | relevance | path

Searched refs:tags (Results 1 – 25 of 30) sorted by relevance

12

/arch/arm/kernel/
Datags_parse.c181 struct tag *tags = (struct tag *)&default_tags; in setup_machine_tags() local
201 tags = phys_to_virt(__atags_pointer); in setup_machine_tags()
203 tags = (void *)(PAGE_OFFSET + mdesc->atag_offset); in setup_machine_tags()
210 if (tags->hdr.tag != ATAG_CORE) in setup_machine_tags()
211 convert_to_tag_list(tags); in setup_machine_tags()
213 if (tags->hdr.tag != ATAG_CORE) { in setup_machine_tags()
215 tags = (struct tag *)&default_tags; in setup_machine_tags()
219 mdesc->fixup(tags, &from); in setup_machine_tags()
221 if (tags->hdr.tag == ATAG_CORE) { in setup_machine_tags()
223 squash_mem_tags(tags); in setup_machine_tags()
[all …]
Datags_proc.c28 void __init save_atags(const struct tag *tags) in save_atags() argument
30 memcpy(atags_copy, tags, sizeof(atags_copy)); in save_atags()
Datags.h2 void convert_to_tag_list(struct tag *tags);
Datags_compat.c210 void __init convert_to_tag_list(struct tag *tags) in convert_to_tag_list() argument
212 struct param_struct *params = (struct param_struct *)tags; in convert_to_tag_list()
/arch/sparc/kernel/
Dadi_64.c160 unsigned char *tags; in alloc_tag_store() local
284 tags = kzalloc(size, GFP_NOWAIT|__GFP_NOWARN); in alloc_tag_store()
285 if (tags == NULL) { in alloc_tag_store()
291 tag_desc->tags = tags; in alloc_tag_store()
302 unsigned char *tags = NULL; in del_tag_store() local
313 tags = tag_desc->tags; in del_tag_store()
314 tag_desc->tags = NULL; in del_tag_store()
318 kfree(tags); in del_tag_store()
322 ((tag_desc)->tags + ((addr - (tag_desc)->start)/(2*adi_blksize())))
/arch/arm/include/asm/
Dsetup.h26 extern void save_atags(const struct tag *tags);
28 static inline void save_atags(const struct tag *tags) { } in save_atags() argument
/arch/arm/mach-omap2/
Dboard-generic.c76 static void __init rx51_set_system_rev(const struct tag *tags) in rx51_set_system_rev() argument
80 if (tags->hdr.tag != ATAG_CORE) in rx51_set_system_rev()
83 for_each_tag(tag, tags) { in rx51_set_system_rev()
96 const struct tag *tags = (const struct tag *)(PAGE_OFFSET + 0x100); in rx51_reserve() local
98 save_atags(tags); in rx51_reserve()
99 rx51_set_system_rev(tags); in rx51_reserve()
/arch/arm/mach-s3c24xx/
Dmach-smdk2413.c91 static void __init smdk2413_fixup(struct tag *tags, char **cmdline) in smdk2413_fixup() argument
93 if (tags != phys_to_virt(S3C2410_SDRAM_PA + 0x100)) { in smdk2413_fixup()
Dmach-vstms.c128 static void __init vstms_fixup(struct tag *tags, char **cmdline) in vstms_fixup() argument
130 if (tags != phys_to_virt(S3C2410_SDRAM_PA + 0x100)) { in vstms_fixup()
/arch/arm/mach-pxa/
Dcm-x300.c861 static void __init cm_x300_fixup(struct tag *tags, char **cmdline) in cm_x300_fixup() argument
864 for (; tags->hdr.size; tags = tag_next(tags)) in cm_x300_fixup()
865 if (tags->hdr.tag == ATAG_MEM && in cm_x300_fixup()
866 tags->u.mem.start == 0x80000000) { in cm_x300_fixup()
867 tags->u.mem.start = 0xa0000000; in cm_x300_fixup()
Dpoodle.c456 static void __init fixup_poodle(struct tag *tags, char **cmdline) in fixup_poodle() argument
Dcorgi.c756 static void __init fixup_corgi(struct tag *tags, char **cmdline) in fixup_corgi() argument
Dtosa.c933 static void __init fixup_tosa(struct tag *tags, char **cmdline) in fixup_tosa() argument
Deseries.c46 void __init eseries_fixup(struct tag *tags, char **cmdline) in eseries_fixup() argument
/arch/mips/sgi-ip22/
Dip28-berr.c59 } tags[1][2], tagd[4][2], tagi[4][2]; /* Way 0/1 */ member
73 #define tag cache_tags.tags[0] in save_cache_tags()
208 cache_tags.tags[0][0].hi, cache_tags.tags[0][0].lo, in print_cache_tags()
209 cache_tags.tags[0][1].hi, cache_tags.tags[0][1].lo, in print_cache_tags()
/arch/x86/math-emu/
Dfpu_entry.c646 int offset, other, i, tags, regnr, tag, newtop; in fpregs_soft_set() local
672 tags = S387->twd; in fpregs_soft_set()
676 if (((tags >> ((regnr & 7) * 2)) & 3) != TAG_Empty) { in fpregs_soft_set()
681 tags &= ~(3 << (regnr * 2)); in fpregs_soft_set()
682 tags |= (tag & 3) << (regnr * 2); in fpregs_soft_set()
685 S387->twd = tags; in fpregs_soft_set()
/arch/sparc/mm/
Dtsb.c622 unsigned char *tags; in destroy_context() local
627 tags = tag_desc->tags; in destroy_context()
628 tag_desc->tags = NULL; in destroy_context()
629 kfree(tags); in destroy_context()
/arch/arm/mach-footbridge/
Dcats-hw.c80 fixup_cats(struct tag *tags, char **cmdline) in fixup_cats() argument
Dnetwinder-hw.c624 fixup_netwinder(struct tag *tags, char **cmdline) in fixup_netwinder() argument
/arch/sparc/include/asm/
Dmmu_64.h103 unsigned char *tags; /* Where the tags are */ member
/arch/arm/mach-tegra/
Dsleep.h102 streq \tmp2, [\tmp1] @ invalidate SCU tags for CPU
/arch/x86/events/intel/
Duncore.c221 hwc->last_tag = ++box->tags[idx]; in uncore_assign_hw_event()
583 hwc->last_tag == box->tags[assign[i]]) in uncore_pmu_event_add()
601 hwc->last_tag != box->tags[assign[i]]) in uncore_pmu_event_add()
Duncore.h125 u64 tags[UNCORE_PMC_IDX_MAX]; member
/arch/arm/mach-sa1100/
Dassabet.c669 fixup_assabet(struct tag *tags, char **cmdline) in fixup_assabet() argument
/arch/m68k/fpsp040/
Dget_op.S48 | detects this and tags the number as a denorm. The routine

12