| /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 | hash_utils.c | 558 unsigned long rflags = 0; in htab_convert_pte_flags() local 562 rflags |= HPTE_R_N; in htab_convert_pte_flags() 576 rflags |= (HPTE_R_PP0 | 0x2); in htab_convert_pte_flags() 578 rflags |= 0x3; in htab_convert_pte_flags() 583 rflags |= 0x2; in htab_convert_pte_flags() 591 rflags |= 0x1; in htab_convert_pte_flags() 597 rflags |= HPTE_R_R; in htab_convert_pte_flags() 600 rflags |= HPTE_R_C; in htab_convert_pte_flags() 606 rflags |= HPTE_R_I; in htab_convert_pte_flags() 608 rflags |= (HPTE_R_I | HPTE_R_G); in htab_convert_pte_flags() [all …]
|
| /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()
|
| H A D | vfs_inode.c | 473 int rflags = 0; in v9fs_at_to_dotl_flags() local 476 rflags |= P9_DOTL_AT_REMOVEDIR; in v9fs_at_to_dotl_flags() 478 return rflags; in v9fs_at_to_dotl_flags()
|
| /linux/drivers/net/ethernet/seeq/ |
| H A D | sgiseeq.h | 20 volatile unsigned int rflags; member
|
| /linux/arch/x86/kvm/ |
| H A D | mmu.h | 191 unsigned long rflags = kvm_x86_call(get_rflags)(vcpu); in permission_fault() local 206 bool not_smap = ((rflags & X86_EFLAGS_AC) | implicit_access) == X86_EFLAGS_AC; in permission_fault()
|
| H A D | smm.h | 132 u64 rflags; member
|
| H A D | smm.c | 101 CHECK_SMRAM64_OFFSET(rflags, 0xFF70); in check_smram_offsets() 238 smram->rflags = kvm_get_rflags(vcpu); in enter_smm_save_state_64() 527 ctxt->eflags = smstate->rflags | X86_EFLAGS_FIXED; in rsm_load_state_64()
|
| /linux/include/xen/interface/hvm/ |
| H A D | hvm_vcpu.h | 84 uint64_t rflags; member
|
| /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/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/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/vmx/ |
| H A D | vmx.h | 218 ulong rflags; member 362 void vmx_set_rflags(struct kvm_vcpu *vcpu, unsigned long rflags);
|
| H A D | x86_ops.h | 80 void vmx_set_rflags(struct kvm_vcpu *vcpu, unsigned long rflags);
|
| /linux/arch/s390/include/asm/ |
| H A D | qdio.h | 103 u32 rflags : 8; member
|
| /linux/arch/x86/include/asm/ |
| H A D | svm.h | 340 u64 rflags; member 397 u64 rflags; member
|
| /linux/tools/perf/util/intel-pt-decoder/ |
| H A D | intel-pt-decoder.h | 166 uint64_t rflags; member
|
| /linux/include/hyperv/ |
| H A D | hvhdk.h | 70 u64 rflags; member 777 u64 rflags; member
|
| /linux/arch/x86/hyperv/ |
| H A D | hv_vtl.c | 162 input->vp_context.rflags = 0x0000000000000002; in hv_vtl_bringup_vcpu()
|
| /linux/include/uapi/linux/ |
| H A D | acrn.h | 292 __le64 rflags; member
|
| /linux/drivers/rapidio/ |
| H A D | rio.c | 690 u64 rbase, u32 size, u32 rflags) in rio_map_inb_region() argument 698 rc = mport->ops->map_inb(mport, local, rbase, size, rflags); in rio_map_inb_region() 734 u32 size, u32 rflags, dma_addr_t *local) in rio_map_outb_region() argument 744 rflags, local); in rio_map_outb_region()
|
| /linux/Documentation/driver-api/media/drivers/ccs/ |
| H A D | ccs-regs.asc | 4 # register rflags 5 # - f field LSB MSB rflags 11 # rflags
|