Searched +defs:access +defs:set (Results 1 – 8 of 8) sorted by relevance
/linux-6.14.4/arch/powerpc/mm/book3s64/ |
D | hash_utils.c | 172 static inline void tlbiel_hash_set_isa206(unsigned int set, unsigned int is) in tlbiel_hash_set_isa206() 185 static __always_inline void tlbiel_hash_set_isa300(unsigned int set, unsigned int is, in tlbiel_hash_set_isa300() 204 unsigned int set; in tlbiel_all_isa206() local 216 unsigned int set; in tlbiel_all_isa300() local 1676 void hash_failure_debug(unsigned long ea, unsigned long access, in hash_failure_debug() 1712 unsigned long access, unsigned long trap, in hash_page_mm() 1928 int hash_page(unsigned long ea, unsigned long access, unsigned long trap, in hash_page() 1949 unsigned long access = _PAGE_PRESENT | _PAGE_READ; in DEFINE_INTERRUPT_HANDLER() local 2027 unsigned long access = _PAGE_PRESENT | _PAGE_READ | (is_exec ? _PAGE_EXEC : 0); in hash_preload() local
|
/linux-6.14.4/arch/x86/kvm/mmu/ |
D | spte.c | 93 u64 make_mmio_spte(struct kvm_vcpu *vcpu, u64 gfn, unsigned int access) in make_mmio_spte() 265 static u64 modify_spte_protections(u64 spte, u64 set, u64 clear) in modify_spte_protections()
|
/linux-6.14.4/arch/x86/kvm/ |
D | x86.c | 7538 gpa_t translate_nested_gpa(struct kvm_vcpu *vcpu, gpa_t gpa, u64 access, in translate_nested_gpa() 7558 u64 access = (kvm_x86_call(get_cpl)(vcpu) == 3) ? PFERR_USER_MASK : 0; in kvm_mmu_gva_to_gpa_read() local 7568 u64 access = (kvm_x86_call(get_cpl)(vcpu) == 3) ? PFERR_USER_MASK : 0; in kvm_mmu_gva_to_gpa_write() local 7584 struct kvm_vcpu *vcpu, u64 access, in kvm_read_guest_virt_helper() 7621 u64 access = (kvm_x86_call(get_cpl)(vcpu) == 3) ? PFERR_USER_MASK : 0; in kvm_fetch_guest_virt() local 7646 u64 access = (kvm_x86_call(get_cpl)(vcpu) == 3) ? PFERR_USER_MASK : 0; in kvm_read_guest_virt() local 7665 u64 access = 0; in emulator_read_std() local 7676 struct kvm_vcpu *vcpu, u64 access, in kvm_write_guest_virt_helper() 7710 u64 access = PFERR_WRITE_MASK; in emulator_write_std() local 7786 u64 access = ((kvm_x86_call(get_cpl)(vcpu) == 3) ? PFERR_USER_MASK : 0) in vcpu_mmio_gva_to_gpa() local [all …]
|
/linux-6.14.4/arch/powerpc/include/asm/book3s/64/ |
D | pgtable.h | 335 unsigned long set, int huge) in pte_update() 706 static inline bool check_pte_access(unsigned long access, unsigned long ptev) in check_pte_access() 1136 unsigned long clr, unsigned long set) in pmd_hugepage_update() 1145 unsigned long clr, unsigned long set) in pud_hugepage_update()
|
/linux-6.14.4/drivers/net/ethernet/intel/ice/ |
D | ice_ddp.c | 1137 enum ice_aq_res_access_type access) in ice_acquire_global_cfg_lock() 2333 struct ice_sq_cd *cd, u8 *flags, bool set) in ice_get_set_tx_topo()
|
D | ice_common.c | 1890 enum ice_aq_res_access_type access, u8 sdp_number, u32 *timeout, in ice_aq_req_res() 1985 enum ice_aq_res_access_type access, u32 timeout) in ice_acquire_res() 4296 struct ice_aq_get_set_rss_lut_params *params, bool set) in __ice_aq_get_set_rss_lut() 4372 struct ice_aqc_get_set_rss_keys *key, bool set) in __ice_aq_get_set_rss_key()
|
/linux-6.14.4/drivers/net/ethernet/intel/i40e/ |
D | i40e_common.c | 246 bool set) in i40e_aq_get_set_rss_lut() 327 bool set) in i40e_aq_get_set_rss_key() 1595 u16 seid, bool set, in i40e_aq_set_vsi_unicast_promiscuous() 1635 u16 seid, bool set, in i40e_aq_set_vsi_multicast_promiscuous() 2522 enum i40e_aq_resource_access_type access, in i40e_aq_request_resource()
|
/linux-6.14.4/include/linux/ |
D | mm.h | 645 int (*access)(struct vm_area_struct *vma, unsigned long addr, member 916 vm_flags_t set, vm_flags_t clear) in __vm_flags_mod() 926 vm_flags_t set, vm_flags_t clear) in vm_flags_mod()
|