Home
last modified time | relevance | path

Searched refs:old_ctx (Results 1 – 25 of 36) sorted by relevance

12

/openbmc/linux/arch/mips/mm/
H A Dtlb-r3k.c42 unsigned long old_ctx; in local_flush_tlb_from() local
44 old_ctx = read_c0_entryhi() & cpu_asid_mask(&current_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 Dtlb-r4k.c57 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()
397 unsigned long old_ctx; in add_wired_entry()
405 old_ctx = read_c0_entryhi(); in add_wired_entry()
420 write_c0_entryhi(old_ctx); in add_wired_entry()
468 unsigned long old_ctx; in add_temporary_entry() local
473 old_ctx = read_c0_entryhi(); in add_temporary_entry()
492 write_c0_entryhi(old_ctx); in add_temporary_entry()
H A Dinit.c87 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()
/openbmc/linux/net/mac80211/
H A Dchan.c476 struct ieee80211_chanctx *old_ctx, in _ieee80211_change_chanctx() argument
500 ieee80211_chan_bw_change(local, old_ctx, true); in _ieee80211_change_chanctx()
522 ieee80211_chan_bw_change(local, old_ctx, false); in _ieee80211_change_chanctx()
527 struct ieee80211_chanctx *old_ctx, in ieee80211_change_chanctx() argument
530 _ieee80211_change_chanctx(local, ctx, old_ctx, chandef, NULL); in ieee80211_change_chanctx()
1263 struct ieee80211_chanctx *old_ctx, *new_ctx; in ieee80211_link_use_reserved_reassign() local
1272 old_ctx = ieee80211_link_get_chanctx(link); in ieee80211_link_use_reserved_reassign()
1280 if (WARN_ON(!old_ctx)) in ieee80211_link_use_reserved_reassign()
1297 _ieee80211_change_chanctx(local, new_ctx, old_ctx, chandef, link); in ieee80211_link_use_reserved_reassign()
1300 vif_chsw[0].old_ctx = &old_ctx->conf; in ieee80211_link_use_reserved_reassign()
[all …]
H A Ddriver-ops.c352 struct ieee80211_chanctx *old_ctx = in drv_switch_vif_chanctx() local
353 container_of(vifs[i].old_ctx, in drv_switch_vif_chanctx()
357 WARN_ON_ONCE(!old_ctx->driver_present); in drv_switch_vif_chanctx()
375 struct ieee80211_chanctx *old_ctx = in drv_switch_vif_chanctx() local
376 container_of(vifs[i].old_ctx, in drv_switch_vif_chanctx()
381 old_ctx->driver_present = false; in drv_switch_vif_chanctx()
H A Dtrace.h1686 old_ctx->def.chan->center_freq);
1688 old_ctx->def.chan->freq_offset);
1690 old_ctx->def.width);
1692 old_ctx->def.center_freq1);
1694 old_ctx->def.freq1_offset);
1696 old_ctx->def.center_freq2);
/openbmc/linux/security/selinux/
H A Dxfrm.c293 int selinux_xfrm_policy_clone(struct xfrm_sec_ctx *old_ctx, in selinux_xfrm_policy_clone() argument
298 if (!old_ctx) in selinux_xfrm_policy_clone()
301 new_ctx = kmemdup(old_ctx, sizeof(*old_ctx) + old_ctx->ctx_len, in selinux_xfrm_policy_clone()
/openbmc/linux/fs/smb/client/
H A Dfs_context.c819 struct smb3_fs_context *old_ctx, bool need_recon) in smb3_verify_reconfigure_ctx()
821 if (new_ctx->posix_paths != old_ctx->posix_paths) { in smb3_verify_reconfigure_ctx()
825 if (new_ctx->sectype != old_ctx->sectype) { in smb3_verify_reconfigure_ctx()
829 if (new_ctx->multiuser != old_ctx->multiuser) { in smb3_verify_reconfigure_ctx()
834 (!old_ctx->UNC || strcmp(new_ctx->UNC, old_ctx->UNC))) { in smb3_verify_reconfigure_ctx()
839 (!old_ctx->username || strcmp(new_ctx->username, old_ctx->username))) { in smb3_verify_reconfigure_ctx()
844 (!old_ctx->password || strcmp(new_ctx->password, old_ctx in smb3_verify_reconfigure_ctx()
818 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
[all...]
H A Dcifsfs.c909 int flags, struct smb3_fs_context *old_ctx) in cifs_smb3_do_mount() argument
919 old_ctx->source, flags); in cifs_smb3_do_mount()
921 cifs_info("Attempting to mount %s\n", old_ctx->source); in cifs_smb3_do_mount()
933 rc = smb3_fs_context_dup(cifs_sb->ctx, old_ctx); in cifs_smb3_do_mount()
981 root = cifs_get_root(cifs_sb ? cifs_sb->ctx : old_ctx, sb); in cifs_smb3_do_mount()
/openbmc/linux/fs/ntfs/
H A Dattrib.c81 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 …]
/openbmc/linux/arch/powerpc/include/asm/
H A Dsyscalls.h53 long sys_swapcontext(struct ucontext __user *old_ctx,
75 long compat_sys_swapcontext(struct ucontext32 __user *old_ctx,
/openbmc/linux/arch/powerpc/kernel/
H A Dsignal_32.c990 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, &current->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 Dsignal_64.c657 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, &current->blocked, in SYSCALL_DEFINE3()
/openbmc/linux/security/selinux/include/
H A Dxfrm.h18 int selinux_xfrm_policy_clone(struct xfrm_sec_ctx *old_ctx,
/openbmc/linux/arch/mips/pci/
H A Dpci-alchemy.c77 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()
/openbmc/qemu/util/
H A Dasync.c669 AioContext *old_ctx = qemu_get_current_aio_context(); in aio_co_reschedule_self() local
671 if (old_ctx != new_ctx) { in aio_co_reschedule_self()
681 aio_bh_schedule_oneshot(old_ctx, aio_co_reschedule_self_bh, &data); in aio_co_reschedule_self()
/openbmc/linux/fs/
H A Dlibfs.c352 struct offset_ctx *old_ctx = old_dir->i_op->get_offset_ctx(old_dir); in simple_offset_rename() local
356 simple_offset_remove(old_ctx, old_dentry); in simple_offset_rename()
383 struct offset_ctx *old_ctx = old_dir->i_op->get_offset_ctx(old_dir); in simple_offset_rename_exchange() local
389 simple_offset_remove(old_ctx, old_dentry); in simple_offset_rename_exchange()
396 ret = simple_offset_replace(old_ctx, new_dentry, old_index); in simple_offset_rename_exchange()
405 simple_offset_remove(old_ctx, new_dentry); in simple_offset_rename_exchange()
411 (void)simple_offset_replace(old_ctx, old_dentry, old_index); in simple_offset_rename_exchange()
/openbmc/linux/tools/perf/arch/x86/tests/
H A Dintel-pt-test.c248 enum intel_pt_pkt_ctx old_ctx = ctx; in test_ctx_unchanged() local
252 if (ctx != old_ctx) { in test_ctx_unchanged()
/openbmc/linux/net/mptcp/
H A Dsubflow.c745 struct mptcp_subflow_context *old_ctx) in subflow_ulp_fallback() argument
749 mptcp_subflow_tcp_fallback(sk, old_ctx); in subflow_ulp_fallback()
1960 struct mptcp_subflow_context *old_ctx = mptcp_subflow_ctx(newsk); in subflow_ulp_clone() local
1965 subflow_ulp_fallback(newsk, old_ctx); in subflow_ulp_clone()
1971 subflow_ulp_fallback(newsk, old_ctx); in subflow_ulp_clone()
1976 new_ctx->icsk_af_ops = old_ctx->icsk_af_ops; in subflow_ulp_clone()
1977 new_ctx->tcp_state_change = old_ctx->tcp_state_change; in subflow_ulp_clone()
1978 new_ctx->tcp_error_report = old_ctx->tcp_error_report; in subflow_ulp_clone()
/openbmc/linux/include/linux/
H A Dbpf.h1927 struct bpf_run_ctx *old_ctx = NULL; in bpf_set_run_ctx() local
1930 old_ctx = current->bpf_ctx; in bpf_set_run_ctx()
1933 return old_ctx; in bpf_set_run_ctx()
1936 static inline void bpf_reset_run_ctx(struct bpf_run_ctx *old_ctx) in bpf_reset_run_ctx() argument
1939 current->bpf_ctx = old_ctx; in bpf_reset_run_ctx()
/openbmc/qemu/include/block/
H A Dblock-io.h285 void coroutine_fn bdrv_co_leave(BlockDriverState *bs, AioContext *old_ctx);
/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dchannel.c1232 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()
/openbmc/linux/net/bpf/
H A Dtest_run.c397 struct bpf_run_ctx *old_ctx; in bpf_test_run() local
417 old_ctx = bpf_set_run_ctx(&run_ctx.run_ctx); in bpf_test_run()
427 bpf_reset_run_ctx(old_ctx); in bpf_test_run()
/openbmc/linux/arch/sparc/mm/
H A Dinit_64.c769 unsigned long new_ver, new_ctx, old_ctx; in mmu_context_wrap() local
804 old_ctx = mm->context.sparc64_ctx_val; in mmu_context_wrap()
805 if (likely((old_ctx & CTX_VERSION_MASK) == old_ver)) { in mmu_context_wrap()
806 new_ctx = (old_ctx & ~CTX_VERSION_MASK) | new_ver; in mmu_context_wrap()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmac80211.c5110 vifs[0].old_ctx, true); in iwl_mvm_switch_vif_chanctx_swap()
5111 __iwl_mvm_remove_chanctx(mvm, vifs[0].old_ctx); in iwl_mvm_switch_vif_chanctx_swap()
5137 if (__iwl_mvm_add_chanctx(mvm, vifs[0].old_ctx)) { in iwl_mvm_switch_vif_chanctx_swap()
5143 vifs[0].old_ctx, true)) { in iwl_mvm_switch_vif_chanctx_swap()
5169 vifs[0].old_ctx, true); in iwl_mvm_switch_vif_chanctx_reassign()
5183 vifs[0].old_ctx, true)) { in iwl_mvm_switch_vif_chanctx_reassign()

12