Home
last modified time | relevance | path

Searched defs:G (Results 1 – 12 of 12) sorted by relevance

/linux/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/rm/r535/
H A Dgr.c186 #define _A(n,N,G,I,R) { .id0 = NV0080_CTRL_FIFO_GET_ENGINE_CONTEXT_PROPERTIES_ENGINE_ID_##n, \ in r535_gr_get_ctxbuf_info() argument
189 #define _B(N,G,I,R) _A(GRAPHICS_##N, N, (G), (I), (R)) in r535_gr_get_ctxbuf_info() argument
/linux/scripts/kconfig/tests/err_recursive_dep/
H A DKconfig60 config G config
/linux/lib/crypto/
H A Dblake2s.c64 #define G(r, i, a, b, c, d) do { \ in blake2s_compress_generic() macro
H A Dblake2b.c66 #define G(r, i, a, b, c, d) do { \ in blake2b_compress_generic() macro
/linux/tools/perf/util/
H A Dblake2s.c70 #define G(r, i, a, b, c, d) do { \ in blake2s_compress() macro
/linux/fs/smb/common/
H A Dcifs_md4.c41 static inline u32 G(u32 x, u32 y, u32 z) in G() function
/linux/scripts/mod/
H A Dsumversion.c59 static inline uint32_t G(uint32_t x, uint32_t y, uint32_t z) in G() function
/linux/arch/x86/crypto/
H A Dtwofish-avx-x86_64-asm_64.S104 #define G(gi1, gi2, x, t0, t1, t2, t3) \ macro
/linux/tools/testing/selftests/bpf/progs/
H A Dbtf_dump_test_case_syntax.c24 G = 1, enumerator
/linux/drivers/usb/serial/
H A Diuu_phoenix.c309 unsigned int G, unsigned int B, u8 f) in iuu_led()
/linux/drivers/gpu/drm/radeon/
H A Dr300_reg.h929 # define R300_EASY_TX_FORMAT(B, G, R, A, FMT) ( \ argument
/linux/arch/x86/kvm/
H A Demulate.c3942 #define G(_f, _g) { .flags = ((_f) | Group | ModRM), .u.group = (_g) } macro