Home
last modified time | relevance | path

Searched refs:entry_valid (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/target/hppa/
H A Dmachine.c69 ent->entry_valid = 1; in get_tlb()
80 if (ent->entry_valid) { in put_tlb()
138 if (e->entry_valid) { in tlb_post_load()
H A Dmem_helper.c78 trace_hppa_tlb_find_entry(env, ent, ent->entry_valid, in hppa_find_tlb()
92 if (!ent->entry_valid) { in hppa_flush_tlb_ent()
512 ent->entry_valid = 1; in set_access_bits_pa11()
570 ent->entry_valid = 1; in itlbt_pa20()
660 if (env->tlb[i].entry_valid) { in hppa_ptlbe()
H A Dcpu.h191 unsigned entry_valid : 1; member
/openbmc/linux/include/uapi/linux/
H A Dfuse.h650 uint64_t entry_valid; /* Cache timeout for the name */ member
/openbmc/qemu/include/standard-headers/linux/
H A Dfuse.h666 uint64_t entry_valid; /* Cache timeout for the name */ member
/openbmc/qemu/hw/i386/
H A Dintel_iommu.c1315 bool read_cur, write_cur, entry_valid; in vtd_page_walk_level() local
1354 entry_valid = read_cur | write_cur; in vtd_page_walk_level()
1356 if (!vtd_is_last_slpte(slpte, level) && entry_valid) { in vtd_page_walk_level()
/openbmc/linux/fs/fuse/
H A Ddir.c115 fuse_time_to_jiffies(o->entry_valid, o->entry_valid_nsec)); in fuse_change_entry_timeout()