Home
last modified time | relevance | path

Searched full:map1 (Results 1 – 25 of 150) sorted by relevance

123456

/OK3568_Linux_fs/kernel/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
109 map1 = GT_READ(GT_PCI0M1REMAP_OFS); in mips_pcibios_init()
115 map = map1; in mips_pcibios_init()
152 map1 = (BONITO_PCIMAP & BONITO_PCIMAP_PCIMAP_LO0) >> in mips_pcibios_init()
159 map = map1; in mips_pcibios_init()
167 if (map2 == map1 + 1) { in mips_pcibios_init()
168 map = map1; in mips_pcibios_init()
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/mm/
H A Dtlbie_test.c58 static char *map1; variable
107 * map1 + (i * RIM_CHUNK_SIZE)
119 chunk_start = (char *)((unsigned long)map1 + in compute_chunk_start_addr()
185 * address == map1 +
578 mprotect(map1, size, PROT_READ); in mem_snapshot_fn()
581 * Load from the working alias (map1). Loading from map2 in mem_snapshot_fn()
584 memcpy(tmp, map1, size); in mem_snapshot_fn()
598 mprotect(map1, size, PROT_READ|PROT_WRITE); in mem_snapshot_fn()
659 map1 = shmat(shmid, NULL, 0); in main()
660 if (map1 == (void *) -1) { in main()
[all …]
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dexynos5422-odroidhc1.dts73 map1 {
117 map1 {
161 map1 {
205 map1 {
242 map1 {
H A Dexynos5422-odroidxu3-common.dtsi99 map1 {
182 map1 {
255 map1 {
328 map1 {
401 map1 {
H A Dexynos5420-arndale-octa.dts116 map1 {
183 map1 {
246 map1 {
309 map1 {
H A Dexynos4-cpu-thermal.dtsi42 map1 {
H A Dexynos4412-tiny4412.dts95 cooling_map1: map1 {
H A Dexynos4412-odroidu3.dts62 map1 {
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/map/aux_/preprocessed/typeof_based/
H A Dmap10.hpp18 struct map1 struct
25 typedef map1 type; argument
35 , map1<P0>
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/map/aux_/preprocessed/plain/
H A Dmap10.hpp31 struct map1 struct
39 typedef map1 type; argument
63 , map1<P0>
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/map/aux_/preprocessed/no_ctps/
H A Dmap10.hpp37 struct map1 struct
45 typedef map1 type; argument
75 , map1<P0>
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/qcom/
H A Dsm8150.dtsi1254 map1 {
1298 map1 {
1342 map1 {
1386 map1 {
1430 map1 {
1474 map1 {
1518 map1 {
1562 map1 {
1606 map1 {
1650 map1 {
[all …]
H A Dsm8250.dtsi2421 map1 {
2465 map1 {
2509 map1 {
2553 map1 {
2597 map1 {
2641 map1 {
2685 map1 {
2729 map1 {
2773 map1 {
2817 map1 {
[all …]
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dmpspec.h110 #define physids_equal(map1, map2) \ argument
111 bitmap_equal((map1).mask, (map2).mask, MAX_LOCAL_APIC)
/OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/rk3588/
H A Drk3588.c977 int map1, map2; in fdt_rm_cooling_map() local
989 map1 = fdt_path_offset(blob, "/thermal-zones/soc-thermal/cooling-maps/map1"); in fdt_rm_cooling_map()
990 if (map1 > 0) { in fdt_rm_cooling_map()
992 debug("rm: cooling-device map1\n"); in fdt_rm_cooling_map()
993 fdt_del_node((void *)blob, map1); in fdt_rm_cooling_map()
995 pp = (u32 *)fdt_getprop(blob, map1, "cooling-device", NULL); in fdt_rm_cooling_map()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dbitmap.h573 bmp_iter_and_init (bitmap_iterator *bi, const_bitmap map1, const_bitmap map2, in bmp_iter_and_init() argument
576 bi->elt1 = map1->first; in bmp_iter_and_init()
579 gcc_checking_assert (!map1->tree_form && !map2->tree_form); in bmp_iter_and_init()
639 /* Initialize an iterator to iterate over the bits in MAP1 & ~MAP2. */
643 const_bitmap map1, const_bitmap map2, in bmp_iter_and_compl_init() argument
646 bi->elt1 = map1->first; in bmp_iter_and_compl_init()
649 gcc_checking_assert (!map1->tree_form && !map2->tree_form); in bmp_iter_and_compl_init()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dbitmap.h573 bmp_iter_and_init (bitmap_iterator *bi, const_bitmap map1, const_bitmap map2, in bmp_iter_and_init() argument
576 bi->elt1 = map1->first; in bmp_iter_and_init()
579 gcc_checking_assert (!map1->tree_form && !map2->tree_form); in bmp_iter_and_init()
639 /* Initialize an iterator to iterate over the bits in MAP1 & ~MAP2. */
643 const_bitmap map1, const_bitmap map2, in bmp_iter_and_compl_init() argument
646 bi->elt1 = map1->first; in bmp_iter_and_compl_init()
649 gcc_checking_assert (!map1->tree_form && !map2->tree_form); in bmp_iter_and_compl_init()
/OK3568_Linux_fs/kernel/sound/soc/uniphier/
H A Daio.h170 * 0x12080 DMAC map1 --> [selector] --> DMAC hardware 1
173 * 0x42400 Port map1 --> [selector] --> Port hardware 2
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/exynos/
H A Dexynos5433-tmu.dtsi61 map1 {
235 map1 {
/OK3568_Linux_fs/u-boot/arch/arm/dts/
H A Drk3288-thermal.dtsi52 map1 {
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/thermal/
H A Dzx2967-thermal.txt82 map1 {
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/amlogic/
H A Dmeson-g12b.dtsi127 map1 {
H A Dmeson-g12a.dtsi127 map1 {
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/marvell/
H A Darmada-ap80x.dtsi382 map1_hot: map1-hot {
387 map1_emerg: map1-emerg {
/OK3568_Linux_fs/u-boot/board/armltd/integrator/
H A Dpci.c161 * Set up base1/map1 to point into configuration space. in v3_open_config_window()
367 /* Map second 256 Mbytes as prefetchable via BASE1/MAP1 */ in pci_init_board()

123456