/linux/arch/powerpc/mm/book3s64/ |
H A D | hash_64k.c | 45 unsigned long rflags, pa; in __hash_page_4K() local 77 rflags = htab_convert_pte_flags(subpg_pte, flags); in __hash_page_4K() 86 rflags = hash_page_do_lazy_icache(rflags, __pte(old_pte), trap); in __hash_page_4K() 120 ret = mmu_hash_ops.hpte_updatepp(gslot, rflags, vpn, in __hash_page_4K() 162 slot = mmu_hash_ops.hpte_insert(hpte_group, vpn, pa, rflags, 0, in __hash_page_4K() 172 rflags, HPTE_V_SECONDARY, in __hash_page_4K() 234 unsigned long rflags, pa; in __hash_page_64K() local 268 rflags = htab_convert_pte_flags(new_pte, flags); in __hash_page_64K() 273 rflags = hash_page_do_lazy_icache(rflags, __pte(old_pte), trap); in __hash_page_64K() 283 if (mmu_hash_ops.hpte_updatepp(gslot, rflags, vpn, MMU_PAGE_64K, in __hash_page_64K() [all …]
|
H A D | hash_4k.c | 27 unsigned long rflags, pa; in __hash_page_4K() local 59 rflags = htab_convert_pte_flags(new_pte, flags); in __hash_page_4K() 64 rflags = hash_page_do_lazy_icache(rflags, __pte(old_pte), trap); in __hash_page_4K() 74 if (mmu_hash_ops.hpte_updatepp(gslot, rflags, vpn, MMU_PAGE_4K, in __hash_page_4K() 88 slot = mmu_hash_ops.hpte_insert(hpte_group, vpn, pa, rflags, 0, in __hash_page_4K() 96 rflags, in __hash_page_4K()
|
H A D | hugetlbpage.c | 27 unsigned long rflags, pa; in __hash_page_huge() local 80 rflags = htab_convert_pte_flags(new_pte, flags); in __hash_page_huge() 92 rflags = hash_page_do_lazy_icache(rflags, __pte(old_pte), trap); in __hash_page_huge() 100 if (mmu_hash_ops.hpte_updatepp(gslot, rflags, vpn, mmu_psize, in __hash_page_huge() 113 slot = hpte_insert_repeating(hash, vpn, pa, rflags, 0, in __hash_page_huge()
|
H A D | hash_hugepage.c | 27 unsigned long rflags, pa, hidx; in __hash_page_thp() local 60 rflags = htab_convert_pte_flags(new_pmd, flags); in __hash_page_thp() 109 ret = mmu_hash_ops.hpte_updatepp(slot, rflags, vpn, in __hash_page_thp() 137 slot = mmu_hash_ops.hpte_insert(hpte_group, vpn, pa, rflags, 0, in __hash_page_thp() 145 rflags, in __hash_page_thp()
|
H A D | hash_native.c | 266 unsigned long pa, unsigned long rflags, in native_hpte_insert() argument 279 hpte_group, vpn, pa, rflags, vflags, psize); in native_hpte_insert() 300 hpte_r = hpte_encode_r(pa, psize, apsize) | rflags; in native_hpte_insert()
|
/linux/arch/powerpc/kvm/ |
H A D | trace_pr.h | 32 TP_PROTO(int rflags, ulong hpteg, ulong va, kvm_pfn_t hpaddr, 34 TP_ARGS(rflags, hpteg, va, hpaddr, orig_pte), 47 __entry->flag_w = ((rflags & HPTE_R_PP) == 3) ? '-' : 'w'; 48 __entry->flag_x = (rflags & HPTE_R_N) ? '-' : 'x';
|
/linux/arch/powerpc/platforms/ps3/ |
H A D | htab.c | 35 unsigned long pa, unsigned long rflags, unsigned long vflags, in ps3_hpte_insert() argument 53 hpte_r = hpte_encode_r(ps3_mm_phys_to_lpar(pa), psize, apsize) | rflags; in ps3_hpte_insert()
|
/linux/fs/9p/ |
H A D | vfs_inode_dotl.c | 167 int rflags = 0; in v9fs_mapped_dotl_flags() local 186 rflags |= dotl_oflag_map[i].dotl_flag; in v9fs_mapped_dotl_flags() 188 return rflags; in v9fs_mapped_dotl_flags() 198 int rflags = 0; in v9fs_open_to_dotl_flags() local 204 rflags |= flags & O_ACCMODE; in v9fs_open_to_dotl_flags() 205 rflags |= v9fs_mapped_dotl_flags(flags); in v9fs_open_to_dotl_flags() 207 return rflags; in v9fs_open_to_dotl_flags()
|
/linux/drivers/s390/cio/ |
H A D | qdio_setup.c | 214 if (!(irq_ptr->qib.rflags & QIB_RFLAGS_ENABLE_QEBSM)) in check_and_setup_qebsm() 228 irq_ptr->qib.rflags &= ~QIB_RFLAGS_ENABLE_QEBSM; in check_and_setup_qebsm() 336 irq_ptr->qib.rflags = init_data->qib_rflags; in setup_qib() 338 irq_ptr->qib.rflags |= QIB_RFLAGS_ENABLE_QEBSM; in setup_qib()
|
/linux/drivers/net/ethernet/seeq/ |
H A D | sgiseeq.h | 20 volatile unsigned int rflags; member
|
/linux/fs/xfs/scrub/ |
H A D | bmap.c | 151 unsigned int rflags = 0; in xchk_bmap_get_rmap() local 156 rflags |= XFS_RMAP_ATTR_FORK; in xchk_bmap_get_rmap() 158 rflags |= XFS_RMAP_UNWRITTEN; in xchk_bmap_get_rmap() 176 owner, offset, rflags, rmap, &has_rmap); in xchk_bmap_get_rmap() 179 owner, offset, rflags, rmap, &has_rmap); in xchk_bmap_get_rmap()
|
/linux/include/xen/interface/hvm/ |
H A D | hvm_vcpu.h | 84 uint64_t rflags; member
|
/linux/include/linux/ |
H A D | rio_drv.h | 366 u64 rbase, u32 size, u32 rflags); 369 u32 size, u32 rflags, dma_addr_t *local);
|
/linux/arch/x86/include/asm/xen/ |
H A D | interface_64.h | 84 uint64_t rax, r11, rcx, flags, rip, cs, rflags, rsp, ss; member
|
/linux/drivers/s390/char/ |
H A D | sclp_sd.c | 38 u8 rflags; member 239 if (!(evbuf->rflags & 0x80)) { in sclp_sd_sync()
|
/linux/arch/x86/kvm/ |
H A D | smm.h | 132 u64 rflags; member
|
H A D | smm.c | 101 CHECK_SMRAM64_OFFSET(rflags, 0xFF70); in check_smram_offsets() 237 smram->rflags = kvm_get_rflags(vcpu); in enter_smm_save_state_64() 522 ctxt->eflags = smstate->rflags | X86_EFLAGS_FIXED; in rsm_load_state_64()
|
/linux/arch/x86/kvm/svm/ |
H A D | svm.c | 391 old_rflags = svm->vmcb->save.rflags; in __svm_skip_emulated_instruction() 397 svm->vmcb->save.rflags = old_rflags; in __svm_skip_emulated_instruction() 1071 svm->vmcb->save.rflags &= ~X86_EFLAGS_TF; in disable_nmi_singlestep() 1073 svm->vmcb->save.rflags &= ~X86_EFLAGS_RF; in disable_nmi_singlestep() 1583 unsigned long rflags = svm->vmcb->save.rflags; in svm_get_rflags() local 1588 rflags &= ~X86_EFLAGS_TF; in svm_get_rflags() 1590 rflags &= ~X86_EFLAGS_RF; in svm_get_rflags() 1592 return rflags; in svm_get_rflags() 1595 static void svm_set_rflags(struct kvm_vcpu *vcpu, unsigned long rflags) in svm_set_rflags() argument 1598 rflags |= (X86_EFLAGS_TF | X86_EFLAGS_RF); in svm_set_rflags() [all …]
|
/linux/tools/testing/selftests/kvm/lib/x86_64/ |
H A D | svm.c | 18 u64 rflags; variable
|
/linux/arch/x86/include/asm/ |
H A D | svm.h | 328 u64 rflags; member 385 u64 rflags; member
|
/linux/arch/s390/include/asm/ |
H A D | qdio.h | 103 u32 rflags : 8; member
|
/linux/tools/perf/util/intel-pt-decoder/ |
H A D | intel-pt-decoder.h | 166 uint64_t rflags; member
|
/linux/arch/x86/kvm/vmx/ |
H A D | x86_ops.h | 81 void vmx_set_rflags(struct kvm_vcpu *vcpu, unsigned long rflags);
|
/linux/tools/testing/selftests/kvm/include/x86_64/ |
H A D | svm.h | 216 u64 rflags; member
|
/linux/arch/x86/hyperv/ |
H A D | hv_vtl.c | 119 input->vp_context.rflags = 0x0000000000000002; in hv_vtl_bringup_vcpu()
|