Home
last modified time | relevance | path

Searched defs:g2 (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/arch/sparc/mm/
Dextable.c90 unsigned long search_extables_range(unsigned long addr, unsigned long *g2) in search_extables_range()
Dfault_32.c61 unsigned long g2; in lookup_fault() local
174 unsigned long g2; in do_sparc_fault() local
/linux-4.4.14/crypto/
Dpoly1305_generic.c219 u32 g0, g1, g2, g3, g4; in crypto_poly1305_final() local
/linux-4.4.14/arch/sparc/kernel/
Dunaligned_32.c215 unsigned long g2 = regs->u_regs [UREG_G2]; in kernel_mna_trap_fault() local
/linux-4.4.14/drivers/media/dvb-frontends/
Dcx24110.c185 static const int g2[FEC_AUTO] = {-1, 0x01, 0x03, 0x06, 0x1a, 0x7a, -1}; in cx24110_set_fec() local
/linux-4.4.14/drivers/usb/serial/
Diuu_phoenix.c344 static void iuu_rgbf_fill_buffer(u8 *buf, u8 r1, u8 r2, u8 g1, u8 g2, u8 b1, in iuu_rgbf_fill_buffer()
/linux-4.4.14/include/linux/
Dhyperv.h1010 #define VMBUS_DEVICE(g0, g1, g2, g3, g4, g5, g6, g7, \ argument
/linux-4.4.14/fs/nfsd/
Dnfs4state.c1907 static bool groups_equal(struct group_info *g1, struct group_info *g2) in groups_equal()