Home
last modified time | relevance | path

Searched refs:protection_flags (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/arch/sh/mm/
Dtlbex_64.c43 static int handle_tlbmiss(unsigned long long protection_flags, in handle_tlbmiss() argument
80 if ((pte_val(entry) & protection_flags) != protection_flags) in handle_tlbmiss()
94 unsigned short protection_flags[8]; member
107 .protection_flags = {PRX, PRX, 0, 0, PRR, PRR, PRW, PRW},
134 unsigned long long protection_flags; in do_fast_page_fault() local
156 protection_flags = expevt_lookup_table.protection_flags[index]; in do_fast_page_fault()
165 return handle_tlbmiss(protection_flags, address); in do_fast_page_fault()
/Linux-v5.4/drivers/platform/x86/
Ddcdbas.c531 if (!(wsmt->protection_flags & ACPI_WSMT_FIXED_COMM_BUFFERS) || in dcdbas_check_wsmt()
532 !(wsmt->protection_flags & ACPI_WSMT_COMM_BUFFER_NESTED_PTR_PROTECTION)) in dcdbas_check_wsmt()
/Linux-v5.4/drivers/net/wireless/intel/iwlwifi/fw/api/
Dmac.h370 __le32 protection_flags; member
/Linux-v5.4/include/acpi/
Dactbl3.h686 u32 protection_flags; member
/Linux-v5.4/drivers/net/wireless/intel/iwlwifi/mvm/
Dmac-ctxt.c476 cmd->protection_flags |= cpu_to_le32(ht_flag); in iwl_mvm_mac_ctxt_set_ht_flags()
481 cmd->protection_flags |= cpu_to_le32(ht_flag); in iwl_mvm_mac_ctxt_set_ht_flags()
577 cmd->protection_flags |= cpu_to_le32(MAC_PROT_FLG_TGG_PROTECT); in iwl_mvm_mac_ctxt_cmd_common()