Searched refs:old_ctx (Results 1 - 25 of 33) sorted by relevance

12

/linux-master/arch/mips/mm/
H A Dtlb-r3k.c42 unsigned long old_ctx; local
44 old_ctx = read_c0_entryhi() & cpu_asid_mask(&current_cpu_data);
52 write_c0_entryhi(old_ctx);
222 unsigned long old_ctx; local
232 old_ctx = read_c0_entryhi() & asid_mask;
238 write_c0_entryhi(old_ctx);
H A Dtlb-r4k.c57 unsigned long old_ctx; local
62 old_ctx = read_c0_entryhi();
99 write_c0_entryhi(old_ctx);
397 unsigned long old_ctx;
405 old_ctx = read_c0_entryhi();
420 write_c0_entryhi(old_ctx);
469 unsigned long old_ctx; local
474 old_ctx = read_c0_entryhi();
493 write_c0_entryhi(old_ctx);
H A Dinit.c88 unsigned long old_ctx; local
109 old_ctx = read_c0_entryhi();
130 write_c0_entryhi(old_ctx);
151 unsigned long flags, old_ctx; local
154 old_ctx = read_c0_entryhi();
164 write_c0_entryhi(old_ctx);
/linux-master/net/mac80211/
H A Dchan.c479 struct ieee80211_chanctx *old_ctx,
508 ieee80211_chan_bw_change(local, old_ctx, true);
539 ieee80211_chan_bw_change(local, old_ctx, false);
544 struct ieee80211_chanctx *old_ctx,
547 _ieee80211_change_chanctx(local, ctx, old_ctx, chanreq, NULL);
1189 struct ieee80211_chanctx *old_ctx, *new_ctx; local
1198 old_ctx = ieee80211_link_get_chanctx(link);
1206 if (WARN_ON(!old_ctx))
1224 _ieee80211_change_chanctx(local, new_ctx, old_ctx, chanreq, link);
1227 vif_chsw[0].old_ctx
477 _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) argument
542 ieee80211_change_chanctx(struct ieee80211_local *local, struct ieee80211_chanctx *ctx, struct ieee80211_chanctx *old_ctx, const struct ieee80211_chan_req *chanreq) argument
1271 struct ieee80211_chanctx *old_ctx, *new_ctx; local
1320 struct ieee80211_chanctx *old_ctx, *new_ctx; local
1347 struct ieee80211_chanctx *ctx, *old_ctx; local
1429 struct ieee80211_chanctx *ctx, *ctx_tmp, *old_ctx; local
1775 struct ieee80211_chanctx *old_ctx; local
[all...]
H A Ddriver-ops.c376 struct ieee80211_chanctx *old_ctx = local
377 container_of(vifs[i].old_ctx,
381 WARN_ON_ONCE(!old_ctx->driver_present);
399 struct ieee80211_chanctx *old_ctx = local
400 container_of(vifs[i].old_ctx,
405 old_ctx->driver_present = false;
H A Dtrace.h1720 old_ctx->def.chan->center_freq);
1722 old_ctx->def.chan->freq_offset);
1724 old_ctx->def.width);
1726 old_ctx->def.center_freq1);
1728 old_ctx->def.freq1_offset);
1730 old_ctx->def.center_freq2);
/linux-master/security/selinux/
H A Dxfrm.c293 int selinux_xfrm_policy_clone(struct xfrm_sec_ctx *old_ctx, argument
298 if (!old_ctx)
301 new_ctx = kmemdup(old_ctx, sizeof(*old_ctx) + old_ctx->ctx_len,
/linux-master/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,
/linux-master/security/selinux/include/
H A Dxfrm.h18 int selinux_xfrm_policy_clone(struct xfrm_sec_ctx *old_ctx,
/linux-master/fs/smb/client/
H A Dfs_context.c818 struct smb3_fs_context *old_ctx, bool need_recon)
820 if (new_ctx->posix_paths != old_ctx->posix_paths) {
824 if (new_ctx->sectype != old_ctx->sectype) {
828 if (new_ctx->multiuser != old_ctx->multiuser) {
833 (!old_ctx->UNC || strcmp(new_ctx->UNC, old_ctx->UNC))) {
838 (!old_ctx->username || strcmp(new_ctx->username, old_ctx->username))) {
843 (!old_ctx->password || strcmp(new_ctx->password, old_ctx
816 smb3_verify_reconfigure_ctx(struct fs_context *fc, struct smb3_fs_context *new_ctx, struct smb3_fs_context *old_ctx, bool need_recon) argument
[all...]
H A Dcifsfs.c897 int flags, struct smb3_fs_context *old_ctx)
907 old_ctx->source, flags);
909 cifs_info("Attempting to mount %s\n", old_ctx->source);
921 rc = smb3_fs_context_dup(cifs_sb->ctx, old_ctx);
969 root = cifs_get_root(cifs_sb ? cifs_sb->ctx : old_ctx, sb);
896 cifs_smb3_do_mount(struct file_system_type *fs_type, int flags, struct smb3_fs_context *old_ctx) argument
/linux-master/arch/powerpc/kernel/
H A Dsignal_32.c990 COMPAT_SYSCALL_DEFINE3(swapcontext, struct ucontext __user *, old_ctx,
993 SYSCALL_DEFINE3(swapcontext, struct ucontext __user *, old_ctx,
1041 if (old_ctx != NULL) {
1045 * old_ctx might not be 16-byte aligned, in which
1046 * case old_ctx->uc_mcontext won't be either.
1047 * Because we have the old_ctx->uc_pad2 field
1048 * before old_ctx->uc_mcontext, we need to round down
1049 * from &old_ctx->uc_mcontext to a 16-byte boundary.
1052 ((unsigned long) &old_ctx->uc_mcontext & ~0xfUL);
1054 if (!user_write_access_begin(old_ctx, ctx_siz
[all...]
H A Dsignal_64.c657 SYSCALL_DEFINE3(swapcontext, struct ucontext __user *, old_ctx,
684 if (old_ctx != NULL) {
686 if (!user_write_access_begin(old_ctx, ctx_size))
689 unsafe_setup_sigcontext(&old_ctx->uc_mcontext, current, 0, NULL,
691 unsafe_copy_to_user(&old_ctx->uc_sigmask, &current->blocked,
/linux-master/fs/btrfs/
H A Dsuper.c1380 #define btrfs_info_if_set(fs_info, old_ctx, opt, fmt, args...) \
1382 if ((!old_ctx || !btrfs_raw_test_opt(old_ctx->mount_opt, opt)) && \
1387 #define btrfs_info_if_unset(fs_info, old_ctx, opt, fmt, args...) \
1389 if ((old_ctx && btrfs_raw_test_opt(old_ctx->mount_opt, opt)) && \
1452 struct btrfs_fs_context old_ctx; local
1456 btrfs_info_to_ctx(fs_info, &old_ctx);
1464 ctx->mount_opt = old_ctx.mount_opt;
1478 btrfs_remount_begin(fs_info, old_ctx
[all...]
/linux-master/arch/mips/pci/
H A Dpci-alchemy.c77 unsigned long old_ctx; local
80 old_ctx = read_c0_entryhi() & MIPS_ENTRYHI_ASID;
88 write_c0_entryhi(old_ctx);
/linux-master/net/mptcp/
H A Dsubflow.c725 struct mptcp_subflow_context *old_ctx)
729 mptcp_subflow_tcp_fallback(sk, old_ctx);
1939 struct mptcp_subflow_context *old_ctx = mptcp_subflow_ctx(newsk); local
1944 subflow_ulp_fallback(newsk, old_ctx);
1950 subflow_ulp_fallback(newsk, old_ctx);
1955 new_ctx->icsk_af_ops = old_ctx->icsk_af_ops;
1956 new_ctx->tcp_state_change = old_ctx->tcp_state_change;
1957 new_ctx->tcp_error_report = old_ctx->tcp_error_report;
724 subflow_ulp_fallback(struct sock *sk, struct mptcp_subflow_context *old_ctx) argument
/linux-master/tools/perf/arch/x86/tests/
H A Dintel-pt-test.c248 enum intel_pt_pkt_ctx old_ctx = ctx; local
252 if (ctx != old_ctx) {
/linux-master/fs/
H A Dlibfs.c363 struct offset_ctx *old_ctx = old_dir->i_op->get_offset_ctx(old_dir); local
369 simple_offset_remove(old_ctx, old_dentry);
376 ret = simple_offset_add(old_ctx, new_dentry);
385 simple_offset_remove(old_ctx, new_dentry);
392 mtree_store(&old_ctx->mt, old_index, old_dentry, GFP_KERNEL);
/linux-master/include/linux/
H A Dbpf.h2042 struct bpf_run_ctx *old_ctx = NULL; local
2045 old_ctx = current->bpf_ctx;
2048 return old_ctx;
2051 static inline void bpf_reset_run_ctx(struct bpf_run_ctx *old_ctx) argument
2054 current->bpf_ctx = old_ctx;
H A Dlsm_hook_defs.h382 LSM_HOOK(int, 0, xfrm_policy_clone_security, struct xfrm_sec_ctx *old_ctx,
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dchannel.c1232 struct ath_chanctx *old_ctx; local
1284 old_ctx = sc->cur_chan;
1315 ath9k_chanctx_wake_queues(sc, old_ctx);
/linux-master/net/bpf/
H A Dtest_run.c398 struct bpf_run_ctx *old_ctx; local
418 old_ctx = bpf_set_run_ctx(&run_ctx.run_ctx);
428 bpf_reset_run_ctx(old_ctx);
/linux-master/arch/sparc/mm/
H A Dinit_64.c769 unsigned long new_ver, new_ctx, old_ctx; local
804 old_ctx = mm->context.sparc64_ctx_val;
805 if (likely((old_ctx & CTX_VERSION_MASK) == old_ver)) {
806 new_ctx = (old_ctx & ~CTX_VERSION_MASK) | new_ver;
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmac80211.c5116 vifs[0].old_ctx, true);
5117 __iwl_mvm_remove_chanctx(mvm, vifs[0].old_ctx);
5143 if (__iwl_mvm_add_chanctx(mvm, vifs[0].old_ctx)) {
5144 IWL_ERR(mvm, "failed to add old_ctx back after failure.\n");
5149 vifs[0].old_ctx, true)) {
5150 IWL_ERR(mvm, "failed to reassign old_ctx after failure.\n");
5175 vifs[0].old_ctx, true);
5189 vifs[0].old_ctx, true)) {
5190 IWL_ERR(mvm, "failed to reassign old_ctx after failure.\n");
/linux-master/drivers/net/wireless/virtual/
H A Dmac80211_hwsim.c3232 hwsim_check_chanctx_magic(vifs[i].old_ctx);
3235 vifs[i].old_ctx->def.chan->center_freq,
3236 vifs[i].old_ctx->def.width,
3237 vifs[i].old_ctx->def.center_freq1,
3238 vifs[i].old_ctx->def.center_freq2,
3250 hwsim_clear_chanctx_magic(vifs[i].old_ctx);

Completed in 311 milliseconds

12