/kernel/linux/linux-4.19/arch/mips/mm/ |
D | tlb-r3k.c | 45 unsigned long old_ctx; in local_flush_tlb_from() local 47 old_ctx = read_c0_entryhi() & cpu_asid_mask(¤t_cpu_data); in local_flush_tlb_from() 55 write_c0_entryhi(old_ctx); in local_flush_tlb_from() 237 unsigned long old_ctx; in add_wired_entry() local 251 old_ctx = read_c0_entryhi() & asid_mask; in add_wired_entry() 262 write_c0_entryhi(old_ctx); in add_wired_entry() 274 old_ctx = read_c0_entryhi() & asid_mask; in add_wired_entry() 280 write_c0_entryhi(old_ctx); in add_wired_entry()
|
D | tlb-r4k.c | 58 unsigned long old_ctx; in local_flush_tlb_all() local 63 old_ctx = read_c0_entryhi(); in local_flush_tlb_all() 100 write_c0_entryhi(old_ctx); in local_flush_tlb_all() 381 unsigned long old_ctx; in add_wired_entry() 385 old_ctx = read_c0_entryhi(); in add_wired_entry() 400 write_c0_entryhi(old_ctx); in add_wired_entry() 445 unsigned long old_ctx; in add_temporary_entry() local 450 old_ctx = read_c0_entryhi(); in add_temporary_entry() 469 write_c0_entryhi(old_ctx); in add_temporary_entry()
|
D | init.c | 89 unsigned long old_ctx; in __kmap_pgprot() local 110 old_ctx = read_c0_entryhi(); in __kmap_pgprot() 127 write_c0_entryhi(old_ctx); in __kmap_pgprot() 146 unsigned long flags, old_ctx; in kunmap_coherent() local 149 old_ctx = read_c0_entryhi(); in kunmap_coherent() 159 write_c0_entryhi(old_ctx); in kunmap_coherent()
|
D | tlb-r8k.c | 33 unsigned long old_ctx; in local_flush_tlb_all() local 38 old_ctx = read_c0_entryhi(); in local_flush_tlb_all() 49 write_c0_entryhi(old_ctx); in local_flush_tlb_all()
|
/kernel/linux/linux-5.10/arch/mips/mm/ |
D | tlb-r3k.c | 44 unsigned long old_ctx; in local_flush_tlb_from() local 46 old_ctx = read_c0_entryhi() & cpu_asid_mask(¤t_cpu_data); in local_flush_tlb_from() 54 write_c0_entryhi(old_ctx); in local_flush_tlb_from() 224 unsigned long old_ctx; in add_wired_entry() local 238 old_ctx = read_c0_entryhi() & asid_mask; in add_wired_entry() 249 write_c0_entryhi(old_ctx); in add_wired_entry() 261 old_ctx = read_c0_entryhi() & asid_mask; in add_wired_entry() 267 write_c0_entryhi(old_ctx); in add_wired_entry()
|
D | tlb-r4k.c | 57 unsigned long old_ctx; in local_flush_tlb_all() local 62 old_ctx = read_c0_entryhi(); in local_flush_tlb_all() 99 write_c0_entryhi(old_ctx); in local_flush_tlb_all() 389 unsigned long old_ctx; in add_wired_entry() 397 old_ctx = read_c0_entryhi(); in add_wired_entry() 412 write_c0_entryhi(old_ctx); in add_wired_entry() 460 unsigned long old_ctx; in add_temporary_entry() local 465 old_ctx = read_c0_entryhi(); in add_temporary_entry() 484 write_c0_entryhi(old_ctx); in add_temporary_entry()
|
D | init.c | 88 unsigned long old_ctx; in __kmap_pgprot() local 109 old_ctx = read_c0_entryhi(); in __kmap_pgprot() 130 write_c0_entryhi(old_ctx); in __kmap_pgprot() 151 unsigned long flags, old_ctx; in kunmap_coherent() local 154 old_ctx = read_c0_entryhi(); in kunmap_coherent() 164 write_c0_entryhi(old_ctx); in kunmap_coherent()
|
/kernel/linux/linux-4.19/net/mac80211/ |
D | chan.c | 1012 struct ieee80211_chanctx *old_ctx, *new_ctx; in ieee80211_vif_use_reserved_reassign() local 1021 old_ctx = ieee80211_vif_get_chanctx(sdata); in ieee80211_vif_use_reserved_reassign() 1029 if (WARN_ON(!old_ctx)) in ieee80211_vif_use_reserved_reassign() 1044 vif_chsw[0].old_ctx = &old_ctx->conf; in ieee80211_vif_use_reserved_reassign() 1067 if (ieee80211_chanctx_refcount(local, old_ctx) == 0) in ieee80211_vif_use_reserved_reassign() 1068 ieee80211_free_chanctx(local, old_ctx); in ieee80211_vif_use_reserved_reassign() 1091 struct ieee80211_chanctx *old_ctx, *new_ctx; in ieee80211_vif_use_reserved_assign() local 1095 old_ctx = ieee80211_vif_get_chanctx(sdata); in ieee80211_vif_use_reserved_assign() 1101 if (WARN_ON(old_ctx)) in ieee80211_vif_use_reserved_assign() 1137 struct ieee80211_chanctx *old_ctx, *new_ctx; in ieee80211_vif_has_in_place_reservation() local [all …]
|
D | driver-ops.c | 269 struct ieee80211_chanctx *old_ctx = in drv_switch_vif_chanctx() local 270 container_of(vifs[i].old_ctx, in drv_switch_vif_chanctx() 274 WARN_ON_ONCE(!old_ctx->driver_present); in drv_switch_vif_chanctx() 292 struct ieee80211_chanctx *old_ctx = in drv_switch_vif_chanctx() local 293 container_of(vifs[i].old_ctx, in drv_switch_vif_chanctx() 298 old_ctx->driver_present = false; in drv_switch_vif_chanctx()
|
/kernel/linux/linux-5.10/net/mac80211/ |
D | chan.c | 1026 struct ieee80211_chanctx *old_ctx, *new_ctx; in ieee80211_vif_use_reserved_reassign() local 1035 old_ctx = ieee80211_vif_get_chanctx(sdata); in ieee80211_vif_use_reserved_reassign() 1043 if (WARN_ON(!old_ctx)) in ieee80211_vif_use_reserved_reassign() 1058 vif_chsw[0].old_ctx = &old_ctx->conf; in ieee80211_vif_use_reserved_reassign() 1081 if (ieee80211_chanctx_refcount(local, old_ctx) == 0) in ieee80211_vif_use_reserved_reassign() 1082 ieee80211_free_chanctx(local, old_ctx); in ieee80211_vif_use_reserved_reassign() 1105 struct ieee80211_chanctx *old_ctx, *new_ctx; in ieee80211_vif_use_reserved_assign() local 1109 old_ctx = ieee80211_vif_get_chanctx(sdata); in ieee80211_vif_use_reserved_assign() 1115 if (WARN_ON(old_ctx)) in ieee80211_vif_use_reserved_assign() 1151 struct ieee80211_chanctx *old_ctx, *new_ctx; in ieee80211_vif_has_in_place_reservation() local [all …]
|
D | driver-ops.c | 290 struct ieee80211_chanctx *old_ctx = in drv_switch_vif_chanctx() local 291 container_of(vifs[i].old_ctx, in drv_switch_vif_chanctx() 295 WARN_ON_ONCE(!old_ctx->driver_present); in drv_switch_vif_chanctx() 313 struct ieee80211_chanctx *old_ctx = in drv_switch_vif_chanctx() local 314 container_of(vifs[i].old_ctx, in drv_switch_vif_chanctx() 319 old_ctx->driver_present = false; in drv_switch_vif_chanctx()
|
/kernel/linux/linux-5.10/security/selinux/ |
D | xfrm.c | 295 int selinux_xfrm_policy_clone(struct xfrm_sec_ctx *old_ctx, in selinux_xfrm_policy_clone() argument 300 if (!old_ctx) in selinux_xfrm_policy_clone() 303 new_ctx = kmemdup(old_ctx, sizeof(*old_ctx) + old_ctx->ctx_len, in selinux_xfrm_policy_clone()
|
/kernel/linux/linux-4.19/security/selinux/ |
D | xfrm.c | 298 int selinux_xfrm_policy_clone(struct xfrm_sec_ctx *old_ctx, in selinux_xfrm_policy_clone() argument 303 if (!old_ctx) in selinux_xfrm_policy_clone() 306 new_ctx = kmemdup(old_ctx, sizeof(*old_ctx) + old_ctx->ctx_len, in selinux_xfrm_policy_clone()
|
/kernel/linux/linux-4.19/fs/ntfs/ |
D | attrib.c | 95 ntfs_attr_search_ctx old_ctx = { NULL, }; in ntfs_map_runlist_nolock() local 143 old_ctx = *ctx; in ntfs_map_runlist_nolock() 152 if (old_ctx.base_ntfs_ino && old_ctx.ntfs_ino != in ntfs_map_runlist_nolock() 153 old_ctx.base_ntfs_ino) { in ntfs_map_runlist_nolock() 154 put_this_page = old_ctx.ntfs_ino->page; in ntfs_map_runlist_nolock() 211 if (ctx->ntfs_ino != old_ctx.ntfs_ino) { in ntfs_map_runlist_nolock() 226 if (old_ctx.base_ntfs_ino && in ntfs_map_runlist_nolock() 227 old_ctx.ntfs_ino != in ntfs_map_runlist_nolock() 228 old_ctx.base_ntfs_ino) { in ntfs_map_runlist_nolock() 231 old_ctx.ntfs_ino); in ntfs_map_runlist_nolock() [all …]
|
/kernel/linux/linux-5.10/fs/ntfs/ |
D | attrib.c | 81 ntfs_attr_search_ctx old_ctx = { NULL, }; in ntfs_map_runlist_nolock() local 129 old_ctx = *ctx; in ntfs_map_runlist_nolock() 138 if (old_ctx.base_ntfs_ino && old_ctx.ntfs_ino != in ntfs_map_runlist_nolock() 139 old_ctx.base_ntfs_ino) { in ntfs_map_runlist_nolock() 140 put_this_page = old_ctx.ntfs_ino->page; in ntfs_map_runlist_nolock() 197 if (ctx->ntfs_ino != old_ctx.ntfs_ino) { in ntfs_map_runlist_nolock() 212 if (old_ctx.base_ntfs_ino && in ntfs_map_runlist_nolock() 213 old_ctx.ntfs_ino != in ntfs_map_runlist_nolock() 214 old_ctx.base_ntfs_ino) { in ntfs_map_runlist_nolock() 217 old_ctx.ntfs_ino); in ntfs_map_runlist_nolock() [all …]
|
/kernel/linux/linux-5.10/net/mptcp/ |
D | subflow.c | 465 struct mptcp_subflow_context *old_ctx) in subflow_ulp_fallback() argument 469 mptcp_subflow_tcp_fallback(sk, old_ctx); in subflow_ulp_fallback() 1325 struct mptcp_subflow_context *old_ctx = mptcp_subflow_ctx(newsk); in subflow_ulp_clone() local 1330 subflow_ulp_fallback(newsk, old_ctx); in subflow_ulp_clone() 1336 subflow_ulp_fallback(newsk, old_ctx); in subflow_ulp_clone() 1341 new_ctx->icsk_af_ops = old_ctx->icsk_af_ops; in subflow_ulp_clone() 1342 new_ctx->tcp_data_ready = old_ctx->tcp_data_ready; in subflow_ulp_clone() 1343 new_ctx->tcp_state_change = old_ctx->tcp_state_change; in subflow_ulp_clone() 1344 new_ctx->tcp_write_space = old_ctx->tcp_write_space; in subflow_ulp_clone()
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
D | signal_32.c | 907 COMPAT_SYSCALL_DEFINE3(swapcontext, struct ucontext __user *, old_ctx, in COMPAT_SYSCALL_DEFINE3() argument 910 SYSCALL_DEFINE3(swapcontext, struct ucontext __user *, old_ctx, in COMPAT_SYSCALL_DEFINE3() 958 if (old_ctx != NULL) { in COMPAT_SYSCALL_DEFINE3() 969 ((unsigned long) &old_ctx->uc_mcontext & ~0xfUL); in COMPAT_SYSCALL_DEFINE3() 970 if (!access_ok(old_ctx, ctx_size) in COMPAT_SYSCALL_DEFINE3() 972 || put_sigset_t(&old_ctx->uc_sigmask, ¤t->blocked) in COMPAT_SYSCALL_DEFINE3() 973 || __put_user(to_user_ptr(mctx), &old_ctx->uc_regs)) in COMPAT_SYSCALL_DEFINE3()
|
D | signal_64.c | 635 SYSCALL_DEFINE3(swapcontext, struct ucontext __user *, old_ctx, in SYSCALL_DEFINE3() argument 662 if (old_ctx != NULL) { in SYSCALL_DEFINE3() 663 if (!access_ok(old_ctx, ctx_size) in SYSCALL_DEFINE3() 664 || setup_sigcontext(&old_ctx->uc_mcontext, current, 0, NULL, 0, in SYSCALL_DEFINE3() 666 || __copy_to_user(&old_ctx->uc_sigmask, in SYSCALL_DEFINE3()
|
/kernel/linux/linux-5.10/tools/perf/arch/x86/tests/ |
D | intel-pt-pkt-decoder-test.c | 232 enum intel_pt_pkt_ctx old_ctx = ctx; in test_ctx_unchanged() local 236 if (ctx != old_ctx) { in test_ctx_unchanged()
|
/kernel/linux/linux-4.19/arch/powerpc/kernel/ |
D | signal_32.c | 1056 COMPAT_SYSCALL_DEFINE3(swapcontext, struct ucontext __user *, old_ctx, in COMPAT_SYSCALL_DEFINE3() argument 1059 SYSCALL_DEFINE3(swapcontext, struct ucontext __user *, old_ctx, in COMPAT_SYSCALL_DEFINE3() 1107 if (old_ctx != NULL) { in COMPAT_SYSCALL_DEFINE3() 1118 ((unsigned long) &old_ctx->uc_mcontext & ~0xfUL); in COMPAT_SYSCALL_DEFINE3() 1119 if (!access_ok(VERIFY_WRITE, old_ctx, ctx_size) in COMPAT_SYSCALL_DEFINE3() 1121 || put_sigset_t(&old_ctx->uc_sigmask, ¤t->blocked) in COMPAT_SYSCALL_DEFINE3() 1122 || __put_user(to_user_ptr(mctx), &old_ctx->uc_regs)) in COMPAT_SYSCALL_DEFINE3()
|
D | signal_64.c | 639 SYSCALL_DEFINE3(swapcontext, struct ucontext __user *, old_ctx, in SYSCALL_DEFINE3() argument 667 if (old_ctx != NULL) { in SYSCALL_DEFINE3() 668 if (!access_ok(VERIFY_WRITE, old_ctx, ctx_size) in SYSCALL_DEFINE3() 669 || setup_sigcontext(&old_ctx->uc_mcontext, current, 0, NULL, 0, in SYSCALL_DEFINE3() 671 || __copy_to_user(&old_ctx->uc_sigmask, in SYSCALL_DEFINE3()
|
/kernel/linux/linux-5.10/security/selinux/include/ |
D | xfrm.h | 16 int selinux_xfrm_policy_clone(struct xfrm_sec_ctx *old_ctx,
|
/kernel/linux/linux-4.19/security/selinux/include/ |
D | xfrm.h | 16 int selinux_xfrm_policy_clone(struct xfrm_sec_ctx *old_ctx,
|
/kernel/linux/linux-5.10/arch/mips/pci/ |
D | pci-alchemy.c | 77 unsigned long old_ctx; in mod_wired_entry() local 80 old_ctx = read_c0_entryhi() & MIPS_ENTRYHI_ASID; in mod_wired_entry() 88 write_c0_entryhi(old_ctx); in mod_wired_entry()
|
/kernel/linux/linux-4.19/arch/mips/pci/ |
D | pci-alchemy.c | 77 unsigned long old_ctx; in mod_wired_entry() local 80 old_ctx = read_c0_entryhi() & MIPS_ENTRYHI_ASID; in mod_wired_entry() 88 write_c0_entryhi(old_ctx); in mod_wired_entry()
|