Searched defs:width (Results 1 – 7 of 7) sorted by relevance
/lib/ |
A 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()
|
A D | test_bpf.c | 1913 static int __bpf_fill_atomic_reg_pairs(struct bpf_test *self, u8 width, u8 op) in __bpf_fill_atomic_reg_pairs() 8962 #define BPF_ATOMIC_POISON(width) ((width) == BPF_W ? (0xbaadf00dULL << 32) : 0) argument 8964 #define BPF_ATOMIC_OP_TEST1(width, op, logic, old, update, result) \ argument 8983 #define BPF_ATOMIC_OP_TEST2(width, op, logic, old, update, result) \ argument 9004 #define BPF_ATOMIC_OP_TEST3(width, op, logic, old, update, result) \ argument 9024 #define BPF_ATOMIC_OP_TEST4(width, op, logic, old, update, result) \ argument 12060 #define BPF_TEST_CLOBBER_ATOMIC(width, op) \ argument
|
A D | vsprintf.c | 399 int num_to_str(char *buf, int size, unsigned long long num, unsigned int width) in num_to_str() 2054 int width; member 2782 set_field_width(struct printf_spec *spec, int width) in set_field_width() 3128 int width; in vbin_printf() local
|
A D | dynamic_debug.c | 635 #define CLASSMAP_BITMASK(width) ((1UL << (width)) - 1) argument
|
/lib/tests/ |
A 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
|
A D | printf_kunit.c | 575 int width; member
|
A D | scanf_kunit.c | 358 #define numbers_list_fix_width(T, gen_fmt, field_sep, width, scan_fmt, fn) \ argument
|
Completed in 35 milliseconds