Home
last modified time | relevance | path

Searched refs:membarrier_cmds (Results 1 – 3 of 3) sorted by relevance

/external/strace/xlat/
Dmembarrier_cmds.h11 # error static const struct xlat membarrier_cmds in mpers mode
16 const struct xlat membarrier_cmds[] = { variable
DMakemodule.am1 …ns.in xlat/madvise_cmds.in xlat/mbindflags.in xlat/mctl_sync.in xlat/membarrier_cmds.in xlat/memfd…
2 …ptions.h xlat/madvise_cmds.h xlat/mbindflags.h xlat/mctl_sync.h xlat/membarrier_cmds.h xlat/memfd_…
217 $(top_srcdir)/xlat/membarrier_cmds.h: $(top_srcdir)/xlat/membarrier_cmds.in $(top_srcdir)/xlat/gen.…
/external/strace/
Dmembarrier.c37 printxval(membarrier_cmds, cmd, "MEMBARRIER_CMD_???"); in SYS_FUNC()
46 tcp->auxstr = sprintflags("", membarrier_cmds, tcp->u_rval); in SYS_FUNC()