Searched refs:new_context (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.10/arch/arm64/mm/ |
D | context.c | 158 static u64 new_context(struct mm_struct *mm) in new_context() function 250 asid = new_context(mm); in check_and_switch_context() 298 asid = new_context(mm); in arm64_mm_context_get()
|
/Linux-v5.10/arch/csky/mm/ |
D | asid.c | 79 static u64 new_context(struct asid_info *info, atomic64_t *pasid, in new_context() function 147 asid = new_context(info, pasid, mm); in asid_new_context()
|
/Linux-v5.10/arch/arm/mm/ |
D | context.c | 189 static u64 new_context(struct mm_struct *mm, unsigned int cpu) in new_context() function 262 asid = new_context(mm, cpu); in check_and_switch_context()
|
/Linux-v5.10/drivers/net/ethernet/intel/i40e/ |
D | i40e_lan_hmc.h | 54 u8 new_context; member
|
D | i40e_lan_hmc.c | 675 {I40E_HMC_STORE(i40e_hmc_obj_txq, new_context), 1, 30 },
|
D | i40e_main.c | 3179 tx_ctx.new_context = 1; in i40e_configure_tx_ring()
|