Home
last modified time | relevance | path

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

12345678910>>...24

/kernel/linux/linux-5.10/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 …]
/kernel/linux/linux-5.10/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 …]
/kernel/linux/linux-4.19/arch/powerpc/include/asm/
Dexception-64s.h167 #define __EXCEPTION_PROLOG_2_RELON(label, h) \ argument
177 #define __EXCEPTION_PROLOG_2_RELON(label, h) \ argument
184 #define EXCEPTION_PROLOG_2_RELON(label, h) \ argument
192 #define EXCEPTION_RELON_PROLOG(area, label, h, extra, vec) \ argument
205 #define LOAD_HANDLER(reg, label) \ argument
209 #define __LOAD_HANDLER(reg, label) \ argument
217 #define __LOAD_FAR_HANDLER(reg, label) \ argument
327 #define __EXCEPTION_PROLOG_2(label, h) \ argument
336 #define EXCEPTION_PROLOG_2(label, h) \ argument
340 #define __EXCEPTION_PROLOG_2_NORI(label, h) \ argument
[all …]
Dfeature-fixups.h34 #define START_FTR_SECTION(label) label##1: argument
36 #define FTR_SECTION_ELSE_NESTED(label) \ argument
42 #define MAKE_FTR_SECTION_ENTRY(msk, val, label, sect) \ argument
61 #define BEGIN_FTR_SECTION_NESTED(label) START_FTR_SECTION(label) argument
64 #define END_FTR_SECTION_NESTED(msk, val, label) \ argument
71 #define END_FTR_SECTION_NESTED_IFSET(msk, label) \ argument
79 #define ALT_FTR_SECTION_END_NESTED(msk, val, label) \ argument
81 #define ALT_FTR_SECTION_END_NESTED_IFSET(msk, label) \ argument
83 #define ALT_FTR_SECTION_END_NESTED_IFCLR(msk, label) \ argument
93 #define BEGIN_MMU_FTR_SECTION_NESTED(label) START_FTR_SECTION(label) argument
[all …]
/kernel/linux/linux-4.19/tools/testing/selftests/powerpc/primitives/asm/
Dfeature-fixups.h34 #define START_FTR_SECTION(label) label##1: argument
36 #define FTR_SECTION_ELSE_NESTED(label) \ argument
42 #define MAKE_FTR_SECTION_ENTRY(msk, val, label, sect) \ argument
61 #define BEGIN_FTR_SECTION_NESTED(label) START_FTR_SECTION(label) argument
64 #define END_FTR_SECTION_NESTED(msk, val, label) \ argument
71 #define END_FTR_SECTION_NESTED_IFSET(msk, label) \ argument
79 #define ALT_FTR_SECTION_END_NESTED(msk, val, label) \ argument
81 #define ALT_FTR_SECTION_END_NESTED_IFSET(msk, label) \ argument
83 #define ALT_FTR_SECTION_END_NESTED_IFCLR(msk, label) \ argument
93 #define BEGIN_MMU_FTR_SECTION_NESTED(label) START_FTR_SECTION(label) argument
[all …]
/kernel/linux/linux-4.19/drivers/scsi/sym53c8xx_2/
Dsym_fw.h87 #define SYM_GEN_A(s, label) s label; argument
88 #define SYM_GEN_B(s, label) s label; argument
89 #define SYM_GEN_Z(s, label) s label; argument
165 #define SCRIPTA_BA(np, label) (np->fwa_bas.label) argument
166 #define SCRIPTB_BA(np, label) (np->fwb_bas.label) argument
167 #define SCRIPTZ_BA(np, label) (np->fwz_bas.label) argument
194 #define HADDR_1(label) (RELOC_SOFTC | offsetof(struct sym_hcb, label)) argument
195 #define HADDR_2(label,ofs) (RELOC_SOFTC | \ argument
197 #define RADDR_1(label) (RELOC_REGISTER | REG(label)) argument
198 #define RADDR_2(label,ofs) (RELOC_REGISTER | ((REG(label))+(ofs))) argument
[all …]
/kernel/linux/linux-5.10/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 …]
/kernel/linux/linux-4.19/security/apparmor/
Dlabel.c64 struct aa_proxy *aa_alloc_proxy(struct aa_label *label, gfp_t gfp) in aa_alloc_proxy()
316 static void label_destroy(struct aa_label *label) in label_destroy()
348 void aa_label_free(struct aa_label *label) in aa_label_free()
357 static void label_free_switch(struct aa_label *label) in label_free_switch()
369 struct aa_label *label = container_of(head, struct aa_label, rcu); in label_free_rcu() local
378 struct aa_label *label = container_of(kref, struct aa_label, count); in aa_label_kref() local
396 static void label_free_or_put_new(struct aa_label *label, struct aa_label *new) in label_free_or_put_new()
405 bool aa_label_init(struct aa_label *label, int size, gfp_t gfp) in aa_label_init()
484 int aa_label_next_confined(struct aa_label *label, int i) in aa_label_next_confined()
600 static bool __label_remove(struct aa_label *label, struct aa_label *new) in __label_remove()
[all …]
Dsecid.c52 void aa_secid_update(u32 secid, struct aa_label *label) in aa_secid_update()
67 struct aa_label *label; in aa_secid_to_label() local
79 struct aa_label *label = aa_secid_to_label(secid); in apparmor_secid_to_secctx() local
106 struct aa_label *label; in apparmor_secctx_to_secid() local
130 int aa_alloc_secid(struct aa_label *label, gfp_t gfp) in aa_alloc_secid()
Dnet.c135 int aa_af_perm(struct aa_label *label, const char *op, u32 request, u16 family, in aa_af_perm()
146 static int aa_label_sk_perm(struct aa_label *label, const char *op, u32 request, in aa_label_sk_perm()
167 struct aa_label *label; in aa_sk_perm() local
182 int aa_sock_file_perm(struct aa_label *label, const char *op, u32 request, in aa_sock_file_perm()
/kernel/linux/linux-5.10/security/apparmor/
Dlabel.c60 struct aa_proxy *aa_alloc_proxy(struct aa_label *label, gfp_t gfp) in aa_alloc_proxy()
312 void aa_label_destroy(struct aa_label *label) in aa_label_destroy()
339 void aa_label_free(struct aa_label *label) in aa_label_free()
348 static void label_free_switch(struct aa_label *label) in label_free_switch()
360 struct aa_label *label = container_of(head, struct aa_label, rcu); in label_free_rcu() local
369 struct aa_label *label = container_of(kref, struct aa_label, count); in aa_label_kref() local
387 static void label_free_or_put_new(struct aa_label *label, struct aa_label *new) in label_free_or_put_new()
396 bool aa_label_init(struct aa_label *label, int size, gfp_t gfp) in aa_label_init()
475 int aa_label_next_confined(struct aa_label *label, int i) in aa_label_next_confined()
591 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.c134 int aa_af_perm(struct aa_label *label, const char *op, u32 request, u16 family, in aa_af_perm()
145 static int aa_label_sk_perm(struct aa_label *label, const char *op, u32 request, in aa_label_sk_perm()
166 struct aa_label *label; in aa_sk_perm() local
181 int aa_sock_file_perm(struct aa_label *label, const char *op, u32 request, in aa_sock_file_perm()
194 struct aa_label *label; in apparmor_secmark_init() local
246 int apparmor_secmark_check(struct aa_label *label, char *op, u32 request, in apparmor_secmark_check()
/kernel/linux/linux-5.10/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 …]
/kernel/linux/linux-4.19/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 …]
/kernel/linux/linux-5.10/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
/kernel/linux/linux-4.19/security/apparmor/include/
Dcred.h39 struct aa_label *label = cred_label(cred); in aa_cred_raw_label() local
110 static inline void end_current_label_crit_section(struct aa_label *label) in end_current_label_crit_section()
130 struct aa_label *label = aa_current_raw_label(); in __begin_current_label_crit_section() local
152 struct aa_label *label = aa_current_raw_label(); in begin_current_label_crit_section() local
168 struct aa_label *label; in aa_get_current_ns() local
/kernel/linux/linux-4.19/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
/kernel/linux/linux-5.10/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
/kernel/linux/linux-4.19/tools/testing/selftests/rseq/
Drseq-x86.h38 #define __RSEQ_ASM_DEFINE_TABLE(label, version, flags, \ argument
47 #define RSEQ_ASM_DEFINE_TABLE(label, start_ip, post_commit_ip, abort_ip) \ argument
51 #define RSEQ_ASM_STORE_RSEQ_CS(label, cs_label, rseq_cs) \ argument
57 #define RSEQ_ASM_CMP_CPU_ID(cpu_id, current_cpu_id, label) \ argument
62 #define RSEQ_ASM_DEFINE_ABORT(label, teardown, abort_label) \ argument
72 #define RSEQ_ASM_DEFINE_CMPFAIL(label, teardown, cmpfail_label) \ argument
521 #define __RSEQ_ASM_DEFINE_TABLE(label, version, flags, \ argument
530 #define RSEQ_ASM_DEFINE_TABLE(label, start_ip, post_commit_ip, abort_ip) \ argument
534 #define RSEQ_ASM_STORE_RSEQ_CS(label, cs_label, rseq_cs) \ argument
539 #define RSEQ_ASM_CMP_CPU_ID(cpu_id, current_cpu_id, label) \ argument
[all …]
Drseq-ppc.h47 #define __RSEQ_ASM_DEFINE_TABLE(label, version, flags, \ argument
56 #define RSEQ_ASM_STORE_RSEQ_CS(label, cs_label, rseq_cs) \ argument
73 #define __RSEQ_ASM_DEFINE_TABLE(label, version, flags, \ argument
83 #define RSEQ_ASM_STORE_RSEQ_CS(label, cs_label, rseq_cs) \ argument
92 #define RSEQ_ASM_DEFINE_TABLE(label, start_ip, post_commit_ip, abort_ip) \ argument
96 #define RSEQ_ASM_CMP_CPU_ID(cpu_id, current_cpu_id, label) \ argument
102 #define RSEQ_ASM_DEFINE_ABORT(label, abort_label) \ argument
114 #define RSEQ_ASM_OP_CMPEQ(var, expect, label) \ argument
119 #define RSEQ_ASM_OP_CMPNE(var, expectnot, label) \ argument
/kernel/linux/linux-5.10/arch/x86/include/asm/
Duaccess.h182 #define __put_user_goto_u64(x, addr, label) \ argument
192 #define __put_user_goto_u64(x, ptr, label) \ argument
276 #define __put_user_size(x, ptr, size, label) \ argument
300 #define __get_user_asm_u64(x, ptr, label) do { \ argument
309 #define __get_user_asm_u64(x, ptr, label) \ argument
313 #define __get_user_size(x, ptr, size, label) \ argument
336 #define __get_user_asm(x, addr, itype, ltype, label) \ argument
425 #define __put_user_goto(x, addr, itype, ltype, label) \ argument
487 #define unsafe_put_user(x, ptr, label) \ argument
512 #define unsafe_copy_loop(dst, src, len, type, label) \ argument
[all …]
/kernel/linux/linux-5.10/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
635 #define __RSEQ_ASM_DEFINE_TABLE(label, version, flags, \ argument
647 #define RSEQ_ASM_DEFINE_TABLE(label, start_ip, post_commit_ip, abort_ip) \ argument
664 #define RSEQ_ASM_STORE_RSEQ_CS(label, cs_label, rseq_cs) \ argument
669 #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

12345678910>>...24