| /linux/arch/mips/mm/ |
| H A 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()
|
| H A D | tlb-r4k.c | 61 unsigned long old_ctx; in local_flush_tlb_all() local 66 old_ctx = read_c0_entryhi(); in local_flush_tlb_all() 103 write_c0_entryhi(old_ctx); in local_flush_tlb_all() 401 unsigned long old_ctx; in add_wired_entry() 409 old_ctx = read_c0_entryhi(); in add_wired_entry() 424 write_c0_entryhi(old_ctx); in add_wired_entry() 473 unsigned long old_ctx; in add_temporary_entry() local 478 old_ctx = read_c0_entryhi(); in add_temporary_entry() 497 write_c0_entryhi(old_ctx); in add_temporary_entry()
|
| /linux/fs/smb/client/ |
| H A D | fs_context.c | 935 struct smb3_fs_context *old_ctx, bool need_recon) in smb3_verify_reconfigure_ctx() 937 if (new_ctx->posix_paths != old_ctx->posix_paths) { in smb3_verify_reconfigure_ctx() 941 if (new_ctx->sectype != old_ctx->sectype) { in smb3_verify_reconfigure_ctx() 945 if (new_ctx->multiuser != old_ctx->multiuser) { in smb3_verify_reconfigure_ctx() 950 (!old_ctx->UNC || strcmp(new_ctx->UNC, old_ctx->UNC))) { in smb3_verify_reconfigure_ctx() 955 (!old_ctx->username || strcmp(new_ctx->username, old_ctx->username))) { in smb3_verify_reconfigure_ctx() 960 (!old_ctx->password || strcmp(new_ctx->password, old_ctx in smb3_verify_reconfigure_ctx() 930 smb3_verify_reconfigure_ctx(struct fs_context * fc,struct smb3_fs_context * new_ctx,struct smb3_fs_context * old_ctx,bool need_recon) smb3_verify_reconfigure_ctx() argument 1064 struct smb3_fs_context *old_ctx = NULL; smb3_reconfigure() local [all...] |
| H A D | cifsfs.c | 975 cifs_smb3_do_mount(struct fs_context *fc, struct smb3_fs_context *old_ctx) in cifs_set_super() 986 old_ctx->source, fc->sb_flags); in cifs_smb3_do_mount() 988 cifs_info("Attempting to mount %s\n", old_ctx->source); in cifs_smb3_do_mount() 999 rc = smb3_fs_context_dup(cifs_sb->ctx, old_ctx); in cifs_smb3_do_mount() 1062 root = cifs_get_root(cifs_sb ? cifs_sb->ctx : old_ctx, sb); in cifs_smb3_do_mount() 981 cifs_smb3_do_mount(struct file_system_type * fs_type,int flags,struct smb3_fs_context * old_ctx) cifs_smb3_do_mount() argument
|
| /linux/net/mac80211/ |
| H A D | chan.c | 811 struct ieee80211_chanctx *old_ctx, in _ieee80211_change_chanctx() 850 ieee80211_chan_bw_change(local, old_ctx, false, true); 890 ieee80211_chan_bw_change(local, old_ctx, false, false); in ieee80211_find_chanctx() 898 struct ieee80211_chanctx *old_ctx, in ieee80211_is_radar_required() 901 _ieee80211_change_chanctx(local, ctx, old_ctx, chanreq, NULL); in ieee80211_is_radar_required() 1647 struct ieee80211_chanctx *old_ctx, *new_ctx; in ieee80211_link_use_reserved_reassign() 1656 old_ctx = ieee80211_link_get_chanctx(link); in ieee80211_link_use_reserved_reassign() 1664 if (WARN_ON(!old_ctx)) in ieee80211_link_use_reserved_reassign() 1682 _ieee80211_change_chanctx(local, new_ctx, old_ctx, chanreq, link); in ieee80211_link_use_reserved_assign() 1685 vif_chsw[0].old_ctx in ieee80211_link_use_reserved_assign() 766 _ieee80211_change_chanctx(struct ieee80211_local * local,struct ieee80211_chanctx * ctx,struct ieee80211_chanctx * old_ctx,const struct ieee80211_chan_req * chanreq,struct ieee80211_link_data * rsvd_for) _ieee80211_change_chanctx() argument 843 ieee80211_change_chanctx(struct ieee80211_local * local,struct ieee80211_chanctx * ctx,struct ieee80211_chanctx * old_ctx,const struct ieee80211_chan_req * chanreq) ieee80211_change_chanctx() argument 1591 struct ieee80211_chanctx *old_ctx, *new_ctx; ieee80211_link_use_reserved_reassign() local 1672 struct ieee80211_chanctx *old_ctx, *new_ctx; ieee80211_link_use_reserved_assign() local 1720 struct ieee80211_chanctx *old_ctx, *new_ctx; ieee80211_link_has_in_place_reservation() local 1746 struct ieee80211_chanctx *ctx, *old_ctx; ieee80211_chsw_switch_vifs() local 1829 struct ieee80211_chanctx *ctx, *ctx_tmp, *old_ctx; ieee80211_vif_use_reserved_switch() local 2234 struct ieee80211_chanctx *old_ctx; ieee80211_link_use_reserved_context() local [all...] |
| H A D | driver-ops.c | 401 struct ieee80211_chanctx *old_ctx = in drv_switch_vif_chanctx() local 402 container_of(vifs[i].old_ctx, in drv_switch_vif_chanctx() 406 WARN_ON_ONCE(!old_ctx->driver_present); in drv_switch_vif_chanctx() 424 struct ieee80211_chanctx *old_ctx = in drv_switch_vif_chanctx() local 425 container_of(vifs[i].old_ctx, in drv_switch_vif_chanctx() 430 old_ctx->driver_present = false; in drv_switch_vif_chanctx()
|
| /linux/security/selinux/ |
| H A D | xfrm.c | 290 int selinux_xfrm_policy_clone(struct xfrm_sec_ctx *old_ctx, in selinux_xfrm_policy_clone() argument 295 if (!old_ctx) in selinux_xfrm_policy_clone() 298 new_ctx = kmemdup(old_ctx, sizeof(*old_ctx) + old_ctx->ctx_len, in selinux_xfrm_policy_clone()
|
| /linux/arch/powerpc/include/asm/ |
| H A D | syscalls.h | 53 long sys_swapcontext(struct ucontext __user *old_ctx, 75 long compat_sys_swapcontext(struct ucontext32 __user *old_ctx,
|
| /linux/arch/powerpc/kernel/ |
| H A D | signal_32.c | 990 COMPAT_SYSCALL_DEFINE3(swapcontext, struct ucontext __user *, old_ctx, in COMPAT_SYSCALL_DEFINE3() argument 993 SYSCALL_DEFINE3(swapcontext, struct ucontext __user *, old_ctx, in COMPAT_SYSCALL_DEFINE3() 1041 if (old_ctx != NULL) { in COMPAT_SYSCALL_DEFINE3() 1052 ((unsigned long) &old_ctx->uc_mcontext & ~0xfUL); in COMPAT_SYSCALL_DEFINE3() 1054 if (!user_write_access_begin(old_ctx, ctx_size)) in COMPAT_SYSCALL_DEFINE3() 1057 unsafe_put_sigset_t(&old_ctx->uc_sigmask, ¤t->blocked, failed); in COMPAT_SYSCALL_DEFINE3() 1058 unsafe_put_user(to_user_ptr(mctx), &old_ctx->uc_regs, failed); in COMPAT_SYSCALL_DEFINE3()
|
| H A 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/arch/mips/pci/ |
| H A 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/security/selinux/include/ |
| H A D | xfrm.h | 18 int selinux_xfrm_policy_clone(struct xfrm_sec_ctx *old_ctx,
|
| /linux/tools/perf/arch/x86/tests/ |
| H A D | intel-pt-test.c | 248 enum intel_pt_pkt_ctx old_ctx = ctx; in test_ctx_unchanged() local 252 if (ctx != old_ctx) { in test_ctx_unchanged()
|
| /linux/fs/ntfs/ |
| H A D | attrib.c | 97 struct ntfs_attr_search_ctx old_ctx = { NULL, }; in ntfs_map_runlist_nolock() 148 old_ctx = *ctx; in ntfs_map_runlist_nolock() 157 if (old_ctx.base_ntfs_ino && old_ctx.ntfs_ino != in ntfs_map_runlist_nolock() 158 old_ctx.base_ntfs_ino) { in ntfs_map_runlist_nolock() 159 put_this_folio = old_ctx.ntfs_ino->folio; in ntfs_map_runlist_nolock() 218 if (ctx->ntfs_ino != old_ctx.ntfs_ino) { in ntfs_map_runlist_nolock() 233 if (old_ctx.base_ntfs_ino && in ntfs_map_runlist_nolock() 234 old_ctx.ntfs_ino != old_ctx in ntfs_map_runlist_nolock() 96 struct ntfs_attr_search_ctx old_ctx = { NULL, }; ntfs_map_runlist_nolock() local [all...] |
| /linux/net/mptcp/ |
| H A D | subflow.c | 768 struct mptcp_subflow_context *old_ctx) in subflow_ulp_fallback() argument 772 mptcp_subflow_tcp_fallback(sk, old_ctx); in subflow_ulp_fallback() 2040 struct mptcp_subflow_context *old_ctx = mptcp_subflow_ctx(newsk); in subflow_ulp_clone() local 2045 subflow_ulp_fallback(newsk, old_ctx); in subflow_ulp_clone() 2051 subflow_ulp_fallback(newsk, old_ctx); in subflow_ulp_clone() 2056 new_ctx->icsk_af_ops = old_ctx->icsk_af_ops; in subflow_ulp_clone() 2057 new_ctx->tcp_state_change = old_ctx->tcp_state_change; in subflow_ulp_clone() 2058 new_ctx->tcp_error_report = old_ctx->tcp_error_report; in subflow_ulp_clone()
|
| /linux/drivers/net/wireless/intel/iwlwifi/mld/ |
| H A D | mac80211.c | 2459 vifs[0].old_ctx); in iwl_mld_switch_vif_chanctx_swap() 2460 iwl_mld_remove_chanctx(hw, vifs[0].old_ctx); in iwl_mld_switch_vif_chanctx_swap() 2481 if (iwl_mld_add_chanctx(hw, vifs[0].old_ctx)) { in iwl_mld_switch_vif_chanctx_reassign() 2482 IWL_ERR(mld, "failed to add old_ctx after failure\n"); in iwl_mld_switch_vif_chanctx_reassign() 2487 vifs[0].old_ctx)) in iwl_mld_switch_vif_chanctx_reassign() 2488 IWL_ERR(mld, "failed to reassign old_ctx after failure\n"); 2501 vifs[0].old_ctx); in iwl_mld_switch_vif_chanctx() 2514 vifs[0].old_ctx)) in iwl_mld_switch_vif_chanctx() 2515 IWL_ERR(mld, "failed to reassign old_ctx after failure\n");
|
| /linux/include/linux/ |
| H A D | damon.h | 1055 int damon_commit_ctx(struct damon_ctx *old_ctx, struct damon_ctx *new_ctx);
|
| H A D | bpf.h | 2552 struct bpf_run_ctx *old_ctx = NULL; in bpf_enable_instrumentation() 2555 old_ctx = current->bpf_ctx; 2558 return old_ctx; 2561 static inline void bpf_reset_run_ctx(struct bpf_run_ctx *old_ctx) 2564 current->bpf_ctx = old_ctx; 2427 struct bpf_run_ctx *old_ctx = NULL; bpf_set_run_ctx() local 2436 bpf_reset_run_ctx(struct bpf_run_ctx * old_ctx) bpf_reset_run_ctx() argument
|
| /linux/drivers/net/wireless/ath/ath9k/ |
| H A D | channel.c | 1225 struct ath_chanctx *old_ctx; in ath_chanctx_set_next() local 1277 old_ctx = sc->cur_chan; in ath_chanctx_set_next() 1308 ath9k_chanctx_wake_queues(sc, old_ctx); in ath_chanctx_set_next()
|
| /linux/kernel/bpf/ |
| H A D | helpers.c | 4524 struct bpf_task_work_ctx *ctx, *old_ctx; in bpf_task_work_schedule() 4538 old_ctx = cmpxchg(&twk->ctx, NULL, ctx); in bpf_task_work_schedule() 4539 if (old_ctx) { in bpf_task_work_schedule() 4545 return old_ctx; 4425 struct bpf_task_work_ctx *ctx, *old_ctx; bpf_task_work_fetch_ctx() local
|
| /linux/drivers/net/wireless/virtual/ |
| H A D | mac80211_hwsim.c | |
| /linux/security/ |
| H A D | security.c | 4951 * @old_ctx: xfrm security context 4955 * the old_ctx structure. 4959 int security_xfrm_policy_clone(struct xfrm_sec_ctx *old_ctx, in security_xfrm_policy_clone() argument 4962 return call_int_hook(xfrm_policy_clone_security, old_ctx, new_ctxp); in security_xfrm_policy_clone()
|
| /linux/drivers/gpu/drm/amd/display/dc/resource/dcn32/ |
| H A D | dcn32_resource.c | 2917 struct resource_context *old_ctx = &stream->ctx->dc->current_state->res_ctx; in dcn32_acquire_free_pipe_as_secondary_opp_head() 2932 pipe = &old_ctx->pipe_ctx[head_index]; in dcn32_calc_num_avail_chans_for_mall() 2785 struct resource_context *old_ctx = &stream->ctx->dc->current_state->res_ctx; dcn32_acquire_idle_pipe_for_head_pipe_in_layer() local
|
| /linux/include/net/ |
| H A D | mac80211.h | 310 * @vif: the vif that should be switched from old_ctx to new_ctx 312 * @old_ctx: the old context to which the vif was assigned 318 struct ieee80211_chanctx_conf *old_ctx; 311 struct ieee80211_chanctx_conf *old_ctx; global() member
|
| /linux/drivers/net/wireless/ath/ath10k/ |
| H A D | mac.c | 8777 vifs[i].old_ctx->def.chan->center_freq, in ath10k_mac_update_vif_chan() 8779 vifs[i].old_ctx->def.width, in ath10k_mac_update_vif_chan() 8922 arg->vifs[arg->next_vif].old_ctx = ctx; in ath10k_mac_change_chanctx_fill_iter()
|