| /linux/arch/arm/boot/compressed/ |
| H A D | atags_to_fdt.c | 15 static int node_offset(void *fdt, const char *node_path) in node_offset() function 27 int offset = node_offset(fdt, node_path); in setprop() 36 int offset = node_offset(fdt, node_path); in setprop_string() 45 int offset = node_offset(fdt, node_path); in setprop_cell()
|
| /linux/arch/powerpc/kexec/ |
| H A D | file_load_64.c | 673 static int copy_property(void *fdt, int node_offset, const struct device_node *dn, in copy_property() argument 680 fdtprop = fdt_getprop(fdt, node_offset, propname, &fdtlen); in copy_property() 683 return fdt_delprop(fdt, node_offset, propname); in copy_property() 685 return fdt_setprop(fdt, node_offset, propname, prop, len); in copy_property()
|
| H A D | core_64.c | 465 static int add_node_props(void *fdt, int node_offset, const struct device_node *dn) in add_node_props() argument 474 ret = fdt_setprop(fdt, node_offset, pp->name, pp->value, pp->length); in add_node_props()
|
| /linux/kernel/bpf/ |
| H A D | bpf_lru_list.h | 74 void bpf_lru_populate(struct bpf_lru *lru, void *buf, u32 node_offset,
|
| H A D | helpers.c | 2272 obj -= field->graph_root.node_offset; in bpf_list_head_free() 2311 obj -= field->graph_root.node_offset; in bpf_rb_root_free()
|
| H A D | verifier.c | 1865 __mark_reg_known(®s[regno], ds_head->node_offset); in mark_reg_graph_node() 11986 field->graph_root.node_offset, in __process_kf_arg_ptr_to_graph_node() 11994 if (node_off != field->graph_root.node_offset) { in __process_kf_arg_ptr_to_graph_node() 11997 field->graph_root.node_offset, in __process_kf_arg_ptr_to_graph_node()
|
| H A D | btf.c | 4039 field->graph_root.node_offset = offset; in btf_parse_graph_root()
|
| /linux/drivers/acpi/ |
| H A D | viot.c | 62 max_t(size_t, sizeof(*viot), viot->node_offset)); in viot_check_bounds() 295 node = ACPI_ADD_PTR(struct acpi_viot_header, viot, viot->node_offset); in acpi_viot_init()
|
| /linux/drivers/gpu/drm/xe/display/ |
| H A D | xe_stolen.c | 108 .node_offset = xe_stolen_node_offset,
|
| /linux/drivers/firmware/efi/libstub/ |
| H A D | efistub.h | 106 #define fdt_setprop_inplace_var(fdt, node_offset, name, var) \ argument 107 fdt_setprop_inplace((fdt), (node_offset), (name), &(var), sizeof(var)) 111 #define fdt_setprop_var(fdt, node_offset, name, var) \ argument 112 fdt_setprop((fdt), (node_offset), (name), &(var), sizeof(var))
|
| /linux/drivers/md/ |
| H A D | md-bitmap.c | 1157 unsigned long node_offset = 0; in md_bitmap_file_set_bit() local 1161 node_offset = bitmap->cluster_slot * store->file_pages; in md_bitmap_file_set_bit() 1177 set_page_attr(bitmap, index - node_offset, BITMAP_PAGE_DIRTY); in md_bitmap_file_set_bit() 1188 unsigned long node_offset = 0; in md_bitmap_file_clear_bit() local 1192 node_offset = bitmap->cluster_slot * store->file_pages; in md_bitmap_file_clear_bit() 1204 if (!test_page_attr(bitmap, index - node_offset, BITMAP_PAGE_NEEDWRITE)) { in md_bitmap_file_clear_bit() 1205 set_page_attr(bitmap, index - node_offset, BITMAP_PAGE_PENDING); in md_bitmap_file_clear_bit() 1329 unsigned long node_offset = 0; in md_bitmap_init_from_disk() local 1359 node_offset = bitmap->cluster_slot * (DIV_ROUND_UP(store->bytes, PAGE_SIZE)); in md_bitmap_init_from_disk() 1374 ret = read_sb_page(mddev, 0, page, i + node_offset, in md_bitmap_init_from_disk()
|
| /linux/drivers/acpi/arm64/ |
| H A D | iort.c | 241 iort->node_offset); in iort_scan_node() 1173 iort->node_offset); in iort_find_rmrs() 2060 iort->node_offset); in iort_init_platform_devices() 2136 node = ACPI_ADD_PTR(struct acpi_iort_node, iort, iort->node_offset); in acpi_iort_dma_get_max_cpu_address()
|
| /linux/drivers/acpi/riscv/ |
| H A D | rimt.c | 161 rimt->node_offset); in rimt_scan_node()
|
| /linux/drivers/net/ethernet/intel/ice/ |
| H A D | ice_lib.c | 2161 int node_offset, max_agg_nodes = 0; in ice_set_agg_vsi() local 2205 for (node_offset = 0; node_offset < max_agg_nodes; node_offset++) { in ice_set_agg_vsi() 2224 agg_id = node_offset + agg_node_id_start; in ice_set_agg_vsi()
|
| /linux/drivers/gpu/drm/i915/gem/ |
| H A D | i915_gem_stolen.c | 1097 .node_offset = i915_gem_stolen_node_offset,
|
| /linux/include/linux/ |
| H A D | bpf.h | 243 u32 node_offset; member
|