Home
last modified time | relevance | path

Searched refs:width (Results 1 – 22 of 22) sorted by relevance

/lib/
Dtrace_readwrite.c16 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()
Doverflow_kunit.c1109 #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 …]
Dvsprintf.c379 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 …]
Dtest_printf.c586 int width; member
626 if (!pft[i].width) in page_flags_test()
Dtest_bpf.c1893 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 …]
Dtest_scanf.c372 #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); \
Ddynamic_debug.c635 #define CLASSMAP_BITMASK(width) ((1UL << (width)) - 1) argument
/lib/fonts/
Dfonts.c137 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()
Dfont_mini_4x6.c2153 .width = 4,
Dfont_6x11.c3347 .width = 6,
Dfont_7x14.c4114 .width = 7,
Dfont_8x8.c2579 .width = 8,
Dfont_6x10.c3084 .width = 6,
Dfont_pearl_8x8.c2583 .width = 8,
Dfont_6x8.c2572 .width = 6,
Dfont_10x18.c5138 .width = 10,
Dfont_sun8x16.c269 .width = 8,
Dfont_acorn_8x8.c271 .width = 8,
Dfont_8x16.c4628 .width = 8,
Dfont_ter16x32.c2063 .width = 16,
Dfont_sun12x22.c6157 .width = 12,
DKconfig120 Terminus Font is a clean, fixed width bitmap font, designed