| /linux/mm/kmsan/ |
| H A D | instrumentation.c | 140 depot_stack_handle_t *origin) in get_param0_metadata() 148 static inline void set_retval_metadata(u64 shadow, depot_stack_handle_t origin) in set_retval_metadata() 160 depot_stack_handle_t origin; in __msan_memmove() local 185 depot_stack_handle_t origin; in __msan_memcpy() local 212 depot_stack_handle_t origin; in __msan_memset() local 240 depot_stack_handle_t __msan_chain_origin(depot_stack_handle_t origin) in __msan_chain_origin() 313 void __msan_warning(u32 origin) in __msan_warning()
|
| H A D | init.c | 99 struct page *shadow, *origin; member 118 struct page *shadow, *origin; in kmsan_memblock_free_pages() local 170 struct page *page, *shadow, *origin; in do_collection() local
|
| H A D | shadow.c | 173 struct page *shadow, *origin; in kmsan_alloc_page() local 278 void *shadow, *origin; in kmsan_init_alloc_meta_for_range() local 299 struct page *origin, int order) in kmsan_setup_meta()
|
| H A D | report.c | 86 void kmsan_print_origin(depot_stack_handle_t origin) in kmsan_print_origin() 150 void kmsan_report(depot_stack_handle_t origin, void *address, int size, in kmsan_report()
|
| H A D | core.c | 192 u32 origin, bool checked) in kmsan_internal_set_shadow_origin() 258 depot_stack_handle_t *origin = NULL; in kmsan_internal_check_memory() local
|
| H A D | hooks.c | 154 struct page *shadow, *origin; in kmsan_ioremap_page_range() local 222 struct page *shadow, *origin; in kmsan_iounmap_page_range() local
|
| H A D | kmsan.h | 42 void *shadow, *origin; member
|
| /linux/drivers/gpu/drm/i915/display/ |
| H A D | intel_frontbuffer.c | 85 enum fb_op_origin origin) in frontbuffer_flush() 127 enum fb_op_origin origin, in __intel_fb_invalidate() 147 enum fb_op_origin origin, in __intel_fb_flush()
|
| /linux/drivers/gpu/drm/i915/gem/ |
| H A D | i915_gem_object_frontbuffer.h | 30 enum fb_op_origin origin) in i915_gem_object_flush_frontbuffer() 38 enum fb_op_origin origin) in i915_gem_object_invalidate_frontbuffer()
|
| /linux/fs/ |
| H A D | pnode.c | 178 struct mount *origin) in __propagation_next() 205 struct mount *origin) in propagation_next() 215 struct mount *origin) in skip_propagation_subtree() 228 static struct mount *next_group(struct mount *m, struct mount *origin) in next_group()
|
| /linux/block/partitions/ |
| H A D | msdos.c | 251 sector_t offset, sector_t size, int origin) in parse_solaris_x86() 356 sector_t offset, sector_t size, int origin, char *flavour, in parse_bsd() 410 sector_t offset, sector_t size, int origin) in parse_freebsd() 418 sector_t offset, sector_t size, int origin) in parse_netbsd() 426 sector_t offset, sector_t size, int origin) in parse_openbsd() 484 sector_t offset, sector_t size, int origin) in parse_unixware() 530 sector_t offset, sector_t size, int origin) in parse_minix()
|
| /linux/drivers/infiniband/hw/hns/ |
| H A D | hns_roce_common.h | 42 #define roce_get_field(origin, mask, shift) \ argument 45 #define roce_get_bit(origin, shift) \ argument 48 #define roce_set_field(origin, mask, shift, val) \ argument 55 #define roce_set_bit(origin, shift, val) \ argument
|
| /linux/drivers/net/ethernet/hisilicon/ |
| H A D | hns_mdio.c | 108 #define mdio_set_field(origin, mask, shift, val) \ argument 114 #define mdio_get_field(origin, mask, shift) (((origin) >> (shift)) & (mask)) argument 119 u32 origin = mdio_read_reg(base, reg); in mdio_set_reg_field() local 130 u32 origin; in mdio_get_reg_field() local
|
| /linux/security/loadpin/ |
| H A D | loadpin.c | 27 static void report_load(const char *origin, struct file *file, char *operation) in report_load() 132 const char *origin = kernel_read_file_id_str(id); in loadpin_check() local
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_gt_sriov_pf_service.h | 26 xe_gt_sriov_pf_service_process_request(struct xe_gt *gt, u32 origin, in xe_gt_sriov_pf_service_process_request()
|
| H A D | xe_gt_sriov_pf_monitor.c | 46 char origin[8]; in pf_handle_vf_threshold_event() local
|
| /linux/drivers/acpi/acpica/ |
| H A D | pstree.c | 169 union acpi_parse_object *acpi_ps_get_depth_next(union acpi_parse_object *origin, in acpi_ps_get_depth_next()
|
| H A D | dswstate.c | 507 union acpi_parse_object in acpi_ds_create_walk_state()
|
| /linux/drivers/md/ |
| H A D | dm-snap.c | 57 struct dm_dev *origin; member 319 struct origin { struct 325 /* List of snapshots for this origin */ argument 330 * This structure is allocated for each origin target argument 393 static struct origin *__lookup_origin(struct block_device *origin) in __lookup_origin() 413 static struct dm_origin *__lookup_dm_origin(struct block_device *origin) in __lookup_dm_origin() 2551 static int do_origin(struct dm_dev *origin, struct bio *bio, bool limit) in do_origin()
|
| /linux/arch/arm/include/asm/ |
| H A D | unwind.h | 29 const struct unwind_idx *origin; member
|
| /linux/fs/overlayfs/ |
| H A D | copy_up.c | 473 struct ovl_fh *ovl_get_origin_fh(struct ovl_fs *ofs, struct dentry *origin) in ovl_get_origin_fh() 588 bool origin; member 928 struct dentry *origin = c->lowerpath.dentry; in ovl_do_copy_up() local
|
| /linux/drivers/sbus/char/ |
| H A D | flash.c | 78 flash_llseek(struct file *file, long long offset, int origin) in flash_llseek()
|
| /linux/include/linux/mtd/ |
| H A D | partitions.h | 70 unsigned long origin; member
|
| /linux/fs/netfs/ |
| H A D | objects.c | 21 enum netfs_io_origin origin) in netfs_alloc_request()
|
| /linux/arch/um/drivers/ |
| H A D | mconsole.h | 62 unsigned char origin[128]; /* sockaddr_un */ member
|