Home
last modified time | relevance | path

Searched refs:label (Results 1 – 25 of 1943) sorted by relevance

12345678910>>...78

/linux/tools/testing/selftests/powerpc/primitives/asm/
H A Dfeature-fixups.h31 #define START_FTR_SECTION(label) label##1: argument
33 #define FTR_SECTION_ELSE_NESTED(label) \ argument
34 label##2: \
35 .pushsection __ftr_alt_##label,"a"; \
37 label##3:
57 #define MAKE_FTR_SECTION_ENTRY(msk, val, label, sect) \ argument
58 label##4: \
62 label##5: \
65 FTR_ENTRY_OFFSET label##
74 BEGIN_FTR_SECTION_NESTED(label) global() argument
77 END_FTR_SECTION_NESTED(msk,val,label) global() argument
84 END_FTR_SECTION_NESTED_IFSET(msk,label) global() argument
92 ALT_FTR_SECTION_END_NESTED(msk,val,label) global() argument
94 ALT_FTR_SECTION_END_NESTED_IFSET(msk,label) global() argument
96 ALT_FTR_SECTION_END_NESTED_IFCLR(msk,label) global() argument
106 BEGIN_MMU_FTR_SECTION_NESTED(label) global() argument
109 END_MMU_FTR_SECTION_NESTED(msk,val,label) global() argument
116 END_MMU_FTR_SECTION_NESTED_IFSET(msk,label) global() argument
119 END_MMU_FTR_SECTION_NESTED_IFCLR(msk,label) global() argument
126 MMU_FTR_SECTION_ELSE_NESTED(label) global() argument
128 ALT_MMU_FTR_SECTION_END_NESTED(msk,val,label) global() argument
130 ALT_MMU_FTR_SECTION_END_NESTED_IFSET(msk,label) global() argument
132 ALT_MMU_FTR_SECTION_END_NESTED_IFCLR(msk,label) global() argument
142 BEGIN_FW_FTR_SECTION_NESTED(label) global() argument
145 END_FW_FTR_SECTION_NESTED(msk,val,label) global() argument
156 FW_FTR_SECTION_ELSE_NESTED(label) global() argument
158 ALT_FW_FTR_SECTION_END_NESTED(msk,val,label) global() argument
160 ALT_FW_FTR_SECTION_END_NESTED_IFSET(msk,label) global() argument
162 ALT_FW_FTR_SECTION_END_NESTED_IFCLR(msk,label) global() argument
202 START_LWSYNC_SECTION(label) global() argument
203 MAKE_LWSYNC_SECTION_ENTRY(label,sect) global() argument
[all...]
/linux/arch/powerpc/include/asm/
H A Dfeature-fixups.h31 #define START_FTR_SECTION(label) label##1: argument
33 #define FTR_SECTION_ELSE_NESTED(label) \ argument
34 label##2: \
35 .pushsection __ftr_alt_##label,"a"; \
37 label##3:
57 #define MAKE_FTR_SECTION_ENTRY(msk, val, label, sect) \ argument
58 label##4: \
62 label##5: \
65 FTR_ENTRY_OFFSET label##1b-label##5b; \
66 FTR_ENTRY_OFFSET label##2b-label##5b; \
[all …]
/linux/security/apparmor/
H A Dlabel.c46 aa_put_label(rcu_dereference_protected(proxy->label, true)); in free_proxy()
48 RCU_INIT_POINTER(proxy->label, (struct aa_label *)PROXY_POISON); in free_proxy()
60 struct aa_proxy *aa_alloc_proxy(struct aa_label *label, gfp_t gfp) in aa_alloc_proxy() argument
67 rcu_assign_pointer(new->label, aa_get_label(label)); in aa_alloc_proxy()
81 tmp = rcu_dereference_protected(orig->proxy->label, in __aa_proxy_redirect()
83 rcu_assign_pointer(orig->proxy->label, aa_get_label(new)); in __aa_proxy_redirect()
213 u |= new->vec[i]->label.flags & (FLAG_DEBUG1 | FLAG_DEBUG2 | in accum_label_info()
215 if (!(u & new->vec[i]->label.flags & FLAG_UNCONFINED)) in accum_label_info()
217 new->mediates |= new->vec[i]->label.mediates; in accum_label_info()
321 void aa_label_destroy(struct aa_label *label) in aa_label_destroy() argument
[all …]
H A Dlsm.c167 struct aa_label *label; in apparmor_capget() local
172 label = aa_get_newest_cred_label(cred); in apparmor_capget()
178 if (!unconfined(label)) { in apparmor_capget()
182 label_for_each_confined(i, label, profile) { in apparmor_capget()
191 aa_put_label(label); in apparmor_capget()
199 struct aa_label *label; in apparmor_capable() local
202 label = aa_get_newest_cred_label(cred); in apparmor_capable()
203 if (!unconfined(label)) in apparmor_capable()
204 error = aa_capable(cred, label, cap, opts); in apparmor_capable()
205 aa_put_label(label); in apparmor_capable()
[all …]
H A Daf_unix.c34 struct aa_label *label, const struct path *path) in unix_fs_perm() argument
36 AA_BUG(!label); in unix_fs_perm()
39 if (unconfined(label) || !label_mediates(label, AA_CLASS_FILE)) in unix_fs_perm()
55 return aa_path_perm(op, subj_cred, label, path, in unix_fs_perm()
181 ad->peer = &peer->label; in match_label()
205 struct aa_ruleset *rules = profile->label.rules[0]; in profile_create_perm()
229 struct aa_ruleset *rules = profile->label.rules[0]; in profile_sk_perm()
241 &profile->label, in profile_sk_perm()
257 struct aa_ruleset *rules = profile->label.rules[0]; in profile_bind_perm()
288 struct aa_ruleset *rules = profile->label.rules[0]; in profile_listen_perm()
[all …]
H A Ddomain.c96 struct aa_ruleset *rules = profile->label.rules[0]; in match_component()
129 struct aa_label *label, bool stack, in label_compound_match() argument
133 struct aa_ruleset *rules = profile->label.rules[0]; in label_compound_match()
139 label_for_each(i, label, tp) { in label_compound_match()
153 label_for_each_cont(i, label, tp) { in label_compound_match()
191 struct aa_label *label, bool stack, in label_components_match() argument
195 struct aa_ruleset *rules = profile->label.rules[0]; in label_components_match()
203 label_for_each(i, label, tp) { in label_components_match()
220 label_for_each_cont(i, label, tp) { in label_components_match()
254 static int label_match(struct aa_profile *profile, struct aa_label *label, in label_match() argument
[all …]
/linux/security/apparmor/include/
H A Dcred.h31 struct aa_label *label) in set_cred_label() argument
36 *blob = label; in set_cred_label()
49 struct aa_label *label = cred_label(cred); in aa_cred_raw_label() local
51 AA_BUG(!label); in aa_cred_raw_label()
52 return label; in aa_cred_raw_label()
124 static inline void __end_current_label_crit_section(struct aa_label *label, in __end_current_label_crit_section() argument
128 aa_put_label(label); in __end_current_label_crit_section()
139 static inline void end_current_label_crit_section(struct aa_label *label) in end_current_label_crit_section() argument
141 if (label != aa_current_raw_label()) in end_current_label_crit_section()
142 aa_put_label(label); in end_current_label_crit_section()
[all …]
/linux/drivers/platform/mellanox/
H A Dmlx-platform.c701 .label = "psu1",
707 .label = "psu2",
717 .label = "psu1",
723 .label = "psu2",
732 .label = "pwr1",
739 .label = "pwr2",
749 .label = "pwr1",
755 .label = "pwr2",
764 .label = "pwr1",
771 .label = "pwr2",
[all …]
/linux/tools/verification/models/sched/
H A Dsts.dot4 {node [shape = plaintext, style=invis, label=""] "__init_can_sched"};
14 "can_sched" [label = "can_sched", color = green3];
15 "can_sched" -> "cant_sched" [ label = "irq_disable" ];
16 "can_sched" -> "scheduling" [ label = "schedule_entry" ];
17 "cant_sched" [label = "cant_sched"];
18 "cant_sched" -> "can_sched" [ label = "irq_enable" ];
19 "cant_sched" -> "cant_sched" [ label = "irq_entry" ];
20 "disable_to_switch" [label = "disable_to_switch"];
21 "disable_to_switch" -> "enable_to_exit" [ label = "irq_enable" ];
22 "disable_to_switch" -> "in_irq" [ label = "irq_entry" ];
[all …]
H A Dopid.dot4 {node [shape = plaintext, style=invis, label=""] "__init_disabled"};
12 "disabled" [label = "disabled"];
13 "disabled" -> "disabled" [ label = "sched_need_resched\nsched_waking\nirq_entry" ];
14 "disabled" -> "irq_disabled" [ label = "preempt_enable" ];
15 "disabled" -> "preempt_disabled" [ label = "irq_enable" ];
16 "enabled" [label = "enabled", color = green3];
17 "enabled" -> "enabled" [ label = "preempt_enable" ];
18 "enabled" -> "irq_disabled" [ label = "irq_disable" ];
19 "enabled" -> "preempt_disabled" [ label = "preempt_disable" ];
20 "in_irq" [label = "in_irq"];
[all …]
H A Dsssw.dot4 {node [shape = plaintext, style=invis, label=""] "__init_runnable"};
11 "runnable" [label = "runnable", color = green3];
12 …"runnable" -> "runnable" [ label = "sched_set_state_runnable\nsched_wakeup\nsched_switch_in\nsched…
13 "runnable" -> "sleepable" [ label = "sched_set_state_sleepable" ];
14 "runnable" -> "sleeping" [ label = "sched_switch_blocking" ];
15 "signal_wakeup" [label = "signal_wakeup"];
16 "signal_wakeup" -> "runnable" [ label = "signal_deliver" ];
17 …"signal_wakeup" -> "signal_wakeup" [ label = "sched_switch_in\nsched_switch_preempt\nsched_switch_…
18 "signal_wakeup" -> "sleepable" [ label = "sched_set_state_sleepable" ];
19 "sleepable" [label = "sleepable"];
[all …]
H A Dnrp.dot7 {node [shape = plaintext, style=invis, label=""] "__init_preempt_irq"};
11 "any_thread_running" [label = "any_thread_running", color = green3];
12 "any_thread_running" -> "any_thread_running" [ label = "schedule_entry\nirq_entry" ];
13 "any_thread_running" -> "rescheduling" [ label = "sched_need_resched" ];
14 "nested_preempt" [label = "nested_preempt"];
15 "nested_preempt" -> "any_thread_running" [ label = "schedule_entry_preempt\nschedule_entry" ];
16 "nested_preempt" -> "nested_preempt" [ label = "irq_entry" ];
17 "nested_preempt" -> "preempt_irq" [ label = "sched_need_resched" ];
18 "preempt_irq" [label = "preempt_irq"];
19 "preempt_irq" -> "nested_preempt" [ label = "schedule_entry_preempt\nschedule_entry" ];
[all …]
/linux/tools/testing/selftests/rseq/
H A Drseq-x86.h58 #define __RSEQ_ASM_DEFINE_TABLE(label, version, flags, \ argument
62 __rseq_str(label) ":\n\t" \
67 ".quad " __rseq_str(label) "b\n\t" \
71 #define RSEQ_ASM_DEFINE_TABLE(label, start_ip, post_commit_ip, abort_ip) \ argument
72 __RSEQ_ASM_DEFINE_TABLE(label, 0x0, 0x0, start_ip, \
88 #define RSEQ_ASM_STORE_RSEQ_CS(label, cs_label, rseq_cs) \ argument
92 __rseq_str(label) ":\n\t"
94 #define RSEQ_ASM_CMP_CPU_ID(cpu_id, current_cpu_id, label) \ argument
97 "jnz " __rseq_str(label) "\n\t"
99 #define RSEQ_ASM_DEFINE_ABORT(label, teardown, abort_label) \ argument
[all …]
/linux/arch/arm64/boot/dts/amd/
H A Delba-flash-parts.dtsi12 label = "rsvd";
18 label = "flash";
23 label = "golduenv";
28 label = "boot0";
33 label = "golduboot";
38 label = "brdcfg0";
43 label = "brdcfg1";
48 label = "goldfw";
53 label = "fwmap";
58 label = "fwsel";
[all …]
/linux/Documentation/admin-guide/blockdev/drbd/
H A Ddrbd-connection-state-overview.dot9 StandAlone [ style=filled,fillcolor=gray,label=StandAlone ]
13 Unconnected [ label=Unconnected ]
16 label="{communication loss|{Timeout|BrokenPipe|NetworkFailure}}" ]
21 label="try to connect, handshake"
23 WFConnection [ label=WFConnection ]
24 WFReportParams [ label=WFReportParams ]
27 TearDown [ label=TearDown ]
29 Connected [ label=Connected,style=filled,fillcolor=green,fontcolor=black ]
33 StartingSyncS [ label=StartingSyncS ]
34 StartingSyncT [ label=StartingSyncT ]
[all …]
H A Ddisk-states-8.dot2 Diskless -> Inconsistent [ label = "ioctl_set_disk()" ]
3 Diskless -> Consistent [ label = "ioctl_set_disk()" ]
4 Diskless -> Outdated [ label = "ioctl_set_disk()" ]
5 Consistent -> Outdated [ label = "receive_param()" ]
6 Consistent -> UpToDate [ label = "receive_param()" ]
7 Consistent -> Inconsistent [ label = "start resync" ]
8 Outdated -> Inconsistent [ label = "start resync" ]
9 UpToDate -> Inconsistent [ label = "ioctl_replicate" ]
10 Inconsistent -> UpToDate [ label = "resync completed" ]
11 Consistent -> Failed [ label = "io completion error" ]
[all …]
/linux/arch/arm/boot/dts/broadcom/
H A Dbcm47094-linksys-panamera.dts34 label = "WPS";
40 label = "WiFi";
46 label = "Reset";
56 label = "bcm53xx:white:wps";
61 label = "bcm53xx:green:usb2";
68 label = "bcm53xx:green:usb3";
76 label = "bcm53xx:white:power";
82 label = "bcm53xx:amber:wifi-disabled";
87 label = "bcm53xx:white:wifi-enabled";
92 label = "bcm53xx:white:bluebar1";
[all …]
/linux/tools/bpf/
H A Dbpf_exp.y44 static void bpf_set_curr_label(char *label);
45 static void bpf_set_jmp_label(char *label, enum jmp_type type);
50 char *label; member
63 %token extension number label
65 %type <label> label
119 : label ':' { bpf_set_curr_label($1); }
210 : OP_JMP label {
216 : OP_JEQ '#' number ',' label ',' label {
220 | OP_JEQ 'x' ',' label ',' label {
224 | OP_JEQ '%' 'x' ',' label ',' label {
[all …]
/linux/drivers/scsi/sym53c8xx_2/
H A Dsym_fw.h74 #define SYM_GEN_A(s, label) s label; argument
75 #define SYM_GEN_B(s, label) s label; argument
76 #define SYM_GEN_Z(s, label) s label; argument
152 #define SCRIPTA_BA(np, label) (np->fwa_bas.label) argument
153 #define SCRIPTB_BA(np, label) (np->fwb_bas.label) argument
154 #define SCRIPTZ_BA(np, label) (np->fwz_bas.label) argument
181 #define HADDR_1(label) (RELOC_SOFTC | offsetof(struct sym_hcb, label)) argument
182 #define HADDR_2(label,ofs) (RELOC_SOFTC | \ argument
183 (offsetof(struct sym_hcb, label)+(ofs)))
184 #define RADDR_1(label) (RELOC_REGISTER | REG(label)) argument
[all …]
/linux/arch/arm/boot/dts/marvell/
H A Darmada-385-linksys-caiman.dts19 label = "caiman:amber:wan";
24 label = "caiman:white:wan";
29 label = "caiman:white:wlan_2g";
34 label = "caiman:white:wlan_5g";
39 label = "caiman:white:usb2";
44 label = "caiman:white:usb3_1";
49 label = "caiman:white:usb3_2";
54 label = "caiman:white:wps";
59 label = "caiman:amber:wps";
66 label = "caiman:white:power";
[all …]
H A Darmada-385-linksys-cobra.dts19 label = "cobra:amber:wan";
24 label = "cobra:white:wan";
29 label = "cobra:white:wlan_2g";
34 label = "cobra:white:wlan_5g";
39 label = "cobra:white:usb2";
44 label = "cobra:white:usb3_1";
49 label = "cobra:white:usb3_2";
54 label = "cobra:white:wps";
59 label = "cobra:amber:wps";
66 label = "cobra:white:power";
[all …]
H A Darmada-385-linksys-shelby.dts19 label = "shelby:amber:wan";
24 label = "shelby:white:wan";
29 label = "shelby:white:wlan_2g";
34 label = "shelby:white:wlan_5g";
39 label = "shelby:white:usb2";
44 label = "shelby:white:usb3_1";
49 label = "shelby:white:usb3_2";
54 label = "shelby:white:wps";
59 label = "shelby:amber:wps";
66 label = "shelby:white:power";
[all …]
/linux/arch/powerpc/kernel/
H A Dsignal.h25 #define unsafe_get_user_sigset(dst, src, label) do { \ argument
31 unsafe_get_user(__dst->sig[i], &__src->sig[i], label); \
48 #define unsafe_copy_fpr_to_user(to, task, label) do { \ argument
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 { \ argument
65 &buf[i], label);\
68 #define unsafe_copy_fpr_from_user(task, from, label) do { \ argument
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 …]
/linux/drivers/hwmon/
H A Dsmpro-hwmon.c65 const char *label; member
71 .label = "temp1 SoC"
76 .label = "temp2 SoC VRD"
80 .label = "temp3 DIMM VRD"
84 .label = "temp4 CORE VRD"
89 .label = "temp5 CH0 DIMM"
94 .label = "temp6 CH1 DIMM"
99 .label = "temp7 CH2 DIMM"
104 .label = "temp8 CH3 DIMM"
109 .label = "temp9 CH4 DIMM"
[all …]
/linux/arch/arm64/boot/dts/apple/
H A Dt8103-pmgr.dtsi15 label = "sbr";
24 label = "aic";
33 label = "dwi";
42 label = "soc_spmi0";
50 label = "soc_spmi1";
58 label = "soc_spmi2";
66 label = "gpio";
74 label = "pms_busif";
83 label = "pms";
92 label = "pms_fpwm0";
[all …]

12345678910>>...78