Searched refs:label (Results 76 - 100 of 798) sorted by path

1234567891011>>

/linux-master/arch/powerpc/kernel/
H A Dexceptions-64e.S425 #define EXCEPTION_STUB(loc, label) \
428 b exc_##label##_book3e;
456 #define MASKABLE_EXCEPTION(trapnum, intnum, label, hdlr, ack) \
457 START_EXCEPTION(label); \
H A Dexceptions-64s.S71 * use the normal LOAD_REG_IMMEDIATE macro to load the address of label.
73 * part of label. This requires that the label be within 64KB of kernelbase, and
76 #define LOAD_HANDLER(reg, label) \
77 ld reg,PACAKBASE(r13); /* get high part of &label */ \
78 ori reg,reg,FIXED_SYMBOL_ABS_ADDR(label)
80 #define __LOAD_HANDLER(reg, label, section) \
82 ori reg,reg,(ABS_ADDR(label, section))@l
88 #define __LOAD_FAR_HANDLER(reg, label, section) \
90 ori reg,reg,(ABS_ADDR(label, sectio
[all...]
H A Dhead_32.h182 #define START_EXCEPTION(n, label) \
186 label:
189 #define START_EXCEPTION(n, label) \
192 label:
196 #define EXCEPTION(n, label, hdlr) \
197 START_EXCEPTION(n, label) \
198 EXCEPTION_PROLOG n label; \
H A Dhead_40x.S182 #define CRITICAL_EXCEPTION(n, label, hdlr) \
183 START_EXCEPTION(n, label); \
184 CRITICAL_EXCEPTION_PROLOG n label; \
H A Dhead_booke.h296 #define START_EXCEPTION(label) \
298 label:
300 #define EXCEPTION(n, intno, label, hdlr) \
301 START_EXCEPTION(label); \
307 #define CRITICAL_EXCEPTION(n, intno, label, hdlr) \
308 START_EXCEPTION(label); \
316 #define MCHECK_EXCEPTION(n, label, hdlr) \
317 START_EXCEPTION(label); \
H A Dnvram_64.c708 static void __init nvram_print_partitions(char * label) argument
712 printk(KERN_WARNING "--------%s---------\n", label);
H A Dsignal.h25 #define unsafe_get_user_sigset(dst, src, label) do { \
31 unsafe_get_user(__dst->sig[i], &__src->sig[i], label); \
48 #define unsafe_copy_fpr_to_user(to, task, label) do { \
54 unsafe_put_user(__t->thread.TS_FPR(i), &buf[i], label); \
55 unsafe_put_user(__t->thread.fp_state.fpscr, &buf[i], label); \
58 #define unsafe_copy_vsx_to_user(to, task, label) do { \
65 &buf[i], label);\
68 #define unsafe_copy_fpr_from_user(task, from, label) do { \
74 unsafe_get_user(__t->thread.TS_FPR(i), &buf[i], label); \
75 unsafe_get_user(__t->thread.fp_state.fpscr, &buf[i], label); \
[all...]
H A Dsignal_32.c133 #define unsafe_put_sigset_t(uset, set, label) do { \
137 unsafe_copy_to_user(__us, __s, sizeof(*__us), label); \
172 #define unsafe_save_general_regs(regs, frame, label) do { \
174 goto label; \
177 #define unsafe_restore_general_regs(regs, frame, label) do { \
179 goto label; \
345 #define unsafe_save_user_regs(regs, frame, tm_frame, has_vsx, label) do { \
347 goto label; \
457 #define unsafe_save_tm_user_regs(regs, frame, tm_frame, msr, label) do { \
459 goto label; \
[all...]
H A Dsignal_64.c109 #define unsafe_setup_sigcontext(sc, tsk, signr, set, handler, ctx_has_vsx_region, label)\
112 goto label; \
333 #define unsafe_restore_sigcontext(tsk, set, sig, sc, label) do { \
335 goto label; \
/linux-master/arch/powerpc/mm/book3s64/
H A Dslice.c34 static void slice_print_mask(const char *label, const struct slice_mask *mask) argument
38 pr_devel("%s low_slice: %*pbl\n", label,
40 pr_devel("%s high_slice: %*pbl\n", label,
48 static void slice_print_mask(const char *label, const struct slice_mask *mask) {} argument
/linux-master/arch/powerpc/platforms/52xx/
H A Dmpc52xx_gpt.c327 gpt->gc.label = kasprintf(GFP_KERNEL, "%pfw", dev_fwnode(gpt->dev));
328 if (!gpt->gc.label) {
/linux-master/arch/powerpc/platforms/83xx/
H A Dmcu_mpc8349emitx.c122 gc->label = kasprintf(GFP_KERNEL, "%pfw", dev_fwnode(dev));
135 kfree(mcu->gc.label);
/linux-master/arch/powerpc/platforms/powernv/
H A Dopal-prd.c66 const char *label; local
75 label = of_get_property(node, "ibm,prd-label", NULL);
77 /* PRD ranges need a label */
78 if (!label)
/linux-master/arch/powerpc/platforms/pseries/
H A Dplpks.c59 struct label { struct
198 * Label is combination of label attributes + name.
201 static struct label *construct_label(char *component, u8 varos, u8 *name,
204 struct label *label; local
213 if (slen > sizeof(label->attr.prefix))
217 // The label structure must not cross a page boundary, so we align to the next power of 2
218 label = kzalloc(roundup_pow_of_two(sizeof(*label)), GFP_KERNEL);
219 if (!label)
391 plpks_confirm_object_flushed(struct label *label, struct plpks_auth *auth) argument
432 struct label *label; local
488 struct label *label; local
527 struct label *label; local
561 struct label *label = NULL; local
[all...]
/linux-master/arch/riscv/include/asm/
H A Djump_label.h29 " .long 1b - ., %l[label] - . \n\t"
32 : : "i"(&((char *)key)[branch]) : : label);
35 label:
47 "1: jal zero, %l[label] \n\t"
51 " .long 1b - ., %l[label] - . \n\t"
54 : : "i"(&((char *)key)[branch]) : : label);
57 label:
/linux-master/arch/s390/include/asm/
H A Djump_label.h28 asm goto("0: brcl 0,%l[label]\n"
31 ".long 0b-.,%l[label]-.\n"
34 : : JUMP_LABEL_STATIC_KEY_CONSTRAINT (key), "i" (branch) : : label);
36 label:
42 asm goto("0: brcl 15,%l[label]\n"
45 ".long 0b-.,%l[label]-.\n"
48 : : JUMP_LABEL_STATIC_KEY_CONSTRAINT (key), "i" (branch) : : label);
50 label:
/linux-master/arch/sh/boards/mach-x3proto/
H A Dgpio.c77 .label = "x3proto-gpio",
118 x3proto_gpio_chip.label, x3proto_gpio_chip.base,
/linux-master/arch/sh/kernel/
H A Dhead_32.S20 #define PREFI(label, reg) \
21 mov.l label, reg; \
25 #define PREFI(label, reg)
/linux-master/arch/sparc/include/asm/
H A Dbackoff.h55 #define BACKOFF_SPIN(reg, tmp, label) \
70 bg,pn %xcc, label; \
72 ba,pt %xcc, label; \
82 #define BACKOFF_SPIN(reg, tmp, label)
H A Duaccess_64.h77 #define __put_kernel_nofault(dst, src, type, label) \
90 goto label; \
147 #define __get_kernel_nofault(dst, src, type, label) \
163 goto label; \
/linux-master/arch/sparc/lib/
H A Dcopy_user.S52 #define LD(insn, src, offset, reg, label) \
55 99: ba label; \
59 #define ST(insn, dst, offset, reg, label) \
62 99: ba label; \
/linux-master/arch/x86/include/asm/
H A Dfutex.h15 #define unsafe_atomic_op1(insn, oval, uaddr, oparg, label) \
24 goto label; \
29 #define unsafe_atomic_op2(insn, oval, uaddr, oparg, label) \
44 goto label; \
H A Duaccess.h135 #define __put_user_goto_u64(x, addr, label) \
142 : : label)
145 #define __put_user_goto_u64(x, ptr, label) \
146 __put_user_goto(x, ptr, "q", "er", label)
232 #define __put_user_size(x, ptr, size, label) \
239 __put_user_goto(__x, __ptr, "b", "iq", label); \
242 __put_user_goto(__x, __ptr, "w", "ir", label); \
245 __put_user_goto(__x, __ptr, "l", "ir", label); \
248 __put_user_goto_u64(__x, __ptr, label); \
259 #define __get_user_asm_u64(x, ptr, label) d
[all...]
/linux-master/arch/x86/kernel/
H A Dsignal_32.c225 #define unsafe_put_sigcontext32(sc, fp, regs, set, label) \
228 goto label; \
H A Dsignal_64.c138 #define unsafe_put_sigcontext(sc, fp, regs, set, label) \
141 goto label; \
144 #define unsafe_put_sigmask(set, frame, label) \
147 label)

Completed in 302 milliseconds

1234567891011>>