| /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()
|
| /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/kernel/ |
| H A D | rseq.c | 755 u32 rflags, valid = RSEQ_CS_FLAG_SLICE_EXT_AVAILABLE; in rseq_slice_extension_prctl() local 771 if (get_user(rflags, ¤t->rseq.usrptr->flags)) in rseq_slice_extension_prctl() 777 if ((rflags & valid) != valid) in rseq_slice_extension_prctl() 780 rflags &= ~RSEQ_CS_FLAG_SLICE_EXT_ENABLED; in rseq_slice_extension_prctl() 781 rflags |= RSEQ_CS_FLAG_SLICE_EXT_AVAILABLE; in rseq_slice_extension_prctl() 783 rflags |= RSEQ_CS_FLAG_SLICE_EXT_ENABLED; in rseq_slice_extension_prctl() 785 if (put_user(rflags, ¤t->rseq.usrptr->flags)) in rseq_slice_extension_prctl()
|
| /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/drivers/net/ethernet/seeq/ |
| H A D | sgiseeq.h | 20 volatile unsigned int rflags; member
|
| /linux/include/xen/interface/hvm/ |
| H A D | hvm_vcpu.h | 84 uint64_t rflags; member
|
| /linux/arch/x86/kvm/svm/ |
| H A D | nested.c | 168 if (!(vmcb01->save.rflags & X86_EFLAGS_IF)) in nested_vmcb02_recalc_intercepts() 595 to->rflags = from->rflags; in __nested_copy_vmcb_save_to_cache() 790 kvm_set_rflags(vcpu, save->rflags | X86_EFLAGS_FIXED); in nested_vmcb02_prepare_save() 1172 vmcb01->save.rflags = kvm_get_rflags(vcpu); in nested_svm_vmrun() 1212 to_save->rflags = from_save->rflags | X86_EFLAGS_FIXED; in svm_copy_vmrun_state() 1275 vmcb12->save.rflags = kvm_get_rflags(vcpu); in nested_svm_vmexit_update_vmcb12() 1426 kvm_set_rflags(vcpu, vmcb01->save.rflags); in nested_svm_vmexit() 1462 if (unlikely(vmcb01->save.rflags & X86_EFLAGS_TF)) in nested_svm_vmexit() 2034 (save->rflags & X86_EFLAGS_VM) || in svm_set_nested_state()
|
| H A D | svm.c | 319 old_rflags = svm->vmcb->save.rflags; in __svm_skip_emulated_instruction() 325 svm->vmcb->save.rflags = old_rflags; in __svm_skip_emulated_instruction() 913 svm->vmcb->save.rflags &= ~X86_EFLAGS_TF; in disable_nmi_singlestep() 915 svm->vmcb->save.rflags &= ~X86_EFLAGS_RF; in disable_nmi_singlestep() 1505 unsigned long rflags = svm->vmcb->save.rflags; in svm_get_rflags() local 1510 rflags &= ~X86_EFLAGS_TF; in svm_get_rflags() 1512 rflags &= ~X86_EFLAGS_RF; in svm_get_rflags() 1514 return rflags; in svm_get_rflags() 1517 static void svm_set_rflags(struct kvm_vcpu *vcpu, unsigned long rflags) in svm_set_rflags() argument 1520 rflags |= (X86_EFLAGS_TF | X86_EFLAGS_RF); in svm_set_rflags() [all …]
|
| /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/fs/xfs/scrub/ |
| H A D | bmap.c | 154 unsigned int rflags = 0; in xchk_bmap_get_rmap() local 165 rflags |= XFS_RMAP_ATTR_FORK; in xchk_bmap_get_rmap() 167 rflags |= XFS_RMAP_UNWRITTEN; in xchk_bmap_get_rmap() 185 rflags, rmap, &has_rmap); in xchk_bmap_get_rmap() 188 rflags, rmap, &has_rmap); in xchk_bmap_get_rmap()
|
| /linux/drivers/s390/char/ |
| H A D | sclp_sd.c | 35 u8 rflags; member 236 if (!(evbuf->rflags & 0x80)) { in sclp_sd_sync()
|
| /linux/arch/x86/kvm/ |
| H A D | smm.h | 132 u64 rflags; member
|
| H A D | x86.c | 132 static void __kvm_set_rflags(struct kvm_vcpu *vcpu, unsigned long rflags); 9265 unsigned long rflags = kvm_x86_call(get_rflags)(vcpu); in kvm_skip_emulated_instruction() local 9282 if (unlikely(rflags & X86_EFLAGS_TF)) in kvm_skip_emulated_instruction() 9606 unsigned long rflags = kvm_x86_call(get_rflags)(vcpu); in x86_emulate_instruction() local 9633 if (unlikely((ctxt->eflags & ~rflags) & X86_EFLAGS_IF)) in x86_emulate_instruction() 12109 regs->rflags = kvm_get_rflags(vcpu); in __get_regs() 12149 kvm_set_rflags(vcpu, regs->rflags | X86_EFLAGS_FIXED); in __set_regs() 12559 unsigned long rflags; in kvm_arch_vcpu_ioctl_set_guest_debug() local 12581 rflags = kvm_get_rflags(vcpu); in kvm_arch_vcpu_ioctl_set_guest_debug() 12604 kvm_set_rflags(vcpu, rflags); in kvm_arch_vcpu_ioctl_set_guest_debug() [all …]
|
| /linux/tools/testing/selftests/kvm/lib/x86/ |
| H A D | svm.c | 17 u64 rflags; variable
|
| H A D | processor.c | 85 regs->rip, regs->rflags); in regs_dump() 851 regs.rflags = regs.rflags | X86_EFLAGS_FIXED; in vm_arch_vcpu_add()
|
| /linux/arch/s390/include/asm/ |
| H A D | qdio.h | 103 u32 rflags : 8; member
|
| /linux/arch/x86/kvm/vmx/ |
| H A D | vmx.h | 213 ulong rflags; member 355 void vmx_set_rflags(struct kvm_vcpu *vcpu, unsigned long rflags);
|
| H A D | x86_ops.h | 81 void vmx_set_rflags(struct kvm_vcpu *vcpu, unsigned long rflags);
|
| H A D | main.c | 502 static void vt_set_rflags(struct kvm_vcpu *vcpu, unsigned long rflags) in vt_set_rflags() argument 507 vmx_set_rflags(vcpu, rflags); in vt_set_rflags()
|
| /linux/tools/perf/util/intel-pt-decoder/ |
| H A D | intel-pt-decoder.h | 166 uint64_t rflags; member
|
| /linux/include/uapi/linux/ |
| H A D | acrn.h | 292 __le64 rflags; member
|
| /linux/Documentation/driver-api/media/drivers/ccs/ |
| H A D | ccs-regs.asc | 4 # register rflags 5 # - f field LSB MSB rflags 11 # rflags
|
| /linux/tools/testing/selftests/kvm/x86/ |
| H A D | sync_regs_test.c | 69 REG_COMPARE(rflags); in compare_regs()
|
| /linux/arch/powerpc/include/asm/book3s/64/ |
| H A D | mmu-hash.h | 151 unsigned long rflags,
|