Home
last modified time | relevance | path

Searched refs:O_ (Results 1 – 6 of 6) sorted by relevance

/linux-6.3-rc2/drivers/gpu/drm/nouveau/nvkm/subdev/top/
A Dgk104.c76 case 0x00000000: O_(NVKM_ENGINE_GR , 0); break; in gk104_top_parse()
77 case 0x00000001: O_(NVKM_ENGINE_CE , 0); break; in gk104_top_parse()
78 case 0x00000002: O_(NVKM_ENGINE_CE , 1); break; in gk104_top_parse()
79 case 0x00000003: O_(NVKM_ENGINE_CE , 2); break; in gk104_top_parse()
80 case 0x00000008: O_(NVKM_ENGINE_MSPDEC, 0); break; in gk104_top_parse()
81 case 0x00000009: O_(NVKM_ENGINE_MSPPP , 0); break; in gk104_top_parse()
82 case 0x0000000a: O_(NVKM_ENGINE_MSVLD , 0); break; in gk104_top_parse()
83 case 0x0000000b: O_(NVKM_ENGINE_MSENC , 0); break; in gk104_top_parse()
84 case 0x0000000c: O_(NVKM_ENGINE_VIC , 0); break; in gk104_top_parse()
85 case 0x0000000d: O_(NVKM_ENGINE_SEC2 , 0); break; in gk104_top_parse()
[all …]
A Dga100.c70 #define O_(T,I) do { WARN_ON(inst); I_(T, I); } while (0) in ga100_top_parse() macro
72 case 0x00000000: O_(NVKM_ENGINE_GR , 0); break; in ga100_top_parse()
73 case 0x0000000d: O_(NVKM_ENGINE_SEC2 , 0); break; in ga100_top_parse()
78 case 0x00000014: O_(NVKM_SUBDEV_GSP , 0); break; in ga100_top_parse()
79 case 0x00000015: O_(NVKM_ENGINE_NVJPG , 0); break; in ga100_top_parse()
80 case 0x00000016: O_(NVKM_ENGINE_OFA , 0); break; in ga100_top_parse()
81 case 0x00000017: O_(NVKM_SUBDEV_FLA , 0); break; in ga100_top_parse()
/linux-6.3-rc2/tools/perf/trace/beauty/
A Dopen_flags.c35 if (flags & O_##n) { \ in open__scnprintf_flags()
37 flags &= ~O_##n; \ in open__scnprintf_flags()
/linux-6.3-rc2/Documentation/process/
A Dadding-syscalls.rst122 numbering space of ``O_*`` flags that is fairly full.)
563 - Numbering oddities arising from (re-)use of O_* numbering space flags:
/linux-6.3-rc2/Documentation/translations/it_IT/process/
A Dadding-syscalls.rst135 enumerazione di flag ``O_*`` che è abbastanza ricca).
629 - Un certo numero di casi strani emersi dall'uso (riuso) dei flag O_*:
/linux-6.3-rc2/tools/perf/
A Dbuiltin-trace.c842 if (flags & O_##n) { \ in syscall_arg__scnprintf_pipe_flags()
844 flags &= ~O_##n; \ in syscall_arg__scnprintf_pipe_flags()

Completed in 22 milliseconds