Searched refs:protection_flags (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/arch/sh/mm/ |
D | tlbex_64.c | 43 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.4.14/drivers/net/wireless/iwlwifi/mvm/ |
D | fw-api-mac.h | 352 __le32 protection_flags; member
|
D | mac-ctxt.c | 638 cmd->protection_flags |= cpu_to_le32(ht_flag); in iwl_mvm_mac_ctxt_set_ht_flags() 643 cmd->protection_flags |= cpu_to_le32(ht_flag); in iwl_mvm_mac_ctxt_set_ht_flags() 741 cmd->protection_flags |= cpu_to_le32(MAC_PROT_FLG_TGG_PROTECT); in iwl_mvm_mac_ctxt_cmd_common() 922 cmd.protection_flags |= cpu_to_le32(MAC_PROT_FLG_TGG_PROTECT); in iwl_mvm_mac_ctxt_cmd_p2p_device()
|