/third_party/uboot/u-boot-2020.01/arch/riscv/dts/ |
D | fu540-c000.dtsi | 45 d-tlb-sets = <1>; 46 d-tlb-size = <32>; 51 i-tlb-sets = <1>; 52 i-tlb-size = <32>; 56 tlb-split; 68 d-tlb-sets = <1>; 69 d-tlb-size = <32>; 74 i-tlb-sets = <1>; 75 i-tlb-size = <32>; 79 tlb-split; [all …]
|
/third_party/glib/glib/tests/ |
D | protocol.c | 130 GTestLogBuffer* tlb; in test_message() local 162 tlb = g_test_log_buffer_new (); in test_message() 184 io_source = g_io_add_watch (channel, G_IO_IN, test_message_cb1, tlb); in test_message() 189 test_message_cb1 (channel, G_IO_IN, tlb); in test_message() 197 for (msg = g_test_log_buffer_pop (tlb); in test_message() 199 msg = g_test_log_buffer_pop (tlb)) in test_message() 238 g_test_log_buffer_free (tlb); in test_message() 261 GTestLogBuffer* tlb; in test_error() local 289 tlb = g_test_log_buffer_new (); in test_error() 302 io_source = g_io_add_watch (channel, G_IO_IN, test_message_cb1, tlb); in test_error() [all …]
|
/third_party/uboot/u-boot-2020.01/arch/powerpc/cpu/mpc85xx/ |
D | tlb.c | 20 void invalidate_tlb(u8 tlb) in invalidate_tlb() argument 22 if (tlb == 0) in invalidate_tlb() 24 if (tlb == 1) in invalidate_tlb() 136 void set_tlb(u8 tlb, u32 epn, u64 rpn, in set_tlb() argument 142 if (tlb == 1) in set_tlb() 148 __func__, tsize, tlb, epn); in set_tlb() 152 _mas0 = FSL_BOOKE_MAS0(tlb, esel, 0); in set_tlb() 161 if ((tlb == 1) && (gd->flags & GD_FLG_RELOC)) in set_tlb()
|
/third_party/uboot/u-boot-2020.01/doc/device-tree-bindings/cpu/ |
D | nios2.txt | 44 altr,tlb-num-ways = <16>; 45 altr,tlb-num-entries = <128>; 46 altr,tlb-ptr-sz = <7>; 50 altr,fast-tlb-miss-addr = <0xc7fff400>;
|
/third_party/uboot/u-boot-2020.01/board/Arcturus/ucp1020/ |
D | Makefile | 18 obj-y += spl_minimal.o tlb.o law.o 28 obj-y += tlb.o
|
/third_party/mingw-w64/mingw-w64-headers/ |
D | Makefile.am | 39 EXTRA_DIST = $(srcdir)/ChangeLog.* include crt direct-x ddk tlb 66 tlb/*.tlb 240 tlb/oleacc.idl \ 241 tlb/stdole2.idl 243 BUILT_SOURCES = $(IDL_SRCS:.idl=.h) $(TLB_SRCS:.idl=.tlb) 248 .idl.tlb:
|
/third_party/uboot/u-boot-2020.01/arch/nios2/dts/ |
D | 3c120_devboard.dts | 33 altr,tlb-num-ways = <16>; 34 altr,tlb-num-entries = <128>; 35 altr,tlb-ptr-sz = <7>; 39 altr,fast-tlb-miss-addr = <0xc7fff400>;
|
D | 10m50_devboard.dts | 28 altr,fast-tlb-miss-addr = <0xc0000100>; 36 altr,tlb-num-entries = <256>; 37 altr,tlb-num-ways = <16>; 38 altr,tlb-ptr-sz = <8>;
|
/third_party/mingw-w64/mingw-w64-headers/include/ |
D | wbemads.idl | 17 importlib ("stdole32.tlb"); 18 importlib ("stdole2.tlb");
|
/third_party/glib/glib/ |
D | gtester.c | 212 GTestLogBuffer *tlb = data; in child_report_cb() local 232 g_test_log_buffer_push (tlb, length, buffer); in child_report_cb() 235 msg = g_test_log_buffer_pop (tlb); in child_report_cb() 295 GTestLogBuffer *tlb; in launch_test_binary() local 410 tlb = g_test_log_buffer_new(); in launch_test_binary() 417 …ll (ioc_report, G_PRIORITY_DEFAULT - 1, G_IO_IN | G_IO_ERR | G_IO_HUP, child_report_cb, tlb, NULL); in launch_test_binary() 441 g_test_log_buffer_free (tlb); in launch_test_binary()
|
/third_party/uboot/u-boot-2020.01/board/freescale/common/p_corenet/ |
D | Makefile | 8 obj-y += tlb.o
|
/third_party/uboot/u-boot-2020.01/board/xes/xpedite537x/ |
D | Makefile | 11 obj-y += tlb.o
|
/third_party/uboot/u-boot-2020.01/board/freescale/p1023rdb/ |
D | Makefile | 8 obj-y += tlb.o
|
/third_party/uboot/u-boot-2020.01/board/xes/xpedite520x/ |
D | Makefile | 11 obj-y += tlb.o
|
/third_party/uboot/u-boot-2020.01/board/freescale/mpc8536ds/ |
D | Makefile | 10 obj-y += tlb.o
|
/third_party/uboot/u-boot-2020.01/board/freescale/mpc8548cds/ |
D | Makefile | 10 obj-y += tlb.o
|
/third_party/uboot/u-boot-2020.01/board/freescale/mpc8541cds/ |
D | Makefile | 10 obj-y += tlb.o
|
/third_party/uboot/u-boot-2020.01/board/freescale/p1_twr/ |
D | Makefile | 9 obj-y += tlb.o
|
/third_party/uboot/u-boot-2020.01/board/freescale/mpc8555cds/ |
D | Makefile | 10 obj-y += tlb.o
|
/third_party/uboot/u-boot-2020.01/board/freescale/mpc8572ds/ |
D | Makefile | 10 obj-y += tlb.o
|
/third_party/uboot/u-boot-2020.01/board/xes/xpedite550x/ |
D | Makefile | 8 obj-y += tlb.o
|
/third_party/uboot/u-boot-2020.01/board/freescale/mpc8544ds/ |
D | Makefile | 10 obj-y += tlb.o
|
/third_party/uboot/u-boot-2020.01/board/sbc8548/ |
D | Makefile | 11 obj-y += tlb.o
|
/third_party/uboot/u-boot-2020.01/board/freescale/mpc8569mds/ |
D | Makefile | 11 obj-y += tlb.o
|
/third_party/uboot/u-boot-2020.01/board/freescale/mpc8568mds/ |
D | Makefile | 11 obj-y += tlb.o
|