Searched refs:jump_label_t (Results 1 - 6 of 6) sorted by relevance

/linux-master/arch/sparc/include/asm/
H A Djump_label.h43 typedef u32 jump_label_t; typedef
46 jump_label_t code;
47 jump_label_t target;
48 jump_label_t key;
/linux-master/arch/arm/include/asm/
H A Djump_label.h40 typedef u32 jump_label_t; typedef
43 jump_label_t code;
44 jump_label_t target;
45 jump_label_t key;
/linux-master/arch/arc/include/asm/
H A Djump_label.h63 typedef u32 jump_label_t; typedef
66 jump_label_t code;
67 jump_label_t target;
68 jump_label_t key;
/linux-master/arch/xtensa/include/asm/
H A Djump_label.h56 typedef u32 jump_label_t; typedef
59 jump_label_t code;
60 jump_label_t target;
61 jump_label_t key;
/linux-master/arch/mips/include/asm/
H A Djump_label.h68 typedef u64 jump_label_t; typedef
70 typedef u32 jump_label_t; typedef
74 jump_label_t code;
75 jump_label_t target;
76 jump_label_t key;
/linux-master/arch/arc/kernel/
H A Djump_label.c46 static inline u32 arc_gen_branch(jump_label_t pc, jump_label_t target)
85 jump_label_t *instr_addr = (jump_label_t *)entry->code;
103 jump_label_t pc;
104 jump_label_t target_address;

Completed in 121 milliseconds