| /xnu-11215/san/memory/ |
| H A D | kasan-report.c | 103 kasan_report_internal(uptr p, uptr width, access_t access, violation_t reason, bool dopanic) in kasan_report_internal() 118 kasan_panic_report_internal(uptr p, uptr width, access_t access, violation_t reason) in kasan_panic_report_internal() 124 kasan_log_report_internal(uptr p, uptr width, access_t access, violation_t reason) in kasan_log_report_internal() 132 kasan_crash_report(uptr p, uptr width, access_t access, violation_t reason) in kasan_crash_report() 141 kasan_log_report(uptr p, uptr width, access_t access, violation_t reason) in kasan_log_report()
|
| H A D | kasan-tbi.c | 172 kasan_impl_decode_issue(char *logbuf, size_t bufsize, uptr p, uptr width, access_t access, violatio… in kasan_impl_decode_issue() 187 uptr width = KASAN_TBI_GET_SIZE(esr); in kasan_handle_brk_failure() local
|
| H A D | ubsan.h | 40 uint16_t width : 15; member
|
| H A D | kasan-classic.c | 201 kasan_impl_decode_issue(char *logbuf, size_t bufsize, uptr p, uptr width, access_t access, violatio… in kasan_impl_decode_issue()
|
| /xnu-11215/osfmk/arm64/ |
| H A D | iofilter.c | 42 io_filter_write(uint64_t addr, uint64_t value, uint64_t width, unsigned int io_attr_index, unsigned… in io_filter_write() 113 io_filter_main(uint64_t addr, uint64_t value, uint64_t width, unsigned int io_attr_index, unsigned … in io_filter_main()
|
| /xnu-11215/libsyscall/mach/ |
| H A D | string.c | 59 int width = _mach_strlen(cp); in _mach_hex() local 71 int width, max = length; in _mach_vsnprintf() local
|
| /xnu-11215/pexpert/pexpert/ |
| H A D | pe_images.h | 33 unsigned int width; member
|
| /xnu-11215/EXTERNAL_HEADERS/architecture/i386/ |
| H A D | reg_help.h | 52 #define MKMASK(width, offset) (((unsigned)-1)>>(32-(width))<<(offset)) argument
|
| /xnu-11215/bsd/dev/ |
| H A D | kmreg_com.h | 69 unsigned short width; /* Width and height of rect to be imaged, member
|
| /xnu-11215/osfmk/console/ |
| H A D | video_console.c | 1907 int width, int height, in vc_blit_rect() 1944 int width, int height, in vc_blit_rect_8() 2007 int width, int height, in vc_blit_rect_16() 2083 int width, int height, in vc_blit_rect_32() 2157 int width, int height, in vc_blit_rect_30() 2251 uint32_t width; member 2414 int x, y, width, height; in vc_display_icon() local 2650 int x, y, width, height; in vc_progress_task() local 3113 int i, width, bx, srcRow, backRow; in vc_draw_progress_meter() local
|
| H A D | video_console.h | 110 int width; member
|
| /xnu-11215/tools/lldbmacros/ |
| H A D | macho.py | 266 def __init__(self, name, width=40): argument
|
| /xnu-11215/libkern/stdio/ |
| H A D | scanf.c | 137 ssize_t width; /* field width, or 0 */ in vsscanf() local
|
| /xnu-11215/osfmk/kern/ |
| H A D | bits.h | 55 #define mask(width) (width >= 64 ? -1ULL : (BIT(width) - 1)) argument 56 #define extract(x, shift, width) ((((uint64_t)(x)) >> (shift)) & mask(width)) argument
|
| /xnu-11215/pexpert/i386/ |
| H A D | pe_init.c | 291 uint32_t width = norootIcon_lzss->width; in PE_display_icon() local
|
| /xnu-11215/libkern/zlib/ |
| H A D | trees.c | 356 # define SEPARATOR(i, last, width) \ argument
|
| /xnu-11215/pexpert/pexpert/i386/ |
| H A D | boot.h | 113 unsigned int width; member
|
| /xnu-11215/iokit/IOKit/ |
| H A D | IOHibernatePrivate.h | 459 uint32_t width; // Width member 491 uint32_t width; // Width member
|
| /xnu-11215/iokit/Kernel/ |
| H A D | IOHibernateRestoreKernel.c | 985 int base, lflag, qflag, tmp, width, ladjust, sharpflag, neg, sign, dot; in hibkvprintf() local
|
| /xnu-11215/tools/tests/zero-to-n/ |
| H A D | zero-to-n.c | 236 #define mask(width) (width >= 64 ? -1ULL : (BIT(width) - 1)) argument
|
| /xnu-11215/osfmk/i386/ |
| H A D | cpuid.h | 414 uint8_t width; member
|
| /xnu-11215/osfmk/arm/pmap/ |
| H A D | pmap_data.c | 3938 pmap_find_io_filter_entry(pmap_paddr_t paddr, uint64_t width, const pmap_io_range_t **io_range_outp) in pmap_find_io_filter_entry()
|
| /xnu-11215/osfmk/x86_64/ |
| H A D | pmap.c | 3427 …ilter_protected_write(__unused vm_address_t addr, __unused uint64_t value, __unused uint64_t width) in pmap_iofilter_protected_write()
|
| /xnu-11215/tests/skywalk/ |
| H A D | skywalk_test_utils.c | 2870 size_t width = sizeof(struct sk_stats_flow_switch); in sktu_get_nexus_flowswitch_stats() local
|
| /xnu-11215/osfmk/arm64/sptm/pmap/ |
| H A D | pmap.c | 11491 …ilter_protected_write(__unused vm_address_t addr, __unused uint64_t value, __unused uint64_t width) 11535 …ilter_protected_write(__unused vm_address_t addr, __unused uint64_t value, __unused uint64_t width)
|