Searched defs:tag (Results 1 - 25 of 85) sorted by relevance

1234

/arch/metag/include/asm/
H A Dtcm.h9 unsigned int tag; member in struct:tcm_allocation
18 unsigned int tag; member in struct:tcm_region
24 unsigned long tcm_alloc(unsigned int tag, size_t len);
25 void tcm_free(unsigned int tag, unsigned long addr, size_t len);
/arch/powerpc/kernel/
H A Ddbell.c24 unsigned long tag = mfspr(SPRN_DOORBELL_CPUTAG) & PPC_DBELL_TAG_MASK; local
26 smp_muxed_ipi_set_data(smp_processor_id(), tag); local
/arch/tile/kernel/
H A Dmessaging.c83 int tag; local
88 tag = message[0];
92 panic("Received IPI message %d in UP mode", tag);
/arch/x86/math-emu/
H A Dreg_mul.c10 | Returns the tag of the result if no exceptions or errors occurred. |
36 int tag; local
41 tag =
44 if (tag < 0) {
46 return tag;
48 FPU_settagi(deststnr, tag);
49 return tag;
66 tag = FPU_u_mul(&x, &y, dest, control_w, sign,
68 if (tag < 0) {
70 return tag;
[all...]
H A Dpoly_2xm1.c57 u_char tag; local
138 tag = FPU_round(result, 1, 0, FULL_PRECISION, sign);
141 FPU_settag0(tag);
H A Dreg_divide.c10 | Return value is the tag of the answer, or-ed with FPU_Exception if |
33 int tag, deststnr; local
80 tag = FPU_u_div(&x, &y, dest, control_w, sign);
82 if (tag < 0)
83 return tag;
85 FPU_settagi(deststnr, tag);
86 return tag;
102 tag = FPU_u_div(&x, &y, dest, control_w, sign);
103 if (tag < 0)
104 return tag;
136 int tag; local
143 int tag; local
[all...]
H A Dfpu_tags.c38 void FPU_settag0(int tag) argument
43 fpu_tag_word |= (tag & 3) << (regnr * 2);
46 void FPU_settagi(int stnr, int tag) argument
51 fpu_tag_word |= (tag & 3) << (regnr * 2);
54 void FPU_settag(int regnr, int tag) argument
58 fpu_tag_word |= (tag & 3) << (regnr * 2);
94 void FPU_copy_to_regi(FPU_REG const *r, u_char tag, int stnr) argument
97 FPU_settagi(stnr, tag);
100 void FPU_copy_to_reg1(FPU_REG const *r, u_char tag) argument
103 FPU_settagi(1, tag);
106 FPU_copy_to_reg0(FPU_REG const *r, u_char tag) argument
[all...]
H A Dpoly_atan.c58 u_char tag; local
202 tag = FPU_round(st1_ptr, 1, 0, FULL_PRECISION, sign2);
203 FPU_settagi(1, tag);
H A Dreg_add_sub.c44 int diff, tag, expa, expb; local
54 tag =
70 tag =
74 tag =
86 if (tag < 0) {
88 return tag;
90 FPU_settagi(deststnr, tag);
91 return tag;
133 int diff, tag = 0, expa, expb, deststnr; local
184 tag
[all...]
/arch/arm/kernel/
H A Datags_proc.c27 void __init save_atags(const struct tag *tags)
39 struct tag *tag = (struct tag *)atags_copy; local
43 if (tag->hdr.tag != ATAG_CORE) {
48 for (; tag->hdr.size; tag = tag_next(tag))
52 size = (char *)tag
[all...]
H A Datags_parse.c14 * of variable-sized tags to the kernel. The first tag must be a ATAG_CORE
15 * tag for the list to be recognised (to distinguish the tagged list from
16 * a param_struct). The list is terminated with a zero-length tag (this tag
54 static int __init parse_tag_core(const struct tag *tag) argument
56 if (tag->hdr.size > 2) {
57 if ((tag->u.core.flags & 1) == 0)
59 ROOT_DEV = old_decode_dev(tag->u.core.rootdev);
66 static int __init parse_tag_mem32(const struct tag *ta argument
74 parse_tag_videotext(const struct tag *tag) argument
92 parse_tag_ramdisk(const struct tag *tag) argument
109 parse_tag_serialnr(const struct tag *tag) argument
118 parse_tag_revision(const struct tag *tag) argument
126 parse_tag_cmdline(const struct tag *tag) argument
148 parse_tag(const struct tag *tag) argument
175 squash_mem_tags(struct tag *tag) argument
[all...]
/arch/arm/mach-msm/
H A Dboard-msm7x30.c43 static void __init msm7x30_fixup(struct tag *tag, char **cmdline) argument
45 for (; tag->hdr.size; tag = tag_next(tag))
46 if (tag->hdr.tag == ATAG_MEM && tag->u.mem.start == 0x200000) {
47 tag->u.mem.start = 0;
48 tag
[all...]
/arch/metag/kernel/
H A Dtcm.c18 unsigned int tag; member in struct:tcm_pool
26 static struct tcm_pool *find_pool(unsigned int tag) argument
33 if (pool->tag == tag)
42 * @tag: tag of the pool to allocate memory from
46 * the specified tag. Returns the address of the allocated memory
49 unsigned long tcm_alloc(unsigned int tag, size_t len) argument
54 pool = find_pool(tag);
67 * @tag
74 tcm_free(unsigned int tag, unsigned long addr, size_t len) argument
[all...]
/arch/mips/rb532/
H A Dprom.c57 static inline int match_tag(char *arg, const char *tag) argument
59 return strncmp(arg, tag, strlen(tag)) == 0;
62 static inline unsigned long tag2ul(char *arg, const char *tag) argument
66 num = arg + strlen(tag);
/arch/powerpc/xmon/
H A Dspu-dis.c99 enum spu_insns tag; local
111 tag = (enum spu_insns)(index - spu_opcodes);
113 if (tag == M_BI || tag == M_BISL || tag == M_IRET || tag == M_BISLED
114 || tag == M_BIHNZ || tag == M_BIHZ || tag == M_BINZ || tag
[all...]
/arch/arm/mach-footbridge/
H A Dcommon.c46 static int __init parse_tag_memclk(const struct tag *tag) argument
48 mem_fclk_21285 = tag->u.memclk.fmemclk;
/arch/arm/mach-rpc/
H A Driscpc.c44 static int __init parse_tag_acorn(const struct tag *tag) argument
46 memc_ctrl_reg = tag->u.acorn.memc_control_reg;
47 number_mfm_drives = tag->u.acorn.adfsdrives;
49 switch (tag->u.acorn.vram_pages) {
/arch/avr32/boards/atngw100/
H A Dsetup.c107 struct tag *bootloader_tags __initdata;
152 static int __init parse_tag_ethernet(struct tag *tag) argument
156 i = tag->u.ethernet.mac_index;
158 memcpy(hw_addr[i].addr, tag->u.ethernet.hw_address,
/arch/avr32/boards/atstk1000/
H A Datstk1002.c166 static int __init parse_tag_ethernet(struct tag *tag) argument
170 i = tag->u.ethernet.mac_index;
172 memcpy(hw_addr[i].addr, tag->u.ethernet.hw_address,
/arch/avr32/boards/hammerhead/
H A Dsetup.c45 struct tag *bootloader_tags __initdata;
115 static int __init parse_tag_ethernet(struct tag *tag) argument
117 int i = tag->u.ethernet.mac_index;
120 memcpy(hw_addr[i].addr, tag->u.ethernet.hw_address,
/arch/avr32/boards/mimc200/
H A Dsetup.c44 struct tag *bootloader_tags __initdata;
129 static int __init parse_tag_ethernet(struct tag *tag) argument
133 i = tag->u.ethernet.mac_index;
135 memcpy(hw_addr[i].addr, tag->u.ethernet.hw_address,
/arch/powerpc/include/asm/
H A Ddbell.h65 static inline void ppc_msgsnd(enum ppc_dbell type, u32 flags, u32 tag) argument
68 (tag & 0x07ffffff);
H A Dps3stor.h42 u64 tag; member in struct:ps3_storage_device
/arch/avr32/boards/favr-32/
H A Dsetup.c49 struct tag *bootloader_tags __initdata;
178 static int __init parse_tag_ethernet(struct tag *tag) argument
182 i = tag->u.ethernet.mac_index;
184 memcpy(hw_addr[i].addr, tag->u.ethernet.hw_address,
/arch/avr32/boards/merisc/
H A Dsetup.c43 struct tag *bootloader_tags __initdata;
106 static int __init parse_tag_ethernet(struct tag *tag) argument
110 i = tag->u.ethernet.mac_index;
112 memcpy(hw_addr[i].addr, tag->u.ethernet.hw_address,

Completed in 957 milliseconds

1234