| /linux/tools/testing/selftests/powerpc/primitives/asm/ |
| H A D | feature-fixups.h | 31 #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 D | feature-fixups.h | 31 #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 D | label.c | 5 * This file contains AppArmor label definitions 16 #include "include/label.h" 27 * code - will take a ref count on a label if it needs the label 29 * profiles - each profile is a label 30 * secids - a pinned secid will keep a refcount of the label it is 34 * Labels are not ref counted by the label set, so they maybe removed and 45 /* p->label will not updated any more as p is dead */ in free_proxy() 46 aa_put_label(rcu_dereference_protected(proxy->label, true)); in free_proxy() 48 RCU_INIT_POINTER(proxy->label, (struc in free_proxy() 61 aa_alloc_proxy(struct aa_label * label,gfp_t gfp) aa_alloc_proxy() argument 323 aa_label_destroy(struct aa_label * label) aa_label_destroy() argument 350 aa_label_free(struct aa_label * label) aa_label_free() argument 359 label_free_switch(struct aa_label * label) label_free_switch() argument 371 struct aa_label *label = container_of(head, struct aa_label, rcu); label_free_rcu() local 380 struct aa_label *label = container_of(kref, struct aa_label, aa_label_kref() local 399 label_free_or_put_new(struct aa_label * label,struct aa_label * new) label_free_or_put_new() argument 408 aa_label_init(struct aa_label * label,int size,gfp_t gfp) aa_label_init() argument 487 aa_label_next_confined(struct aa_label * label,int i) aa_label_next_confined() argument 603 __label_remove(struct aa_label * label,struct aa_label * new) __label_remove() argument 677 __label_insert(struct aa_labelset * ls,struct aa_label * label,bool replace) __label_insert() argument 769 __label_find(struct aa_label * label) __label_find() argument 784 aa_label_remove(struct aa_label * label) aa_label_remove() argument 851 struct aa_label *label; vec_find() local 870 struct aa_label *label = NULL; vec_create_and_insert_label() local 904 struct aa_label *label = vec_find(vec, len); aa_vec_find_or_create_label() local 923 aa_label_insert(struct aa_labelset * ls,struct aa_label * label) aa_label_insert() argument 1048 struct aa_label *label; label_merge_insert() local 1179 struct aa_label *label, *ar = NULL, *br = NULL; aa_label_find_merge() local 1215 struct aa_label *label = NULL; aa_label_merge() local 1293 label_compound_match(struct aa_profile * profile,struct aa_ruleset * rules,struct aa_label * label,aa_state_t state,bool inview,u32 request,struct aa_perms * perms) label_compound_match() argument 1349 label_components_match(struct aa_profile * profile,struct aa_ruleset * rules,struct aa_label * label,aa_state_t start,bool inview,u32 request,struct aa_perms * perms) label_components_match() argument 1407 aa_label_match(struct aa_profile * profile,struct aa_ruleset * rules,struct aa_label * label,aa_state_t state,bool inview,u32 request,struct aa_perms * perms) aa_label_match() argument 1433 aa_update_label_name(struct aa_ns * ns,struct aa_label * label,gfp_t gfp) aa_update_label_name() argument 1465 use_label_hname(struct aa_ns * ns,struct aa_label * label,int flags) use_label_hname() argument 1542 label_modename(struct aa_ns * ns,struct aa_label * label,int flags) label_modename() argument 1575 display_mode(struct aa_ns * ns,struct aa_label * label,int flags) display_mode() argument 1613 aa_label_snxprint(char * str,size_t size,struct aa_ns * ns,struct aa_label * label,int flags) aa_label_snxprint() argument 1676 aa_label_asxprint(char ** strp,struct aa_ns * ns,struct aa_label * label,int flags,gfp_t gfp) aa_label_asxprint() argument 1706 aa_label_acntsxprint(char __counted ** strp,struct aa_ns * ns,struct aa_label * label,int flags,gfp_t gfp) aa_label_acntsxprint() argument 1725 aa_label_xaudit(struct audit_buffer * ab,struct aa_ns * ns,struct aa_label * label,int flags,gfp_t gfp) aa_label_xaudit() argument 1755 aa_label_seq_xprint(struct seq_file * f,struct aa_ns * ns,struct aa_label * label,int flags,gfp_t gfp) aa_label_seq_xprint() argument 1778 aa_label_xprintk(struct aa_ns * ns,struct aa_label * label,int flags,gfp_t gfp) aa_label_xprintk() argument 1801 aa_label_printk(struct aa_label * label,gfp_t gfp) aa_label_printk() argument 1863 struct aa_label *label, *currbase = base; aa_label_strn_parse() local 1987 struct aa_label *label; labelset_next_stale() local 2023 __label_update(struct aa_label * label) __label_update() argument 2097 struct aa_label *label; __labelset_update() local [all...] |
| H A D | lsm.c | 41 #include "include/label.h" 93 * prepare new cred label for modification by prepare_cred block 168 struct aa_label *label; in apparmor_capget() local 173 label = aa_get_newest_cred_label(cred); in apparmor_capget() 179 if (!unconfined(label)) { in apparmor_capget() 183 label_for_each_confined(i, label, profile) { in apparmor_capget() 192 aa_put_label(label); in apparmor_capget() 200 struct aa_label *label; in apparmor_capable() local 203 label = aa_get_newest_cred_label(cred); in apparmor_capable() 204 if (!unconfined(label)) in apparmor_capable() 223 struct aa_label *label; common_perm() local 368 struct aa_label *label; apparmor_path_link() local 387 struct aa_label *label; apparmor_path_rename() local 464 struct aa_label *label; apparmor_file_open() local 508 struct aa_label *label = begin_current_label_crit_section(); apparmor_file_alloc_security() local 526 struct aa_label *label; common_file_perm() local 660 struct aa_label *label; apparmor_uring_override_creds() local 685 struct aa_label *label; apparmor_uring_sqpoll() local 704 struct aa_label *label; apparmor_sb_mount() local 741 struct aa_label *label; apparmor_move_mount() local 756 struct aa_label *label; apparmor_sb_umount() local 771 struct aa_label *label; apparmor_sb_pivotroot() local 787 struct aa_label *label = NULL; apparmor_getselfattr() local 826 struct aa_label *label = NULL; apparmor_getprocattr() local 952 struct aa_label *label = aa_current_raw_label(); apparmor_bprm_committing_creds() local 982 struct aa_label *label; apparmor_current_getlsmprop_subj() local 993 struct aa_label *label = aa_get_task_label(p); apparmor_task_getlsmprop_obj() local 1002 struct aa_label *label; apparmor_task_setrlimit() local 1046 struct aa_label *label; apparmor_userns_create() local 1068 struct aa_label *label; apparmor_sk_alloc_security() local 1119 unix_connect_perm(const struct cred * cred,struct aa_label * label,struct sock * sk,struct sock * peer_sk) unix_connect_perm() argument 1148 struct aa_label *label = rcu_dereference_protected(sk_ctx->label, true); unix_connect_peers() local 1187 struct aa_label *label; apparmor_unix_stream_connect() local 1230 struct aa_label *label; apparmor_unix_may_send() local 1252 struct aa_label *label; apparmor_socket_create() local 1292 struct aa_label *label; apparmor_socket_post_create() local 1316 struct aa_label *label; apparmor_socket_socketpair() local 1550 struct aa_label *label; apparmor_socket_getpeersec_stream() local [all...] |
| H A D | af_unix.c | 22 #include "include/label.h" 34 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() 96 /* todo: local label matching */ in match_to_local() 99 *info = "failed local label match"; in match_to_local() 181 ad->peer = &peer->label; in match_label() 187 ad->info = "failed peer label matc in match_label() 429 aa_unix_create_perm(struct aa_label * label,int family,int type,int protocol) aa_unix_create_perm() argument 446 aa_unix_label_sk_perm(const struct cred * subj_cred,struct aa_label * label,const char * op,u32 request,struct sock * sk,const struct path * path) aa_unix_label_sk_perm() argument 464 struct aa_label *label; aa_unix_sock_perm() local 491 struct aa_label *label; aa_unix_bind_perm() local 530 struct aa_label *label; aa_unix_listen_perm() local 551 struct aa_label *label; aa_unix_accept_perm() local 584 struct aa_label *label; aa_unix_opt_perm() local 601 unix_peer_perm(const struct cred * subj_cred,struct aa_label * label,const char * op,u32 request,struct sock * sk,const struct path * path,struct sockaddr_un * peer_addr,int peer_addrlen,const struct path * peer_path,struct aa_label * peer_label) unix_peer_perm() argument 624 aa_unix_peer_perm(const struct cred * subj_cred,struct aa_label * label,const char * op,u32 request,struct sock * sk,struct sock * peer_sk,struct aa_label * peer_label) aa_unix_peer_perm() argument 646 update_sk_ctx(struct sock * sk,struct aa_label * label,struct aa_label * plabel) update_sk_ctx() argument 688 update_peer_ctx(struct sock * sk,struct aa_sk_ctx * ctx,struct aa_label * label) update_peer_ctx() argument 709 aa_unix_file_perm(const struct cred * subj_cred,struct aa_label * label,const char * op,u32 request,struct file * file) aa_unix_file_perm() argument [all...] |
| H A D | domain.c | 97 struct aa_ruleset *rules = profile->label.rules[0]; in match_component() 114 * label_compound_match - find perms for full compound label 116 * @label: label to check access permissions for 125 * For the label A//&B//&C this does the perm match for A//&B//&C 130 struct aa_label *label, bool stack, in label_compound_match() 134 struct aa_ruleset *rules = profile->label.rules[0]; in label_compound_match() 140 label_for_each(i, label, tp) { in label_compound_match() 154 label_for_each_cont(i, label, tp) { in label_compound_match() 176 * label_components_match - find perms for all subcomponents of a label 129 label_compound_match(struct aa_profile * profile,struct aa_label * label,bool stack,aa_state_t state,bool inview,u32 request,struct aa_perms * perms) label_compound_match() argument 191 label_components_match(struct aa_profile * profile,struct aa_label * label,bool stack,aa_state_t start,bool inview,u32 request,struct aa_perms * perms) label_components_match() argument 254 label_match(struct aa_profile * profile,struct aa_label * label,bool stack,aa_state_t state,bool inview,u32 request,struct aa_perms * perms) label_match() argument 521 struct aa_label *label = NULL; x_table_lookup() local 868 handle_onexec(const struct cred * subj_cred,struct aa_label * label,struct aa_label * onexec,bool stack,const struct linux_binprm * bprm,char * buffer,struct path_cond * cond,bool * unsafe) handle_onexec() argument 922 struct aa_label *label, *new = NULL; apparmor_bprm_creds_for_exec() local 1108 change_hat(const struct cred * subj_cred,struct aa_label * label,const char * hats[],int count,int flags) change_hat() argument 1227 struct aa_label *label, *previous, *new = NULL, *target = NULL; aa_change_hat() local 1392 struct aa_label *label, *new = NULL, *target = NULL; aa_change_profile() local [all...] |
| /linux/drivers/platform/mellanox/ |
| H A D | mlx-platform.c | 703 .label = "psu1", 709 .label = "psu2", 719 .label = "psu1", 725 .label = "psu2", 735 .label = "pdb1", 744 .label = "pwr1", 751 .label = "pwr2", 761 .label = "pwr1", 767 .label = "pwr2", 776 .label = "pwr1", [all …]
|
| /linux/security/apparmor/include/ |
| H A D | cred.h | 31 struct aa_label *label) in set_cred_label() argument 36 *blob = label; in set_cred_label() 112 static inline void __end_cred_crit_section(struct aa_label *label, in __end_cred_crit_section() argument 116 aa_put_label(label); in __end_cred_crit_section() 152 struct aa_label *label = cred_label(cred); in __begin_cred_crit_section() local 154 if (label_is_stale(label)) { in __begin_cred_crit_section() 156 return aa_get_newest_label(label); in __begin_cred_crit_section() 160 return label; in __begin_cred_crit_section() 171 static inline void __end_current_label_crit_section(struct aa_label *label, in __end_current_label_crit_section() argument 174 __end_cred_crit_section(label, needput); in __end_current_label_crit_section() [all …]
|
| /linux/tools/verification/models/sched/ |
| H A D | sts.dot | 4 {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 D | opid.dot | 4 {node [shape = plaintext, style=invis, label=""] "__init_any"}; 7 "any" [label = "any", color = green3]; 8 "any" -> "any" [ label = "sched_need_resched;irq_off == 1\nsched_waking;irq_off == 1 && preempt_off == 1" ];
|
| H A D | sssw.dot | 4 {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 D | nrp.dot | 7 {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 D | rseq-x86.h | 58 #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 D | elba-flash-parts.dtsi | 12 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 D | drbd-connection-state-overview.dot | 9 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 D | disk-states-8.dot | 2 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/tools/bpf/ |
| H A D | bpf_exp.y | 44 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 D | sym_fw.h | 74 #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 D | armada-385-linksys-caiman.dts | 19 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 D | armada-385-linksys-cobra.dts | 19 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 D | armada-385-linksys-shelby.dts | 19 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 D | signal.h | 25 #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/arch/riscv/include/asm/ |
| H A D | uaccess.h | 106 #define __get_user_asm(insn, x, ptr, label) \ argument 114 : "m" (*(ptr)) : : label); \ 118 #define __get_user_asm(insn, x, ptr, label) \ argument 129 goto label; \ 134 #define __get_user_8(x, ptr, label) \ argument 135 __get_user_asm("ld", x, ptr, label) 139 #define __get_user_8(x, ptr, label) \ argument 152 : : label); \ 157 #define __get_user_8(x, ptr, label) \ argument 174 goto label; \ 188 __get_user_nocheck(x,__gu_ptr,label) global() argument 289 __put_user_asm(insn,x,ptr,label) global() argument 300 __put_user_8(x,ptr,label) global() argument 303 __put_user_8(x,ptr,label) global() argument 320 __put_user_nocheck(x,__gu_ptr,label) global() argument 473 arch_unsafe_put_user(x,ptr,label) global() argument 476 arch_unsafe_get_user(x,ptr,label) global() argument 482 unsafe_copy_to_user(_dst,_src,_len,label) global() argument 486 unsafe_copy_from_user(_dst,_src,_len,label) global() argument [all...] |
| /linux/drivers/hwmon/ |
| H A D | smpro-hwmon.c | 65 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 D | t8112-pmgr.dtsi | 15 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 …]
|