The translation lookaside buffer (TLB) enables modern CPUs to quickly map virtual memory addresses to physical memory addresses and vice versa. Operations that flush the TLB cause a performance hit until it is repopulated.

learn more… | top users | synonyms

-5
votes
1answer
90 views

Need to include .ocx and .tlb files in VB6 package [closed]

Suppose, I'm using many .ocx and .tlb files in my VB6 program that are not provided by Windows. Now, If I want to run my program in a PC where these files are not present, should I have to install and ...
0
votes
1answer
74 views

Creating C# .dll called by VBA

Previously I saw from somewhere else (I can't revisit that source now as I was fired from the company) a piece of C# coding which create a dll. And that .dll can be called directly by Excel VBA's ...
0
votes
0answers
40 views

saving up a new process information into TLB, during a context switch

I am implementing the virtual memory for this assignment http://www.eecg.toronto.edu/~yuan/teaching/ece344/asst3.html And i was just wondering, it says make sure that "TLB state is initialized ...
0
votes
2answers
59 views

What Virtual TLB?

Does anybody knows what does it mean by Virtual TLB, and what is the difference between this VTLB and the normal TLB .. I can't find a clear answer on Google?
0
votes
2answers
52 views

Scope of a macro in a library (.tlb) file?

Assume we have a macro 'HELLO' defined in a .cpp file and we have built a .tlb file out of it. When I import this .tlb file in an another c++ project, do I have access to that macro? By default if a ...
0
votes
0answers
43 views

Wrapper for IDL or tlb file

Is there a way to create VB Wrapper class for activeX control ? I have been successfully able to convert the interfaces to .tlb file but want to create a wrapper class for all coclass in the tlb or ...
0
votes
1answer
55 views

TLB physical addressing doesn't make sense to me

I'm reading, in a simple way, how do TLBs work and I don't understand something: The TLB references physical memory addresses in its table. It may reside between the CPU and the CPU cache, ...
2
votes
2answers
122 views

Unexpectedly large number of TLB misses in simple PAPI profiling on x86

I am using the PAPI high level API to check TLB misses in a simple program looping through an array, but seeing larger numbers than expected. In other simple test cases, the results seem quite ...
2
votes
1answer
83 views

Software prefetching across page boundary on x86

My understanding is that hardware prefetching will never cross page boundaries. I'm wondering if a software prefetch has the same restriction i.e. can I use a software prefetch to avoid a future TLB ...
0
votes
0answers
68 views

How to access a CoClass that exposes multiple interfaces through COM InterOp?

I've got a CoClass that is describes as below: [ uuid(xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx), version(1.0), helpstring("FooBar") ] coclass FooBar { [default] interface IFoo; ...
0
votes
0answers
41 views

Do VMMs use Virtual Memory on the hosts?

I am trying to understand how virtualization was performed in the past using shadow page tables. The articles I've read all talk about about the translation from Guest Virtual Memory to Host Physical ...
1
vote
1answer
138 views

How to pass argument of type IntPtr from c# project to my COM DLL project

I have a Type Library Project "MyLib" where I have to add a new method as shown below. When called from my C# client application it should take IntPtr as an argument. Below is the IDL definition of ...
0
votes
1answer
58 views

Referenced and Modified bit in TLB and PTE

You might know these as Accessed and Dirty bits. Now x86 PTE contains these bits. Lets say the TLB also contains these bits. In case of a TLB hit, these bits will be set by the hardware if the page ...
3
votes
1answer
195 views

Accessing COM-dll via imported type library fails

I'm trying to use a .NET COM-dll which is part of the SDK for a stepper motor control interface. The SDK provides a type library, which I imported into Delphi via 'Import Component > Import a Type ...
1
vote
1answer
50 views

Are type libraries (.tlb) architecture independent?

Sorry about the lame question but reading MSDN did not make that clear to me. Are type libraries (.tlb) independent with regard to architectures and versions of the Windows SDK ?
-1
votes
1answer
327 views

Context switch implementation [closed]

Can a context switch be implemented by a flip flop stored in the Translation Lookaside Buffer? I can't seem to find any information of how context switches are implemented in terms of hardware. I ...
1
vote
1answer
320 views

TLB usage with multiple page sizes in x86_64 architecture

Does anybody know if TLBs (L1 and L2) support simultaneous accesses with multiple page sizes in modern x86_64 microprocessor (Intel SandyBridge, AMD Bulldozer)? Does x86 core pipeline provides ...
1
vote
0answers
68 views

Segfault when invlpg instruction is called

I am trying to implement tlb flush function. For flushing I use INVLPG instruction, but unfortunately it always cause segmentation fault. Could you help me with this issue? Here is the code: ...
0
votes
0answers
162 views

TLB invlpg instruction has long latency

So I'm working on this kernel module that does some page table manipulation and I noticed that flushing a TLB entry is slow. How slow you ask? Over 100 ns per call to invlpg! That's 280 cycles or ...
3
votes
1answer
934 views

1GB pages and Transparent Huge Pages (Linux)

The Transparent Huge Pages(THP) support in recent Linux kernels allows automatic promotion/demotion between different page sizes (e.g., 4KB and 2MB in x86-64). But I am not sure if THP can also ...
0
votes
0answers
55 views

Kernel panic in flush_tlb_page function

In flush_tlb_page function exception comes to stop the cpu0. After that it returns to vector_swi(+0x28/0x88) and got a panic with data abort interrupt.Unable to handle kernel paging request at virtual ...
0
votes
0answers
99 views

Changing .dll properties generated using tlbimp.exe tool

I generated a .tlb file from an .idl file generated using MIDL compiler. Now, using tlbimp.exe, I generated .dll from the generated .idl and I am able to do it properly. However, I am facing ...
2
votes
1answer
112 views

MIPS R4000: Why is there a global bit in each EntryLo register?

Page 81 of the following R4000 documentation: http://www.scribd.com/doc/53181649/70/EntryLo0-2-and-EntryLo1-3-Registers Shows one global bit in each TLB entry (which makes sense). If the global bit ...
2
votes
0answers
128 views

DTLB miss address trace using Intel PEBS

I am trying to generate an address trace of D-TLB misses through use of hardware performance counters. Intel processors have "Precise Event Based Sampling" (PEBS) that can dump hardware register ...
3
votes
2answers
180 views

Call graph for handling TLB misses in linux kernel

I am trying to understand how the linux kernel handles TLB misses. Specifically, I know that the page table walk happens in follow_page in mm/memory.c but how is follow_page called when a TLB miss ...
1
vote
1answer
329 views

Load TLB at runtime in C# .net 4.0

I have a tlb file from a third party library. There are many versions of this library, however the functions that I use within the tlb are constant i.e. do not change from one version to the next. I ...
1
vote
0answers
298 views

Writing ActiveX control in C# and add it to another C# project

I need to create an ActiveX control and use it in another C# or old MFC project. I followed the instructions I read here and in: ...
2
votes
2answers
342 views

Faster way to move memory page than mremap()?

I've been experimenting with mremap(). I'd like to be able to move virtual memory pages around at high speeds. At least higher speeds than copying them. I have some ideas for algorithms which could ...
0
votes
2answers
202 views

Changing some MMU translation table entries - the right way?

What are the steps to update entries in the translation table? I use the MMU of an ARM920T to get some memory protection. When I switch between processes I need to change some of the entries to ...
0
votes
1answer
70 views

PowerPC e500 : any “Page Global Enable” flag equivalent?

From the Intel x86 System Programming Guide : PGE Page Global Enable (bit 7 of CR4) — (Introduced in the P6 family processors.) Enables the global page feature when set; disables the global page ...
2
votes
2answers
343 views

How to create a parameter of type PSafeArray?

How to create a parameter of type PSafeArray? I take the following error from C# COM library: SafeArray with range 65262 transfered to the method that requires array with range 1 Delphi XE2 ...
2
votes
1answer
185 views

why does kernel send a tlb invalidate interrupt to all other processors,when the page table modified is personal to the process running

when a a page table entry of one process, the kernel thread issues tlb shootdown interrupt to all other processors to invalidate the tlbs on other processors? But, is it not that, the page table is ...
8
votes
1answer
2k views

Multiple hugepage sizes in Linux (x86-64)?

Does the Linux on x86-64 support multiple huge page sizes (e.g., both 2MB and 1GB page sizes beyond the 4KB base page size)? If yes, is there a way to specify that for a given allocation which huge ...
4
votes
1answer
1k views

TLB misses vs cache misses?

Could someone please explain the difference between a TLB (Translation lookaside buffer) miss and a cache miss? I believe I found out TLB refers to some sort of virtual memory address but I wasn't ...
1
vote
2answers
306 views

Disadvantages of using TLB (and tlbimp.exe) with C#

We're integrating a communications company's software into our own for doing things like answering calls, transfering calls, matching numbers with clients etc. They have given us the API ...
0
votes
0answers
237 views

Does the Linux kernel support/use 1GB memory pages? [closed]

x86 processors (from both Intel and AMD) provide support for 1GB large pages in their recent processors. I was trying to figure out whether Linux provides 1 GB page support? In the internet there are ...
0
votes
1answer
276 views

Error while parsing the Tag Library Descriptor - Connect reset

When I tried to deploy my application, I get the errors as below: <4/04/2012 03:24:08 PM EST> <Warning> <HTTP> <developer> <AdminServer> <[STANDBY] ExecuteThread: ...
0
votes
1answer
243 views

VC++ 6.0 Generated .TLH from COM DLL Results in Errors

The problem is, I have a DLL and TLB that I created in C#.NET, made it COM visible and wanted to expose the functions to my MFC C++ project - I made a test class first and it worked correctly, and ...
1
vote
1answer
466 views

call C# dll from C++

I have a native C++ DLL, and I want to import a C# DLL and use some of its functions (for example connecting to a database). Now I have read that you can turn the DLL into a TLB COM file, and I have ...
1
vote
1answer
373 views

How to log a page reference string of a process?

Operating System question: Say we have a process running in a paged memory system, and we want to track which pages it accesses in the specific order it does so. How could we do this? I was ...
0
votes
1answer
527 views

DLL and TLB referenced issue in Excel VBA

I Created a 'Sample.Dll' and 'sample.tlb' file containing a function which returns a value, using Visual Studio 2005 class library for access it in the Microsoft Office Excel's Macro to getting a ...
4
votes
2answers
601 views

Measuring TLB miss handling cost in x86-64

I want to estimate the performance overhead due to TLB misses on a x86-64 (Intel Nehalem) machine running Linux. I wish to get this estimate by using some performance counters. Does anybody has some ...
3
votes
1answer
791 views

ARM11 Translation Lookaside Buffer (TLB) usage?

Is there a decent guide explaining how to use the TLB (Translation Lookaside Buffers) tables on an ARM1176JZF-S core? Having looked over the technical documentation for the that ARM platform I still ...
0
votes
1answer
926 views

Command to measure TLB misses on LINUX

Could some one direct me to a command to measure TLB misses on LINUX, please? Is it okay to consider minor page faults as TLB misses?
0
votes
2answers
134 views

OpenSource applications that uses Large/Huge pages on Linux

I was looking for open-source applications that make use of large/huge memory pages (OS memory pages with size > 4KB) on Linux (x86-64). I wanted study how large pages are used today. Can somebody ...
1
vote
1answer
2k views

Using a .Net DLL in Microsoft Access VBA

Ok so I have an assembly, written in C#, using Visual Studio 2010. This Assembly contains one class, which contains one method which returns the word Result, the code is below: using ...
1
vote
2answers
465 views

How to keep the generated TLB file neat?

Hi I use interop to call C# code in Delphi. C# code has a binary and in Delphi 5 Menu: Project-->Import Type Library Click Add to add the tlb file: XXXX.tlb Unit dir name: input the path where the ...
0
votes
0answers
294 views

MIDL “undefined symbol” error when using importlib

I am using MIDL to generate type libraries from IDLs. Furthermore, TLBs are imported to .NET assemblies and used through C#. I thought that it would be a good habit to break down the type libraries ...
1
vote
1answer
140 views

How to learn the associativity (number of way) of the TLB?

I have a task to learn the number of ways in TLB-cache. Which algorithm should I use?
2
votes
2answers
1k views

kernel memory(virtual address entries) in TLB? [closed]

Linux is the OS and ARM is the processor referred in this context. Does the TLB contains both kernel and user space virtual addresses? Kernel memory starts at 0xc000_0000 and goes to 0xFFFF_FFFF ...

1 2 3