Home
last modified time | relevance | path

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

/linux-4.1.27/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-4.1.27/drivers/net/wireless/iwlwifi/mvm/
Dfw-api-mac.h352 __le32 protection_flags; member
Dmac-ctxt.c629 cmd->protection_flags |= cpu_to_le32(ht_flag); in iwl_mvm_mac_ctxt_set_ht_flags()
634 cmd->protection_flags |= cpu_to_le32(ht_flag); in iwl_mvm_mac_ctxt_set_ht_flags()
732 cmd->protection_flags |= cpu_to_le32(MAC_PROT_FLG_TGG_PROTECT); in iwl_mvm_mac_ctxt_cmd_common()
910 cmd.protection_flags |= cpu_to_le32(MAC_PROT_FLG_TGG_PROTECT); in iwl_mvm_mac_ctxt_cmd_p2p_device()