Home
last modified time | relevance | path

Searched defs:get_field (Results 1 – 13 of 13) sorted by relevance

/openbmc/linux/tools/perf/ui/
H A Dhist.c27 hpp_field_fn get_field, const char *fmt, int len, in __hpp__fmt()
116 struct hist_entry *he, hpp_field_fn get_field, in hpp__fmt()
135 struct hist_entry *he, hpp_field_fn get_field, in hpp__fmt_acc()
156 hpp_field_fn get_field, int nr_members, in hist_entry__new_pair()
187 hpp_field_fn get_field, int idx) in __hpp__group_sort_idx()
227 hpp_field_fn get_field) in __hpp__sort()
266 hpp_field_fn get_field) in __hpp__sort_acc()
/openbmc/linux/tools/testing/selftests/net/
H A Dl2_tos_ttl_inherit.sh45 get_field() { function
/openbmc/linux/sound/pci/ctxfi/
H A Dcthardware.c64 unsigned int get_field(unsigned int data, unsigned int field) in get_field() function
/openbmc/linux/tools/testing/selftests/move_mount_set_group/
H A Dmove_mount_set_group_test.c124 static char *get_field(char *src, int nfields) in get_field() function
/openbmc/qemu/hw/usb/
H A Dhcd-dwc2.c51 #define get_field(data, field) \ macro
H A Dhcd-ehci.c86 #define get_field(data, field) \ macro
H A Dhcd-xhci.c216 #define get_field(data, field) \ macro
/openbmc/linux/tools/testing/selftests/mount_setattr/
H A Dmount_setattr_test.c280 static char *get_field(char *src, int nfields) in get_field() function
/openbmc/qemu/disas/
H A Dm68k.c4676 get_field (const unsigned char *data, enum floatformat_byteorders order, in get_field() function
H A Dmicroblaze.c600 get_field (long instr, long mask, unsigned short low) in get_field() function
/openbmc/linux/drivers/media/platform/ti/vpe/
H A Dvpe.c457 static int get_field(u32 value, u32 mask, int shift) in get_field() function
/openbmc/qemu/target/riscv/
H A Dcpu_bits.h6 #define get_field(reg, mask) (((reg) & \ macro
/openbmc/qemu/target/s390x/tcg/
H A Dtranslate.c986 #define get_field(S, F) get_field1((S), FLD_O_##F, FLD_C_##F) macro