Searched refs:tags (Results 1 - 25 of 39) sorted by relevance

12

/arch/arm/kernel/
H A Datags.h2 extern void save_atags(struct tag *tags);
4 static inline void save_atags(struct tag *tags) { } argument
H A Dcompat.h11 extern void convert_to_tag_list(struct tag *tags);
H A Datags.c33 void __init save_atags(const struct tag *tags) argument
35 memcpy(atags_copy, tags, sizeof(atags_copy));
H A Dsetup.c650 * of variable-sized tags to the kernel. The first tag must be a ATAG_CORE
765 * Parse all tags in the list, checking both the global and architecture
861 struct tag *tags = (struct tag *)&init_tags; local
884 tags = phys_to_virt(__atags_pointer);
886 tags = (void *)(PAGE_OFFSET + mdesc->atag_offset);
893 if (tags->hdr.tag != ATAG_CORE)
894 convert_to_tag_list(tags);
897 if (tags->hdr.tag != ATAG_CORE) {
905 tags = (struct tag *)&init_tags;
909 mdesc->fixup(tags,
[all...]
H A Dcompat.c215 void __init convert_to_tag_list(struct tag *tags) argument
217 struct param_struct *params = (struct param_struct *)tags;
/arch/arm/mach-pxa/
H A Deseries.h1 void __init eseries_fixup(struct tag *tags, char **cmdline, struct meminfo *mi);
H A Dcm-x300.c841 static void __init cm_x300_fixup(struct tag *tags, char **cmdline, argument
845 for (; tags->hdr.size; tags = tag_next(tags))
846 if (tags->hdr.tag == ATAG_MEM &&
847 tags->u.mem.start == 0x80000000) {
848 tags->u.mem.start = 0xa0000000;
H A Dpoodle.c457 static void __init fixup_poodle(struct tag *tags, char **cmdline, argument
/arch/arm/mach-clps711x/
H A Dclep7312.c29 fixup_clep7312(struct tag *tags, char **cmdline, struct meminfo *mi) argument
H A Dedb7211-arch.c40 fixup_edb7211(struct tag *tags, char **cmdline, struct meminfo *mi) argument
H A Dfortunet.c60 fortunet_fixup(struct tag *tags, char **cmdline, struct meminfo *mi) argument
/arch/arm/mach-msm/
H A Dboard-sapphire.c78 static void __init sapphire_fixup(struct tag *tags, char **cmdline, argument
81 int smi_sz = parse_tag_smi((const struct tag *)tags);
H A Dboard-mahimahi.c56 static void __init mahimahi_fixup(struct tag *tags, char **cmdline, argument
H A Dboard-trout.c57 static void __init trout_fixup(struct tag *tags, char **cmdline, argument
H A Dboard-halibut.c86 static void __init halibut_fixup(struct tag *tags, char **cmdline, argument
/arch/arm/mach-footbridge/
H A Dcats-hw.c79 fixup_cats(struct tag *tags, char **cmdline, struct meminfo *mi) argument
/arch/arm/mach-realview/
H A Dcore.h56 extern void realview_fixup(struct tag *tags, char **from,
H A Drealview_pbx.c331 static void realview_pbx_fixup(struct tag *tags, char **from, argument
347 realview_fixup(tags, from, meminfo);
/arch/mips/sgi-ip22/
H A Dip28-berr.c55 } tags[1][2], tagd[4][2], tagi[4][2]; /* Way 0/1 */ member in struct:__anon2278
66 * PA[23..18:7..6]) tags first.
69 #define tag cache_tags.tags[0]
79 * Save all primary data cache (indexed by VA[13:5]) tags which
81 * Saving all tags and evaluating them later is easier and safer
82 * than relying on VA[13:12] from the secondary cache tags to pick
83 * matching primary tags here already.
98 * Save primary instruction cache (indexed by VA[13:6]) tags
171 printk(KERN_ERR "Cache tags @ %08x:\n", (unsigned)cache_tags.err_addr);
204 cache_tags.tags[
[all...]
/arch/arm/mach-s3c24xx/
H A Dmach-smdk2413.c95 static void __init smdk2413_fixup(struct tag *tags, char **cmdline, argument
98 if (tags != phys_to_virt(S3C2410_SDRAM_PA + 0x100)) {
H A Dmach-vstms.c132 static void __init vstms_fixup(struct tag *tags, char **cmdline, argument
135 if (tags != phys_to_virt(S3C2410_SDRAM_PA + 0x100)) {
/arch/x86/math-emu/
H A Dfpu_entry.c688 int offset, other, i, tags, regnr, tag, newtop; local
713 /* The tags may need to be corrected now. */
714 tags = S387->twd;
718 if (((tags >> ((regnr & 7) * 2)) & 3) != TAG_Empty) {
723 tags &= ~(3 << (regnr * 2));
724 tags |= (tag & 3) << (regnr * 2);
727 S387->twd = tags;
/arch/arm/mach-tegra/
H A Dboard-trimslice.c130 static void __init tegra_trimslice_fixup(struct tag *tags, char **cmdline, argument
H A Dboard-harmony.c129 static void __init tegra_harmony_fixup(struct tag *tags, char **cmdline, argument
H A Dboard-paz00.c166 static void __init tegra_paz00_fixup(struct tag *tags, char **cmdline, argument

Completed in 1339 milliseconds

12