/Linux-v6.1/arch/mips/mm/ |
D | tlb-r3k.c | 42 unsigned long old_ctx; in local_flush_tlb_from() local 44 old_ctx = read_c0_entryhi() & cpu_asid_mask(¤t_cpu_data); in local_flush_tlb_from() 52 write_c0_entryhi(old_ctx); in local_flush_tlb_from() 222 unsigned long old_ctx; in add_wired_entry() local 232 old_ctx = read_c0_entryhi() & asid_mask; in add_wired_entry() 238 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 | 87 unsigned long old_ctx; in __kmap_pgprot() local 108 old_ctx = read_c0_entryhi(); in __kmap_pgprot() 129 write_c0_entryhi(old_ctx); in __kmap_pgprot() 150 unsigned long flags, old_ctx; in kunmap_coherent() local 153 old_ctx = read_c0_entryhi(); in kunmap_coherent() 163 write_c0_entryhi(old_ctx); in kunmap_coherent()
|
/Linux-v6.1/net/mac80211/ |
D | chan.c | 469 struct ieee80211_chanctx *old_ctx, in ieee80211_change_chanctx() argument 492 ieee80211_chan_bw_change(local, old_ctx, true); in ieee80211_change_chanctx() 514 ieee80211_chan_bw_change(local, old_ctx, false); in ieee80211_change_chanctx() 1239 struct ieee80211_chanctx *old_ctx, *new_ctx; in ieee80211_link_use_reserved_reassign() local 1248 old_ctx = ieee80211_link_get_chanctx(link); in ieee80211_link_use_reserved_reassign() 1256 if (WARN_ON(!old_ctx)) in ieee80211_link_use_reserved_reassign() 1273 ieee80211_change_chanctx(local, new_ctx, old_ctx, chandef); in ieee80211_link_use_reserved_reassign() 1276 vif_chsw[0].old_ctx = &old_ctx->conf; in ieee80211_link_use_reserved_reassign() 1300 if (ieee80211_chanctx_refcount(local, old_ctx) == 0) in ieee80211_link_use_reserved_reassign() 1301 ieee80211_free_chanctx(local, old_ctx); in ieee80211_link_use_reserved_reassign() [all …]
|
D | driver-ops.c | 350 struct ieee80211_chanctx *old_ctx = in drv_switch_vif_chanctx() local 351 container_of(vifs[i].old_ctx, in drv_switch_vif_chanctx() 355 WARN_ON_ONCE(!old_ctx->driver_present); in drv_switch_vif_chanctx() 373 struct ieee80211_chanctx *old_ctx = in drv_switch_vif_chanctx() local 374 container_of(vifs[i].old_ctx, in drv_switch_vif_chanctx() 379 old_ctx->driver_present = false; in drv_switch_vif_chanctx()
|
D | trace.h | 1677 old_ctx->def.chan->center_freq); 1679 old_ctx->def.chan->freq_offset); 1681 old_ctx->def.width); 1683 old_ctx->def.center_freq1); 1685 old_ctx->def.freq1_offset); 1687 old_ctx->def.center_freq2);
|
/Linux-v6.1/security/selinux/ |
D | xfrm.c | 296 int selinux_xfrm_policy_clone(struct xfrm_sec_ctx *old_ctx, in selinux_xfrm_policy_clone() argument 301 if (!old_ctx) in selinux_xfrm_policy_clone() 304 new_ctx = kmemdup(old_ctx, sizeof(*old_ctx) + old_ctx->ctx_len, in selinux_xfrm_policy_clone()
|
/Linux-v6.1/fs/cifs/ |
D | fs_context.c | 735 struct smb3_fs_context *old_ctx) in smb3_verify_reconfigure_ctx() argument 737 if (new_ctx->posix_paths != old_ctx->posix_paths) { in smb3_verify_reconfigure_ctx() 741 if (new_ctx->sectype != old_ctx->sectype) { in smb3_verify_reconfigure_ctx() 745 if (new_ctx->multiuser != old_ctx->multiuser) { in smb3_verify_reconfigure_ctx() 750 (!old_ctx->UNC || strcmp(new_ctx->UNC, old_ctx->UNC))) { in smb3_verify_reconfigure_ctx() 755 (!old_ctx->username || strcmp(new_ctx->username, old_ctx->username))) { in smb3_verify_reconfigure_ctx() 760 (!old_ctx->password || strcmp(new_ctx->password, old_ctx->password))) { in smb3_verify_reconfigure_ctx() 765 (!old_ctx->domainname || strcmp(new_ctx->domainname, old_ctx->domainname))) { in smb3_verify_reconfigure_ctx() 769 if (strcmp(new_ctx->workstation_name, old_ctx->workstation_name)) { in smb3_verify_reconfigure_ctx() 774 (!old_ctx->nodename || strcmp(new_ctx->nodename, old_ctx->nodename))) { in smb3_verify_reconfigure_ctx() [all …]
|
D | cifsfs.c | 859 int flags, struct smb3_fs_context *old_ctx) in cifs_smb3_do_mount() argument 872 cifs_dbg(FYI, "Devname: %s flags: %d\n", old_ctx->UNC, flags); in cifs_smb3_do_mount() 874 cifs_info("Attempting to mount %s\n", old_ctx->UNC); in cifs_smb3_do_mount() 887 rc = smb3_fs_context_dup(cifs_sb->ctx, old_ctx); in cifs_smb3_do_mount() 943 root = cifs_get_root(cifs_sb ? cifs_sb->ctx : old_ctx, sb); in cifs_smb3_do_mount()
|
/Linux-v6.1/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 …]
|
/Linux-v6.1/arch/powerpc/include/asm/ |
D | syscalls.h | 53 long sys_swapcontext(struct ucontext __user *old_ctx, 75 long compat_sys_swapcontext(struct ucontext32 __user *old_ctx,
|
/Linux-v6.1/arch/powerpc/kernel/ |
D | signal_32.c | 987 COMPAT_SYSCALL_DEFINE3(swapcontext, struct ucontext __user *, old_ctx, in COMPAT_SYSCALL_DEFINE3() argument 990 SYSCALL_DEFINE3(swapcontext, struct ucontext __user *, old_ctx, in COMPAT_SYSCALL_DEFINE3() 1038 if (old_ctx != NULL) { in COMPAT_SYSCALL_DEFINE3() 1049 ((unsigned long) &old_ctx->uc_mcontext & ~0xfUL); in COMPAT_SYSCALL_DEFINE3() 1051 if (!user_write_access_begin(old_ctx, ctx_size)) in COMPAT_SYSCALL_DEFINE3() 1054 unsafe_put_sigset_t(&old_ctx->uc_sigmask, ¤t->blocked, failed); in COMPAT_SYSCALL_DEFINE3() 1055 unsafe_put_user(to_user_ptr(mctx), &old_ctx->uc_regs, failed); in COMPAT_SYSCALL_DEFINE3()
|
D | signal_64.c | 657 SYSCALL_DEFINE3(swapcontext, struct ucontext __user *, old_ctx, in SYSCALL_DEFINE3() argument 684 if (old_ctx != NULL) { in SYSCALL_DEFINE3() 686 if (!user_write_access_begin(old_ctx, ctx_size)) in SYSCALL_DEFINE3() 689 unsafe_setup_sigcontext(&old_ctx->uc_mcontext, current, 0, NULL, in SYSCALL_DEFINE3() 691 unsafe_copy_to_user(&old_ctx->uc_sigmask, ¤t->blocked, in SYSCALL_DEFINE3()
|
/Linux-v6.1/tools/perf/arch/x86/tests/ |
D | intel-pt-pkt-decoder-test.c | 243 enum intel_pt_pkt_ctx old_ctx = ctx; in test_ctx_unchanged() local 247 if (ctx != old_ctx) { in test_ctx_unchanged()
|
/Linux-v6.1/security/selinux/include/ |
D | xfrm.h | 18 int selinux_xfrm_policy_clone(struct xfrm_sec_ctx *old_ctx,
|
/Linux-v6.1/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()
|
/Linux-v6.1/net/mptcp/ |
D | subflow.c | 613 struct mptcp_subflow_context *old_ctx) in subflow_ulp_fallback() argument 617 mptcp_subflow_tcp_fallback(sk, old_ctx); in subflow_ulp_fallback() 1836 struct mptcp_subflow_context *old_ctx = mptcp_subflow_ctx(newsk); in subflow_ulp_clone() local 1841 subflow_ulp_fallback(newsk, old_ctx); in subflow_ulp_clone() 1847 subflow_ulp_fallback(newsk, old_ctx); in subflow_ulp_clone() 1852 new_ctx->icsk_af_ops = old_ctx->icsk_af_ops; in subflow_ulp_clone() 1853 new_ctx->tcp_state_change = old_ctx->tcp_state_change; in subflow_ulp_clone() 1854 new_ctx->tcp_error_report = old_ctx->tcp_error_report; in subflow_ulp_clone()
|
/Linux-v6.1/include/linux/ |
D | bpf.h | 1571 struct bpf_run_ctx *old_ctx = NULL; in bpf_set_run_ctx() local 1574 old_ctx = current->bpf_ctx; in bpf_set_run_ctx() 1577 return old_ctx; in bpf_set_run_ctx() 1580 static inline void bpf_reset_run_ctx(struct bpf_run_ctx *old_ctx) in bpf_reset_run_ctx() argument 1583 current->bpf_ctx = old_ctx; in bpf_reset_run_ctx()
|
D | lsm_hook_defs.h | 352 LSM_HOOK(int, 0, xfrm_policy_clone_security, struct xfrm_sec_ctx *old_ctx,
|
/Linux-v6.1/drivers/net/wireless/ath/ath9k/ |
D | channel.c | 1232 struct ath_chanctx *old_ctx; in ath_chanctx_set_next() local 1284 old_ctx = sc->cur_chan; in ath_chanctx_set_next() 1315 ath9k_chanctx_wake_queues(sc, old_ctx); in ath_chanctx_set_next()
|
/Linux-v6.1/net/bpf/ |
D | test_run.c | 376 struct bpf_run_ctx *old_ctx; in bpf_test_run() local 396 old_ctx = bpf_set_run_ctx(&run_ctx.run_ctx); in bpf_test_run() 404 bpf_reset_run_ctx(old_ctx); in bpf_test_run()
|
/Linux-v6.1/arch/sparc/mm/ |
D | init_64.c | 755 unsigned long new_ver, new_ctx, old_ctx; in mmu_context_wrap() local 790 old_ctx = mm->context.sparc64_ctx_val; in mmu_context_wrap() 791 if (likely((old_ctx & CTX_VERSION_MASK) == old_ver)) { in mmu_context_wrap() 792 new_ctx = (old_ctx & ~CTX_VERSION_MASK) | new_ver; in mmu_context_wrap()
|
/Linux-v6.1/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | mac80211.c | 4358 __iwl_mvm_unassign_vif_chanctx(mvm, vifs[0].vif, vifs[0].old_ctx, true); in iwl_mvm_switch_vif_chanctx_swap() 4359 __iwl_mvm_remove_chanctx(mvm, vifs[0].old_ctx); in iwl_mvm_switch_vif_chanctx_swap() 4385 if (__iwl_mvm_add_chanctx(mvm, vifs[0].old_ctx)) { in iwl_mvm_switch_vif_chanctx_swap() 4390 if (__iwl_mvm_assign_vif_chanctx(mvm, vifs[0].vif, vifs[0].old_ctx, in iwl_mvm_switch_vif_chanctx_swap() 4415 __iwl_mvm_unassign_vif_chanctx(mvm, vifs[0].vif, vifs[0].old_ctx, true); in iwl_mvm_switch_vif_chanctx_reassign() 4428 if (__iwl_mvm_assign_vif_chanctx(mvm, vifs[0].vif, vifs[0].old_ctx, in iwl_mvm_switch_vif_chanctx_reassign()
|
/Linux-v6.1/security/ |
D | security.c | 2460 int security_xfrm_policy_clone(struct xfrm_sec_ctx *old_ctx, in security_xfrm_policy_clone() argument 2463 return call_int_hook(xfrm_policy_clone_security, 0, old_ctx, new_ctxp); in security_xfrm_policy_clone()
|
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn32/ |
D | dcn32_resource.c | 2513 struct resource_context *old_ctx = &stream->ctx->dc->current_state->res_ctx; in dcn32_acquire_idle_pipe_for_head_pipe_in_layer() local 2526 pipe = &old_ctx->pipe_ctx[head_index]; in dcn32_acquire_idle_pipe_for_head_pipe_in_layer()
|