Searched defs:width (Results 1 – 7 of 7) sorted by relevance
| /lib/ |
| D | trace_readwrite.c | 16 void log_write_mmio(u64 val, u8 width, volatile void __iomem *addr, in log_write_mmio() 24 void log_post_write_mmio(u64 val, u8 width, volatile void __iomem *addr, in log_post_write_mmio() 32 void log_read_mmio(u8 width, const volatile void __iomem *addr, in log_read_mmio() 40 void log_post_read_mmio(u64 val, u8 width, const volatile void __iomem *addr, in log_post_read_mmio()
|
| D | overflow_kunit.c | 1109 #define TEST_CASTABLE_TO_TYPE_VAR(width) do { \ in castable_to_type_test() argument 1132 #define TEST_CASTABLE_TO_TYPE_RANGE(width) do { \ in castable_to_type_test() argument
|
| D | test_bpf.c | 1893 static int __bpf_fill_atomic_reg_pairs(struct bpf_test *self, u8 width, u8 op) in __bpf_fill_atomic_reg_pairs() 8942 #define BPF_ATOMIC_POISON(width) ((width) == BPF_W ? (0xbaadf00dULL << 32) : 0) argument 8944 #define BPF_ATOMIC_OP_TEST1(width, op, logic, old, update, result) \ argument 8963 #define BPF_ATOMIC_OP_TEST2(width, op, logic, old, update, result) \ argument 8984 #define BPF_ATOMIC_OP_TEST3(width, op, logic, old, update, result) \ argument 9004 #define BPF_ATOMIC_OP_TEST4(width, op, logic, old, update, result) \ argument 12040 #define BPF_TEST_CLOBBER_ATOMIC(width, op) \ argument
|
| D | vsprintf.c | 379 int num_to_str(char *buf, int size, unsigned long long num, unsigned int width) in num_to_str() 1990 int width; member 2688 set_field_width(struct printf_spec *spec, int width) in set_field_width() 3042 int width; in vbin_printf() local
|
| D | test_printf.c | 586 int width; member
|
| D | test_scanf.c | 372 #define numbers_list_fix_width(T, gen_fmt, field_sep, width, scan_fmt, fn) \ argument
|
| D | dynamic_debug.c | 635 #define CLASSMAP_BITMASK(width) ((1UL << (width)) - 1) argument
|