Home
last modified time | relevance | path

Searched refs:PT_WRITE (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/input/keyboard/
H A Dapplespi.h25 PT_WRITE, enumerator
H A Dapplespi_trace.h45 { PT_WRITE, "write" },
H A Dapplespi.c745 applespi_get_trace_fun(evt_type)(evt_type, PT_WRITE, in applespi_async_write_complete()
/openbmc/qemu/target/i386/hvf/
H A Dx86_mmu.h23 #define PT_WRITE (1 << 1) macro
H A Dx86_mmu.c28 #define pte_write_access(pte) (pte & PT_WRITE)