Home
last modified time | relevance | path

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

12345678910>>...99

/linux-6.6.21/tools/testing/selftests/powerpc/primitives/asm/
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-6.6.21/arch/powerpc/include/asm/
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-6.6.21/security/apparmor/
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()
208 u |= vec[i]->label.flags & (FLAG_DEBUG1 | FLAG_DEBUG2 | in accum_vec_flags()
210 if (!(u & vec[i]->label.flags & FLAG_UNCONFINED)) in accum_vec_flags()
315 void aa_label_destroy(struct aa_label *label) in aa_label_destroy() argument
317 AA_BUG(!label); in aa_label_destroy()
[all …]
Dsecid.c47 void aa_secid_update(u32 secid, struct aa_label *label) in aa_secid_update() argument
52 __xa_store(&aa_secids, secid, label, 0); in aa_secid_update()
67 struct aa_label *label = aa_secid_to_label(secid); in apparmor_secid_to_secctx() local
73 if (!label) in apparmor_secid_to_secctx()
80 len = aa_label_asxprint(secdata, root_ns, label, in apparmor_secid_to_secctx()
83 len = aa_label_snxprint(NULL, 0, root_ns, label, flags); in apparmor_secid_to_secctx()
95 struct aa_label *label; in apparmor_secctx_to_secid() local
97 label = aa_label_strn_parse(&root_ns->unconfined->label, secdata, in apparmor_secctx_to_secid()
99 if (IS_ERR(label)) in apparmor_secctx_to_secid()
100 return PTR_ERR(label); in apparmor_secctx_to_secid()
[all …]
/linux-6.6.21/security/apparmor/include/
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()
107 static inline void end_current_label_crit_section(struct aa_label *label) in end_current_label_crit_section() argument
109 if (label != aa_current_raw_label()) in end_current_label_crit_section()
110 aa_put_label(label); in end_current_label_crit_section()
127 struct aa_label *label = aa_current_raw_label(); in __begin_current_label_crit_section() local
129 if (label_is_stale(label)) in __begin_current_label_crit_section()
[all …]
/linux-6.6.21/drivers/platform/x86/
Dmlx-platform.c647 .label = "psu1",
653 .label = "psu2",
663 .label = "psu1",
669 .label = "psu2",
678 .label = "pwr1",
685 .label = "pwr2",
695 .label = "pwr1",
701 .label = "pwr2",
710 .label = "pwr1",
717 .label = "pwr2",
[all …]
/linux-6.6.21/tools/testing/selftests/rseq/
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-6.6.21/Documentation/admin-guide/blockdev/drbd/
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 …]
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-6.6.21/arch/arm/boot/dts/broadcom/
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 …]
Dbcm47094-asus-rt-ac3100.dtsi29 label = "white:power";
35 label = "red:wan";
40 label = "white:lan";
45 label = "white:usb2";
52 label = "white:usb3";
59 label = "white:wps";
68 label = "WPS";
74 label = "Reset";
80 label = "Wi-Fi";
86 label = "Backlight";
[all …]
Dbcm4708-smartrg-sr400ac.dts32 label = "bcm53xx:white:power";
38 label = "bcm53xx:amber:power";
43 label = "bcm53xx:white:usb2";
50 label = "bcm53xx:white:usb3";
57 label = "bcm53xx:green:usb3";
64 label = "bcm53xx:white:wps";
69 label = "bcm53xx:red:status";
74 label = "bcm53xx:green:status";
79 label = "bcm53xx:blue:status";
84 label = "bcm53xx:white:wan";
[all …]
/linux-6.6.21/tools/bpf/
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-6.6.21/drivers/scsi/sym53c8xx_2/
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-6.6.21/arch/powerpc/platforms/pseries/
Dplpks.c59 struct label { struct
201 static struct label *construct_label(char *component, u8 varos, u8 *name, in construct_label()
204 struct label *label; in construct_label() local
213 if (slen > sizeof(label->attr.prefix)) in construct_label()
218 label = kzalloc(roundup_pow_of_two(sizeof(*label)), GFP_KERNEL); in construct_label()
219 if (!label) in construct_label()
223 memcpy(&label->attr.prefix, component, slen); in construct_label()
225 label->attr.version = PLPKS_LABEL_VERSION; in construct_label()
226 label->attr.os = varos; in construct_label()
227 label->attr.length = PLPKS_MAX_LABEL_ATTR_SIZE; in construct_label()
[all …]
/linux-6.6.21/arch/arm/boot/dts/marvell/
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 …]
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 …]
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 …]
Darmada-385-linksys-rango.dts21 label = "rango:amber:wan";
26 label = "rango:white:wan";
31 label = "rango:white:usb2";
36 label = "rango:white:usb3_1";
41 label = "rango:white:usb3_2";
46 label = "rango:white:wps";
51 label = "rango:amber:wps";
59 label = "rango:white:power";
64 label = "rango:white:sata";
69 label = "rango:white:wlan_2g";
[all …]
/linux-6.6.21/Documentation/scsi/scsi_transport_srp/
Drport_state_diagram.dot7 running_rta [ label = "running;\nreconnect\ntimer\nactive" ];
9 running [ label = "running;\nreconnect\ntimer\nstopped" ];
11 failfast [ label = "fail I/O\nfast" ];
14 …running -> running_rta [ label = "fast_io_fail_tmo = off and\ndev_loss_tmo = off;\nsrp_start_tl_f…
15 …running_rta -> running [ label = "fast_io_fail_tmo = off and\ndev_loss_tmo = off;\nreconnecting s…
16 …running -> blocked [ label = "fast_io_fail_tmo >= 0 or\ndev_loss_tmo >= 0;\nsrp_start_tl_fail_tim…
17 …running -> failfast [ label = "fast_io_fail_tmo = off and\ndev_loss_tmo = off;\nreconnecting fail…
18 blocked -> failfast [ label = "fast_io_fail_tmo\nexpired or\nreconnecting\nfailed" ];
19 blocked -> lost [ label = "dev_loss_tmo\nexpired or\nsrp_stop_rport_timers()" ];
20 failfast -> lost [ label = "dev_loss_tmo\nexpired or\nsrp_stop_rport_timers()" ];
[all …]
/linux-6.6.21/arch/powerpc/kernel/
Dsignal.h28 #define unsafe_get_user_sigset(dst, src, label) do { \ argument
34 unsafe_get_user(__dst->sig[i], &__src->sig[i], label); \
51 #define unsafe_copy_fpr_to_user(to, task, label) do { \ argument
57 unsafe_put_user(__t->thread.TS_FPR(i), &buf[i], label); \
58 unsafe_put_user(__t->thread.fp_state.fpscr, &buf[i], label); \
61 #define unsafe_copy_vsx_to_user(to, task, label) do { \ argument
68 &buf[i], label);\
71 #define unsafe_copy_fpr_from_user(task, from, label) do { \ argument
77 unsafe_get_user(__t->thread.TS_FPR(i), &buf[i], label); \
78 unsafe_get_user(__t->thread.fp_state.fpscr, &buf[i], label); \
[all …]
/linux-6.6.21/drivers/hwmon/
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-6.6.21/block/partitions/
Dsun.c65 } * label; in sun_partition() local
71 label = read_part_sector(state, 0, &sect); in sun_partition()
72 if (!label) in sun_partition()
75 p = label->partitions; in sun_partition()
76 if (be16_to_cpu(label->magic) != SUN_LABEL_MAGIC) { in sun_partition()
83 ush = ((__be16 *) (label+1)) - 1; in sun_partition()
84 for (csum = 0; ush >= ((__be16 *) label);) in sun_partition()
94 use_vtoc = ((be32_to_cpu(label->vtoc.sanity) == SUN_VTOC_SANITY) && in sun_partition()
95 (be32_to_cpu(label->vtoc.version) == 1) && in sun_partition()
96 (be16_to_cpu(label->vtoc.nparts) <= 8)); in sun_partition()
[all …]
/linux-6.6.21/arch/arm64/boot/dts/apple/
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 …]
Dt8112-pmgr.dtsi15 label = "sbr";
24 label = "aic";
33 label = "dwi";
42 label = "soc_spmi0";
50 label = "gpio";
58 label = "pms_busif";
67 label = "pms";
76 label = "pms_c1ppt";
85 label = "soc_dpe";
94 label = "pmgr_soc_ocla";
[all …]

12345678910>>...99