/linux-6.12.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() 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() 469 unsigned long old_ctx; in add_temporary_entry() local 474 old_ctx = read_c0_entryhi(); in add_temporary_entry() 493 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() 131 write_c0_entryhi(old_ctx); in __kmap_pgprot() 152 unsigned long flags, old_ctx; in kunmap_coherent() local 155 old_ctx = read_c0_entryhi(); in kunmap_coherent() 165 write_c0_entryhi(old_ctx); in kunmap_coherent()
|
/linux-6.12.1/net/mac80211/ |
D | chan.c | 504 struct ieee80211_chanctx *old_ctx, in _ieee80211_change_chanctx() argument 533 ieee80211_chan_bw_change(local, old_ctx, false, true); in _ieee80211_change_chanctx() 564 ieee80211_chan_bw_change(local, old_ctx, false, false); in _ieee80211_change_chanctx() 569 struct ieee80211_chanctx *old_ctx, in ieee80211_change_chanctx() argument 572 _ieee80211_change_chanctx(local, ctx, old_ctx, chanreq, NULL); in ieee80211_change_chanctx() 1298 struct ieee80211_chanctx *old_ctx, *new_ctx; in ieee80211_link_use_reserved_reassign() local 1307 old_ctx = ieee80211_link_get_chanctx(link); in ieee80211_link_use_reserved_reassign() 1315 if (WARN_ON(!old_ctx)) in ieee80211_link_use_reserved_reassign() 1333 _ieee80211_change_chanctx(local, new_ctx, old_ctx, chanreq, link); in ieee80211_link_use_reserved_reassign() 1336 vif_chsw[0].old_ctx = &old_ctx->conf; in ieee80211_link_use_reserved_reassign() [all …]
|
D | driver-ops.c | 393 struct ieee80211_chanctx *old_ctx = in drv_switch_vif_chanctx() local 394 container_of(vifs[i].old_ctx, in drv_switch_vif_chanctx() 398 WARN_ON_ONCE(!old_ctx->driver_present); in drv_switch_vif_chanctx() 416 struct ieee80211_chanctx *old_ctx = in drv_switch_vif_chanctx() local 417 container_of(vifs[i].old_ctx, in drv_switch_vif_chanctx() 422 old_ctx->driver_present = false; in drv_switch_vif_chanctx()
|
D | trace.h | 1729 old_ctx->def.chan->center_freq); 1731 old_ctx->def.chan->freq_offset); 1733 old_ctx->def.width); 1735 old_ctx->def.center_freq1); 1737 old_ctx->def.freq1_offset); 1739 old_ctx->def.center_freq2);
|
/linux-6.12.1/security/selinux/ |
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-6.12.1/fs/smb/client/ |
D | fs_context.c | 820 struct smb3_fs_context *old_ctx, bool need_recon) in smb3_verify_reconfigure_ctx() argument 822 if (new_ctx->posix_paths != old_ctx->posix_paths) { in smb3_verify_reconfigure_ctx() 826 if (new_ctx->sectype != old_ctx->sectype) { in smb3_verify_reconfigure_ctx() 830 if (new_ctx->multiuser != old_ctx->multiuser) { in smb3_verify_reconfigure_ctx() 835 (!old_ctx->UNC || strcmp(new_ctx->UNC, old_ctx->UNC))) { in smb3_verify_reconfigure_ctx() 840 (!old_ctx->username || strcmp(new_ctx->username, old_ctx->username))) { in smb3_verify_reconfigure_ctx() 845 (!old_ctx->password || strcmp(new_ctx->password, old_ctx->password))) { in smb3_verify_reconfigure_ctx() 850 } else if (old_ctx->sectype == Kerberos) { in smb3_verify_reconfigure_ctx() 857 (!old_ctx->domainname || strcmp(new_ctx->domainname, old_ctx->domainname))) { in smb3_verify_reconfigure_ctx() 861 if (strcmp(new_ctx->workstation_name, old_ctx->workstation_name)) { in smb3_verify_reconfigure_ctx() [all …]
|
D | cifsfs.c | 913 int flags, struct smb3_fs_context *old_ctx) in cifs_smb3_do_mount() argument 923 old_ctx->source, flags); in cifs_smb3_do_mount() 925 cifs_info("Attempting to mount %s\n", old_ctx->source); in cifs_smb3_do_mount() 937 rc = smb3_fs_context_dup(cifs_sb->ctx, old_ctx); in cifs_smb3_do_mount() 985 root = cifs_get_root(cifs_sb ? cifs_sb->ctx : old_ctx, sb); in cifs_smb3_do_mount()
|
/linux-6.12.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-6.12.1/fs/btrfs/ |
D | super.c | 1419 #define btrfs_info_if_set(fs_info, old_ctx, opt, fmt, args...) \ argument 1421 if ((!old_ctx || !btrfs_raw_test_opt(old_ctx->mount_opt, opt)) && \ 1426 #define btrfs_info_if_unset(fs_info, old_ctx, opt, fmt, args...) \ argument 1428 if ((old_ctx && btrfs_raw_test_opt(old_ctx->mount_opt, opt)) && \ 1493 struct btrfs_fs_context old_ctx; in btrfs_reconfigure() local 1497 btrfs_info_to_ctx(fs_info, &old_ctx); in btrfs_reconfigure() 1505 ctx->mount_opt = old_ctx.mount_opt; in btrfs_reconfigure() 1518 btrfs_remount_begin(fs_info, old_ctx.mount_opt, fc->sb_flags); in btrfs_reconfigure() 1520 old_ctx.thread_pool_size); in btrfs_reconfigure() 1554 btrfs_emit_options(fs_info, &old_ctx); in btrfs_reconfigure() [all …]
|
/linux-6.12.1/arch/powerpc/kernel/ |
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()
|
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-6.12.1/security/selinux/include/ |
D | xfrm.h | 18 int selinux_xfrm_policy_clone(struct xfrm_sec_ctx *old_ctx,
|
/linux-6.12.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-6.12.1/tools/perf/arch/x86/tests/ |
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-6.12.1/fs/ |
D | libfs.c | 377 struct offset_ctx *old_ctx = old_dir->i_op->get_offset_ctx(old_dir); in simple_offset_rename() local 381 simple_offset_remove(old_ctx, old_dentry); in simple_offset_rename() 408 struct offset_ctx *old_ctx = old_dir->i_op->get_offset_ctx(old_dir); in simple_offset_rename_exchange() local 414 simple_offset_remove(old_ctx, old_dentry); in simple_offset_rename_exchange() 421 ret = simple_offset_replace(old_ctx, new_dentry, old_index); in simple_offset_rename_exchange() 430 simple_offset_remove(old_ctx, new_dentry); in simple_offset_rename_exchange() 436 (void)simple_offset_replace(old_ctx, old_dentry, old_index); in simple_offset_rename_exchange()
|
/linux-6.12.1/net/mptcp/ |
D | subflow.c | 769 struct mptcp_subflow_context *old_ctx) in subflow_ulp_fallback() argument 773 mptcp_subflow_tcp_fallback(sk, old_ctx); in subflow_ulp_fallback() 2028 struct mptcp_subflow_context *old_ctx = mptcp_subflow_ctx(newsk); in subflow_ulp_clone() local 2033 subflow_ulp_fallback(newsk, old_ctx); in subflow_ulp_clone() 2039 subflow_ulp_fallback(newsk, old_ctx); in subflow_ulp_clone() 2044 new_ctx->icsk_af_ops = old_ctx->icsk_af_ops; in subflow_ulp_clone() 2045 new_ctx->tcp_state_change = old_ctx->tcp_state_change; in subflow_ulp_clone() 2046 new_ctx->tcp_error_report = old_ctx->tcp_error_report; in subflow_ulp_clone()
|
/linux-6.12.1/include/linux/ |
D | damon.h | 760 int damon_commit_ctx(struct damon_ctx *old_ctx, struct damon_ctx *new_ctx);
|
D | bpf.h | 2086 struct bpf_run_ctx *old_ctx = NULL; in bpf_set_run_ctx() local 2089 old_ctx = current->bpf_ctx; in bpf_set_run_ctx() 2092 return old_ctx; in bpf_set_run_ctx() 2095 static inline void bpf_reset_run_ctx(struct bpf_run_ctx *old_ctx) in bpf_reset_run_ctx() argument 2098 current->bpf_ctx = old_ctx; in bpf_reset_run_ctx()
|
/linux-6.12.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-6.12.1/net/bpf/ |
D | test_run.c | 405 struct bpf_run_ctx *old_ctx; in bpf_test_run() local 425 old_ctx = bpf_set_run_ctx(&run_ctx.run_ctx); in bpf_test_run() 439 bpf_reset_run_ctx(old_ctx); in bpf_test_run()
|
/linux-6.12.1/arch/sparc/mm/ |
D | init_64.c | 769 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()
|
/linux-6.12.1/drivers/net/wireless/virtual/ |
D | mac80211_hwsim.c | 3252 hwsim_check_chanctx_magic(vifs[i].old_ctx); in mac80211_hwsim_switch_vif_chanctx() 3255 vifs[i].old_ctx->def.chan->center_freq, in mac80211_hwsim_switch_vif_chanctx() 3256 vifs[i].old_ctx->def.width, in mac80211_hwsim_switch_vif_chanctx() 3257 vifs[i].old_ctx->def.center_freq1, in mac80211_hwsim_switch_vif_chanctx() 3258 vifs[i].old_ctx->def.center_freq2, in mac80211_hwsim_switch_vif_chanctx() 3270 hwsim_clear_chanctx_magic(vifs[i].old_ctx); in mac80211_hwsim_switch_vif_chanctx()
|
/linux-6.12.1/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | mac80211.c | 5345 vifs[0].old_ctx, true); in iwl_mvm_switch_vif_chanctx_swap() 5346 __iwl_mvm_remove_chanctx(mvm, vifs[0].old_ctx); in iwl_mvm_switch_vif_chanctx_swap() 5372 if (__iwl_mvm_add_chanctx(mvm, vifs[0].old_ctx)) { in iwl_mvm_switch_vif_chanctx_swap() 5378 vifs[0].old_ctx, true)) { in iwl_mvm_switch_vif_chanctx_swap() 5400 vifs[0].old_ctx, true); in iwl_mvm_switch_vif_chanctx_reassign() 5414 vifs[0].old_ctx, true)) { in iwl_mvm_switch_vif_chanctx_reassign()
|