Home
last modified time | relevance | path

Searched defs:label (Results 1 – 25 of 283) sorted by relevance

12345678910>>...12

/Linux-v5.4/arch/powerpc/include/asm/
Dfeature-fixups.h31 #define START_FTR_SECTION(label) label##1: argument
33 #define FTR_SECTION_ELSE_NESTED(label) \ argument
39 #define MAKE_FTR_SECTION_ENTRY(msk, val, label, sect) \ argument
58 #define BEGIN_FTR_SECTION_NESTED(label) START_FTR_SECTION(label) argument
61 #define END_FTR_SECTION_NESTED(msk, val, label) \ argument
68 #define END_FTR_SECTION_NESTED_IFSET(msk, label) \ argument
76 #define ALT_FTR_SECTION_END_NESTED(msk, val, label) \ argument
78 #define ALT_FTR_SECTION_END_NESTED_IFSET(msk, label) \ argument
80 #define ALT_FTR_SECTION_END_NESTED_IFCLR(msk, label) \ argument
90 #define BEGIN_MMU_FTR_SECTION_NESTED(label) START_FTR_SECTION(label) argument
[all …]
/Linux-v5.4/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
39 #define MAKE_FTR_SECTION_ENTRY(msk, val, label, sect) \ argument
58 #define BEGIN_FTR_SECTION_NESTED(label) START_FTR_SECTION(label) argument
61 #define END_FTR_SECTION_NESTED(msk, val, label) \ argument
68 #define END_FTR_SECTION_NESTED_IFSET(msk, label) \ argument
76 #define ALT_FTR_SECTION_END_NESTED(msk, val, label) \ argument
78 #define ALT_FTR_SECTION_END_NESTED_IFSET(msk, label) \ argument
80 #define ALT_FTR_SECTION_END_NESTED_IFCLR(msk, label) \ argument
90 #define BEGIN_MMU_FTR_SECTION_NESTED(label) START_FTR_SECTION(label) argument
[all …]
/Linux-v5.4/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
184 #define RADDR_1(label) (RELOC_REGISTER | REG(label)) argument
185 #define RADDR_2(label,ofs) (RELOC_REGISTER | ((REG(label))+(ofs))) argument
[all …]
Dsym_fw.c32 #define SYM_GEN_A(s, label) ((short) offsetof(s, label)), argument
33 #define SYM_GEN_B(s, label) ((short) offsetof(s, label)), argument
34 #define SYM_GEN_Z(s, label) ((short) offsetof(s, label)), argument
35 #define PADDR_A(label) SYM_GEN_PADDR_A(struct SYM_FWA_SCR, label) argument
36 #define PADDR_B(label) SYM_GEN_PADDR_B(struct SYM_FWB_SCR, label) argument
/Linux-v5.4/security/apparmor/
Dlabel.c60 struct aa_proxy *aa_alloc_proxy(struct aa_label *label, gfp_t gfp) in aa_alloc_proxy()
312 static void label_destroy(struct aa_label *label) in label_destroy()
344 void aa_label_free(struct aa_label *label) in aa_label_free()
353 static void label_free_switch(struct aa_label *label) in label_free_switch()
365 struct aa_label *label = container_of(head, struct aa_label, rcu); in label_free_rcu() local
374 struct aa_label *label = container_of(kref, struct aa_label, count); in aa_label_kref() local
392 static void label_free_or_put_new(struct aa_label *label, struct aa_label *new) in label_free_or_put_new()
401 bool aa_label_init(struct aa_label *label, int size, gfp_t gfp) in aa_label_init()
480 int aa_label_next_confined(struct aa_label *label, int i) in aa_label_next_confined()
563 static bool __label_remove(struct aa_label *label, struct aa_label *new) in __label_remove()
[all …]
Dsecid.c46 void aa_secid_update(u32 secid, struct aa_label *label) in aa_secid_update()
61 struct aa_label *label; in aa_secid_to_label() local
73 struct aa_label *label = aa_secid_to_label(secid); in apparmor_secid_to_secctx() local
100 struct aa_label *label; in apparmor_secctx_to_secid() local
124 int aa_alloc_secid(struct aa_label *label, gfp_t gfp) in aa_alloc_secid()
Dnet.c132 int aa_af_perm(struct aa_label *label, const char *op, u32 request, u16 family, in aa_af_perm()
143 static int aa_label_sk_perm(struct aa_label *label, const char *op, u32 request, in aa_label_sk_perm()
164 struct aa_label *label; in aa_sk_perm() local
179 int aa_sock_file_perm(struct aa_label *label, const char *op, u32 request, in aa_sock_file_perm()
192 struct aa_label *label; in apparmor_secmark_init() local
244 int apparmor_secmark_check(struct aa_label *label, char *op, u32 request, in apparmor_secmark_check()
Dfile.c166 static int path_name(const char *op, struct aa_label *label, in path_name()
324 int aa_path_perm(const char *op, struct aa_label *label, in aa_path_perm()
464 int aa_path_link(struct aa_label *label, struct dentry *old_dentry, in aa_path_link()
487 static void update_file_ctx(struct aa_file_ctx *fctx, struct aa_label *label, in update_file_ctx()
508 static int __file_path_perm(const char *op, struct aa_label *label, in __file_path_perm()
561 static int __file_sock_perm(const char *op, struct aa_label *label, in __file_sock_perm()
596 int aa_file_perm(const char *op, struct aa_label *label, struct file *file, in aa_file_perm()
640 static void revalidate_tty(struct aa_label *label) in revalidate_tty()
670 struct aa_label *label = (struct aa_label *)p; in match_file() local
681 struct aa_label *label = aa_get_newest_cred_label(cred); in aa_inherit_files() local
Dtask.c41 int aa_replace_current_label(struct aa_label *label) in aa_replace_current_label()
93 int aa_set_current_onexec(struct aa_label *label, bool stack) in aa_set_current_onexec()
115 int aa_set_current_hat(struct aa_label *label, u64 token) in aa_set_current_hat()
Dlsm.c140 struct aa_label *label; in apparmor_capget() local
173 struct aa_label *label; in apparmor_capable() local
196 struct aa_label *label; in common_perm() local
329 struct aa_label *label; in apparmor_path_link() local
346 struct aa_label *label; in apparmor_path_rename() local
395 struct aa_label *label; in apparmor_file_open() local
429 struct aa_label *label = begin_current_label_crit_section(); in apparmor_file_alloc_security() local
447 struct aa_label *label; in common_file_perm() local
519 struct aa_label *label; in apparmor_sb_mount() local
550 struct aa_label *label; in apparmor_sb_umount() local
[all …]
Dmount.c398 int aa_remount(struct aa_label *label, const struct path *path, in aa_remount()
420 int aa_bind_mount(struct aa_label *label, const struct path *path, in aa_bind_mount()
450 int aa_mount_change_type(struct aa_label *label, const struct path *path, in aa_mount_change_type()
473 int aa_move_mount(struct aa_label *label, const struct path *path, in aa_move_mount()
501 int aa_new_mount(struct aa_label *label, const char *dev_name, in aa_new_mount()
584 int aa_umount(struct aa_label *label, struct vfsmount *mnt, int flags) in aa_umount()
658 int aa_pivotroot(struct aa_label *label, const struct path *old_path, in aa_pivotroot()
/Linux-v5.4/drivers/usb/host/
Dehci-dbg.c15 static void dbg_hcs_params(struct ehci_hcd *ehci, char *label) in dbg_hcs_params()
51 static void dbg_hcc_params(struct ehci_hcd *ehci, char *label) in dbg_hcc_params()
80 dbg_qtd(const char *label, struct ehci_hcd *ehci, struct ehci_qtd *qtd) in dbg_qtd()
96 dbg_qh(const char *label, struct ehci_hcd *ehci, struct ehci_qh *qh) in dbg_qh()
106 dbg_itd(const char *label, struct ehci_hcd *ehci, struct ehci_itd *itd) in dbg_itd()
137 dbg_sitd(const char *label, struct ehci_hcd *ehci, struct ehci_sitd *sitd) in dbg_sitd()
152 dbg_status_buf(char *buf, unsigned len, const char *label, u32 status) in dbg_status_buf()
171 dbg_intr_buf(char *buf, unsigned len, const char *label, u32 enable) in dbg_intr_buf()
188 dbg_command_buf(char *buf, unsigned len, const char *label, u32 command) in dbg_command_buf()
212 dbg_port_buf(char *buf, unsigned len, const char *label, int port, u32 status) in dbg_port_buf()
[all …]
/Linux-v5.4/security/apparmor/include/
Dcred.h31 struct aa_label *label) in set_cred_label()
49 struct aa_label *label = cred_label(cred); in aa_cred_raw_label() local
120 static inline void end_current_label_crit_section(struct aa_label *label) in end_current_label_crit_section()
140 struct aa_label *label = aa_current_raw_label(); in __begin_current_label_crit_section() local
162 struct aa_label *label = aa_current_raw_label(); in begin_current_label_crit_section() local
178 struct aa_label *label; in aa_get_current_ns() local
/Linux-v5.4/arch/sparc/include/asm/
Dhead_64.h35 #define BRANCH_IF_SUN4V(tmp1,label) \ argument
41 #define BRANCH_IF_CHEETAH_BASE(tmp1,tmp2,label) \ argument
50 #define BRANCH_IF_JALAPENO(tmp1,tmp2,label) \ argument
59 #define BRANCH_IF_CHEETAH_PLUS_OR_FOLLOWON(tmp1,tmp2,label) \ argument
70 #define BRANCH_IF_ANY_CHEETAH(tmp1,tmp2,label) \ argument
/Linux-v5.4/tools/testing/selftests/rseq/
Drseq-x86.h55 #define __RSEQ_ASM_DEFINE_TABLE(label, version, flags, \ argument
68 #define RSEQ_ASM_DEFINE_TABLE(label, start_ip, post_commit_ip, abort_ip) \ argument
85 #define RSEQ_ASM_STORE_RSEQ_CS(label, cs_label, rseq_cs) \ argument
91 #define RSEQ_ASM_CMP_CPU_ID(cpu_id, current_cpu_id, label) \ argument
96 #define RSEQ_ASM_DEFINE_ABORT(label, teardown, abort_label) \ argument
106 #define RSEQ_ASM_DEFINE_CMPFAIL(label, teardown, cmpfail_label) \ argument
578 #define __RSEQ_ASM_DEFINE_TABLE(label, version, flags, \ argument
590 #define RSEQ_ASM_DEFINE_TABLE(label, start_ip, post_commit_ip, abort_ip) \ argument
607 #define RSEQ_ASM_STORE_RSEQ_CS(label, cs_label, rseq_cs) \ argument
612 #define RSEQ_ASM_CMP_CPU_ID(cpu_id, current_cpu_id, label) \ argument
[all …]
Drseq-ppc.h55 #define __RSEQ_ASM_DEFINE_TABLE(label, version, flags, \ argument
67 #define RSEQ_ASM_STORE_RSEQ_CS(label, cs_label, rseq_cs) \ argument
97 #define __RSEQ_ASM_DEFINE_TABLE(label, version, flags, \ argument
124 #define RSEQ_ASM_STORE_RSEQ_CS(label, cs_label, rseq_cs) \ argument
133 #define RSEQ_ASM_DEFINE_TABLE(label, start_ip, post_commit_ip, abort_ip) \ argument
137 #define RSEQ_ASM_CMP_CPU_ID(cpu_id, current_cpu_id, label) \ argument
143 #define RSEQ_ASM_DEFINE_ABORT(label, abort_label) \ argument
155 #define RSEQ_ASM_OP_CMPEQ(var, expect, label) \ argument
160 #define RSEQ_ASM_OP_CMPNE(var, expectnot, label) \ argument
Drseq-arm.h86 #define __RSEQ_ASM_DEFINE_TABLE(label, version, flags, start_ip, \ argument
98 #define RSEQ_ASM_DEFINE_TABLE(label, start_ip, post_commit_ip, abort_ip) \ argument
115 #define RSEQ_ASM_STORE_RSEQ_CS(label, cs_label, rseq_cs) \ argument
121 #define RSEQ_ASM_CMP_CPU_ID(cpu_id, current_cpu_id, label) \ argument
127 #define __RSEQ_ASM_DEFINE_ABORT(table_label, label, teardown, \ argument
139 #define RSEQ_ASM_DEFINE_ABORT(table_label, label, teardown, abort_label, \ argument
145 #define RSEQ_ASM_DEFINE_CMPFAIL(label, teardown, cmpfail_label) \ argument
Drseq-arm64.h96 #define __RSEQ_ASM_DEFINE_TABLE(label, version, flags, start_ip, \ argument
110 #define RSEQ_ASM_DEFINE_TABLE(label, start_ip, post_commit_ip, abort_ip) \ argument
127 #define RSEQ_ASM_STORE_RSEQ_CS(label, cs_label, rseq_cs) \ argument
135 #define RSEQ_ASM_DEFINE_ABORT(label, abort_label) \ argument
156 #define RSEQ_ASM_OP_CMPEQ(var, expect, label) \ argument
162 #define RSEQ_ASM_OP_CMPEQ32(var, expect, label) \ argument
168 #define RSEQ_ASM_OP_CMPNE(var, expect, label) \ argument
174 #define RSEQ_ASM_CMP_CPU_ID(cpu_id, current_cpu_id, label) \ argument
Drseq-s390.h45 #define __RSEQ_ASM_DEFINE_TABLE(label, version, flags, \ argument
72 #define __RSEQ_ASM_DEFINE_TABLE(label, version, flags, \ argument
107 #define RSEQ_ASM_DEFINE_TABLE(label, start_ip, post_commit_ip, abort_ip) \ argument
111 #define RSEQ_ASM_STORE_RSEQ_CS(label, cs_label, rseq_cs) \ argument
117 #define RSEQ_ASM_CMP_CPU_ID(cpu_id, current_cpu_id, label) \ argument
122 #define RSEQ_ASM_DEFINE_ABORT(label, teardown, abort_label) \ argument
130 #define RSEQ_ASM_DEFINE_CMPFAIL(label, teardown, cmpfail_label) \ argument
Drseq-mips.h89 #define __RSEQ_ASM_DEFINE_TABLE(label, version, flags, start_ip, \ argument
103 #define RSEQ_ASM_DEFINE_TABLE(label, start_ip, post_commit_ip, abort_ip) \ argument
121 #define RSEQ_ASM_STORE_RSEQ_CS(label, cs_label, rseq_cs) \ argument
127 #define RSEQ_ASM_CMP_CPU_ID(cpu_id, current_cpu_id, label) \ argument
132 #define __RSEQ_ASM_DEFINE_ABORT(table_label, label, teardown, \ argument
146 #define RSEQ_ASM_DEFINE_ABORT(table_label, label, teardown, abort_label, \ argument
152 #define RSEQ_ASM_DEFINE_CMPFAIL(label, teardown, cmpfail_label) \ argument
/Linux-v5.4/drivers/regulator/
Dtwl6030-regulator.c504 #define TWL6030_ADJUSTABLE_SMPS(label) \ argument
515 #define TWL6030_ADJUSTABLE_LDO(label, offset) \ argument
530 #define TWL6032_ADJUSTABLE_LDO(label, offset) \ argument
545 #define TWL6030_FIXED_LDO(label, offset, mVolts, turnon_delay) \ argument
562 #define TWL6032_ADJUSTABLE_SMPS(label, offset) \ argument
626 #define TWL_OF_MATCH(comp, family, label) \ argument
632 #define TWL6030_OF_MATCH(comp, label) TWL_OF_MATCH(comp, TWL6030, label) argument
633 #define TWL6032_OF_MATCH(comp, label) TWL_OF_MATCH(comp, TWL6032, label) argument
634 #define TWLFIXED_OF_MATCH(comp, label) TWL_OF_MATCH(comp, TWLFIXED, label) argument
635 #define TWLSMPS_OF_MATCH(comp, label) TWL_OF_MATCH(comp, TWLSMPS, label) argument
Dtwl-regulator.c463 #define TWL4030_ADJUSTABLE_LDO(label, offset, num, turnon_delay, remap_conf) \ argument
482 #define TWL4030_ADJUSTABLE_SMPS(label, offset, num, turnon_delay, remap_conf, \ argument
502 #define TWL4030_FIXED_LDO(label, offset, mVolts, num, turnon_delay, \ argument
547 #define TWL_OF_MATCH(comp, family, label) \ argument
553 #define TWL4030_OF_MATCH(comp, label) TWL_OF_MATCH(comp, TWL4030, label) argument
554 #define TWL6030_OF_MATCH(comp, label) TWL_OF_MATCH(comp, TWL6030, label) argument
555 #define TWL6032_OF_MATCH(comp, label) TWL_OF_MATCH(comp, TWL6032, label) argument
556 #define TWLFIXED_OF_MATCH(comp, label) TWL_OF_MATCH(comp, TWLFIXED, label) argument
557 #define TWLSMPS_OF_MATCH(comp, label) TWL_OF_MATCH(comp, TWLSMPS, label) argument
/Linux-v5.4/block/partitions/
Dibm.c71 union label_t *label) in find_label()
137 union label_t *label) in find_vol1_partitions()
199 union label_t *label, in find_lnx1_partitions()
246 union label_t *label, in find_cms1_partitions()
300 union label_t *label; in ibm_partition() local
/Linux-v5.4/tools/bpf/
Dbpf_exp.y50 char *label; member
490 static void bpf_set_curr_label(char *label) in bpf_set_curr_label()
496 static void bpf_set_jmp_label(char *label, enum jmp_type type) in bpf_set_jmp_label()
512 static int bpf_find_insns_offset(const char *label) in bpf_find_insns_offset()
/Linux-v5.4/include/linux/
Dgpio.h53 const char *label; member
116 static inline int gpio_request(unsigned gpio, const char *label) in gpio_request()
122 unsigned long flags, const char *label) in gpio_request_one()
232 const char *label) in devm_gpio_request()
239 unsigned long flags, const char *label) in devm_gpio_request_one()

12345678910>>...12