| /lib/ |
| D | trace_readwrite.c | 16 void log_write_mmio(u64 val, u8 width, volatile void __iomem *addr, in log_write_mmio() argument 19 trace_rwmmio_write(caller_addr, caller_addr0, val, width, addr); in log_write_mmio() 24 void log_post_write_mmio(u64 val, u8 width, volatile void __iomem *addr, in log_post_write_mmio() argument 27 trace_rwmmio_post_write(caller_addr, caller_addr0, val, width, addr); in log_post_write_mmio() 32 void log_read_mmio(u8 width, const volatile void __iomem *addr, in log_read_mmio() argument 35 trace_rwmmio_read(caller_addr, caller_addr0, width, 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() argument 43 trace_rwmmio_post_read(caller_addr, caller_addr0, val, width, 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 1110 u ## width u ## width ## var = 0; \ in castable_to_type_test() 1111 s ## width s ## width ## var = 0; \ in castable_to_type_test() 1114 TEST_CASTABLE_TO_TYPE(type_max(u ## width), u ## width, true); \ in castable_to_type_test() 1115 TEST_CASTABLE_TO_TYPE(type_min(u ## width), u ## width, true); \ in castable_to_type_test() 1116 TEST_CASTABLE_TO_TYPE(type_max(u ## width), u ## width ## var, true); \ in castable_to_type_test() 1117 TEST_CASTABLE_TO_TYPE(type_min(u ## width), u ## width ## var, true); \ in castable_to_type_test() 1118 TEST_CASTABLE_TO_TYPE(type_max(s ## width), s ## width, true); \ in castable_to_type_test() 1119 TEST_CASTABLE_TO_TYPE(type_min(s ## width), s ## width, true); \ in castable_to_type_test() 1120 TEST_CASTABLE_TO_TYPE(type_max(s ## width), s ## width ## var, true); \ in castable_to_type_test() [all …]
|
| D | vsprintf.c | 379 int num_to_str(char *buf, int size, unsigned long long num, unsigned int width) in num_to_str() argument 393 if (len > size || width > size) in num_to_str() 396 if (width > len) { in num_to_str() 397 width = width - len; in num_to_str() 398 for (idx = 0; idx < width; idx++) in num_to_str() 401 width = 0; in num_to_str() 405 buf[idx + width] = tmp[len - idx - 1]; in num_to_str() 407 return len + width; in num_to_str() 1990 int width; member 2031 if (!pff[i].width) in format_page_flags() [all …]
|
| D | test_printf.c | 586 int width; member 626 if (!pft[i].width) in page_flags_test()
|
| 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() argument 1905 if (width == BPF_DW) { in __bpf_fill_atomic_reg_pairs() 1932 insn[i++] = BPF_STX_MEM(width, R10, R0, -8); in __bpf_fill_atomic_reg_pairs() 1940 insn[i++] = BPF_ATOMIC_OP(width, op, rd, rs, -8); in __bpf_fill_atomic_reg_pairs() 1941 if (op == BPF_CMPXCHG && width == BPF_W) in __bpf_fill_atomic_reg_pairs() 2007 insn[i++] = BPF_LDX_MEM(width, R0, R10, -8); in __bpf_fill_atomic_reg_pairs() 2008 if (width == BPF_DW) 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 8946 "BPF_ATOMIC | " #width ", " #op ": Test: " \ [all …]
|
| D | test_scanf.c | 372 #define numbers_list_fix_width(T, gen_fmt, field_sep, width, scan_fmt, fn) \ argument 376 snprintf(full_fmt, sizeof(full_fmt), "%u%s", width, scan_fmt); \
|
| D | dynamic_debug.c | 635 #define CLASSMAP_BITMASK(width) ((1UL << (width)) - 1) argument
|
| /lib/fonts/ |
| D | fonts.c | 137 res = (xres / f->width) * (yres / f->height) / 1000; in get_default_font() 141 if ((!font_w || test_bit(f->width - 1, font_w)) && in get_default_font()
|
| D | font_mini_4x6.c | 2153 .width = 4,
|
| D | font_6x11.c | 3347 .width = 6,
|
| D | font_7x14.c | 4114 .width = 7,
|
| D | font_8x8.c | 2579 .width = 8,
|
| D | font_6x10.c | 3084 .width = 6,
|
| D | font_pearl_8x8.c | 2583 .width = 8,
|
| D | font_6x8.c | 2572 .width = 6,
|
| D | font_10x18.c | 5138 .width = 10,
|
| D | font_sun8x16.c | 269 .width = 8,
|
| D | font_acorn_8x8.c | 271 .width = 8,
|
| D | font_8x16.c | 4628 .width = 8,
|
| D | font_ter16x32.c | 2063 .width = 16,
|
| D | font_sun12x22.c | 6157 .width = 12,
|
| D | Kconfig | 120 Terminus Font is a clean, fixed width bitmap font, designed
|