Home
last modified time | relevance | path

Searched refs:map2 (Results 1 – 25 of 35) sorted by relevance

12

/linux/tools/testing/selftests/mm/
H A Dsoft-dirty.c50 char *map, *map2; in test_vma_reuse() local
63 map2 = mmap(NULL, pagesize, (PROT_READ | PROT_WRITE), (MAP_PRIVATE | MAP_ANON), -1, 0); in test_vma_reuse()
64 if (map2 == MAP_FAILED) in test_vma_reuse()
68 if (map == map2) in test_vma_reuse()
69 ksft_test_result(pagemap_is_softdirty(pagemap_fd, map2) == 1, in test_vma_reuse()
74 munmap(map2, pagesize); in test_vma_reuse()
/linux/tools/testing/selftests/bpf/progs/
H A Dlinked_maps2.c24 } map2 SEC(".maps");
47 bpf_map_update_elem(&map2, &key, &val, 0); in BPF_PROG()
65 val = bpf_map_lookup_elem(&map2, &key); in BPF_PROG()
H A Dlinked_maps1.c28 extern map2_t map2 SEC(".maps");
53 bpf_map_update_elem(&map2, &key, &val, 0); in BPF_PROG()
71 val = bpf_map_lookup_elem(&map2, &key); in BPF_PROG()
H A Dtest_subskeleton_lib.c42 } map2 SEC(".maps");
49 bpf_map_update_elem(&map2, &key, &value, BPF_ANY); in lib_routine()
H A Dtest_subskeleton_lib2.c14 } map2 SEC(".maps");
/linux/arch/mips/pci/
H A Dpci-malta.c81 resource_size_t start, end, map, start1, end1, map1, map2, map3, mask; in mips_pcibios_init() local
154 map2 = (BONITO_PCIMAP & BONITO_PCIMAP_PCIMAP_LO1) >> in mips_pcibios_init()
162 if (map3 == map2 + 1) { in mips_pcibios_init()
163 map = map2; in mips_pcibios_init()
167 if (map2 == map1 + 1) { in mips_pcibios_init()
/linux/drivers/xen/
H A Dpvcalls-front.c783 struct sock_mapping *map2 = NULL; in pvcalls_front_accept()
808 map2 = map->passive.accept_map; in pvcalls_front_accept()
823 map2 = kzalloc(sizeof(*map2), GFP_KERNEL); in pvcalls_front_accept()
824 if (map2 == NULL) { in pvcalls_front_accept()
830 ret = alloc_active_ring(map2); in pvcalls_front_accept()
834 kfree(map2); in pvcalls_front_accept()
838 ret = create_active(map2, &evtchn); in pvcalls_front_accept()
840 free_active_ring(map2); in pvcalls_front_accept()
841 kfree(map2); in pvcalls_front_accept()
776 struct sock_mapping *map2 = NULL; pvcalls_front_accept() local
[all...]
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dglobal_data.c106 struct bpf_map *map, *map2; in test_global_data_rdonly() local
116 map2 = bpf_object__find_map_by_name(obj, ".rodata"); in test_global_data_rdonly()
117 if (!ASSERT_EQ(map, map2, "same_maps")) in test_global_data_rdonly()
/linux/arch/arm/boot/dts/samsung/
H A Dexynos5422-odroidxu3-common.dtsi101 map2 {
184 map2 {
257 map2 {
330 map2 {
403 map2 {
H A Dexynos5420-arndale-octa.dts137 map2 {
200 map2 {
263 map2 {
326 map2 {
H A Dexynos4412-odroidu3.dts83 map2 {
/linux/drivers/gpu/drm/amd/display/modules/inc/
H A Dmod_shared.h104 enum lut3d_control_gamut_map map2; member
/linux/drivers/input/joystick/
H A Dturbografx.c37 module_param_array_named(map2, tgfx_cfg[1].args, int, &tgfx_cfg[1].nargs, 0);
38 MODULE_PARM_DESC(map2, "Describes second set of devices");
H A Dgamecon.c41 module_param_array_named(map2, gc_cfg[1].args, int, &gc_cfg[1].nargs, 0);
42 MODULE_PARM_DESC(map2, "Describes second set of devices");
/linux/arch/arm64/boot/dts/exynos/
H A Dexynos5433-tmu.dtsi67 map2 {
241 map2 {
/linux/net/ethtool/
H A Dbitset.c436 static bool ethnl_bitmap32_equal(const u32 *map1, const u32 *map2, in ethnl_bitmap32_equal() argument
439 if (memcmp(map1, map2, nbits / 32 * sizeof(u32))) in ethnl_bitmap32_equal()
443 return !((map1[nbits / 32] ^ map2[nbits / 32]) & in ethnl_bitmap32_equal()
/linux/drivers/acpi/nfit/
H A Dcore.c2286 struct nfit_set_info2 *map2 = &info2[i]; in acpi_nfit_init_interleave_set() local
2299 map2->region_offset = memdev->region_offset; in acpi_nfit_init_interleave_set()
2300 map2->serial_number = dcr->serial_number; in acpi_nfit_init_interleave_set()
2301 map2->vendor_id = dcr->vendor_id; in acpi_nfit_init_interleave_set()
2302 map2->manufacturing_date = dcr->manufacturing_date; in acpi_nfit_init_interleave_set()
2303 map2->manufacturing_location = dcr->manufacturing_location; in acpi_nfit_init_interleave_set()
2320 struct nfit_set_info2 *map2 = &info2[i]; in acpi_nfit_init_interleave_set() local
2329 if (map2->serial_number == dcr->serial_number && in acpi_nfit_init_interleave_set()
2330 map2->vendor_id == dcr->vendor_id && in acpi_nfit_init_interleave_set()
2331 map2->manufacturing_date == dcr->manufacturing_date && in acpi_nfit_init_interleave_set()
[all …]
/linux/arch/arm64/boot/dts/marvell/
H A Darmada-ap80x.dtsi422 map2_hot: map2-hot {
427 map2_emerg: map2-emerg {
/linux/Documentation/driver-api/
H A Dio-mapping.rst60 addr2 = io_mapping_map_local_wc(map2, offset2);
/linux/arch/arm64/boot/dts/rockchip/
H A Drk3399-khadas-edge.dtsi222 map2 {
279 map2 {
/linux/arch/mips/include/asm/octeon/
H A Dcvmx-pip-defs.h425 uint64_t map2:4; member
431 uint64_t map2:4;
466 uint64_t map2:4; member
472 uint64_t map2:4;
/linux/arch/arm64/boot/dts/mediatek/
H A Dmt7986a-bananapi-bpi-r3-mini.dts138 map2 {
/linux/arch/arm64/boot/dts/amlogic/
H A Dmeson-g12b-radxa-zero2.dts310 map2 {
/linux/Documentation/input/devices/
H A Djoystick-parport.rst523 gamecon.map2 and gamecon.map3 as additional command line parameters for two
581 use turbografx.map2 and turbografx.map3 as additional command line parameters
/linux/arch/arm/boot/dts/allwinner/
H A Dsun8i-a33.dtsi314 map2 {

12