| /linux/arch/s390/kernel/ |
| H A D | skey.c | 11 unsigned long real; in load_real_address() local 15 : [real] "=d" (real) in load_real_address() 18 return real; in load_real_address() 28 unsigned long address, real; in __skey_regions_initialize() local 36 real = load_real_address(address); in __skey_regions_initialize() 37 page_set_storage_key(real, PAGE_DEFAULT_KEY, 1); in __skey_regions_initialize()
|
| /linux/Documentation/mm/ |
| H A D | active_mm.rst | 30 - we have "real address spaces" and "anonymous address spaces". The 38 this category, but even "real" threads can temporarily say that for 44 - "tsk->mm" points to the "real address space". For an anonymous process, 46 really doesn't _have_ a real address space at all. 52 The rule is that for a process with a real address space (ie tsk->mm is 53 non-NULL) the active_mm obviously always has to be the same as the real 62 "mm_users" counter that is how many "real address space users" there are, 64 users) plus one if there are any real users. 66 Usually there is at least one real user, but it could be that the real 70 gets scheduled away in favour of a real thread, the "zombie" mm gets [all …]
|
| /linux/drivers/char/agp/ |
| H A D | ati-agp.c | 46 unsigned long *real; member 60 page_map->real = (unsigned long *) __get_free_page(GFP_KERNEL); in ati_create_page_map() 61 if (page_map->real == NULL) in ati_create_page_map() 64 set_memory_uc((unsigned long)page_map->real, 1); in ati_create_page_map() 65 err = map_page_into_agp(virt_to_page(page_map->real)); in ati_create_page_map() 67 free_page((unsigned long)page_map->real); in ati_create_page_map() 70 page_map->remapped = page_map->real; in ati_create_page_map() 83 unmap_page_from_agp(virt_to_page(page_map->real)); in ati_free_page_map() 84 set_memory_wb((unsigned long)page_map->real, 1); in ati_free_page_map() 85 free_page((unsigned long) page_map->real); in ati_free_page_map() [all …]
|
| H A D | sworks-agp.c | 33 unsigned long *real; member 52 page_map->real = (unsigned long *) __get_free_page(GFP_KERNEL); in serverworks_create_page_map() 53 if (page_map->real == NULL) { in serverworks_create_page_map() 57 set_memory_uc((unsigned long)page_map->real, 1); in serverworks_create_page_map() 58 page_map->remapped = page_map->real; in serverworks_create_page_map() 69 set_memory_wb((unsigned long)page_map->real, 1); in serverworks_free_page_map() 70 free_page((unsigned long) page_map->real); in serverworks_free_page_map() 83 if (entry->real != NULL) { in serverworks_free_gatt_pages() 158 writel(virt_to_phys(serverworks_private.scratch_dir.real) | 1, page_dir.remapped+i); in serverworks_create_gatt_table() 168 agp_bridge->gatt_table_real = (u32 *)page_dir.real; in serverworks_create_gatt_table() [all …]
|
| /linux/Documentation/core-api/ |
| H A D | debug-objects.rst | 21 debugobjects is not changing the data structure of the real object so it 53 Each of these functions takes the address of the real object and a 70 This function is called whenever the initialization function of a real 73 When the real object is already tracked by debugobjects it is checked, 78 problem before the real initialization of the object happens. E.g. it 82 When the real object is not yet tracked by debugobjects, debugobjects 83 allocates a tracker object for the real object and sets the tracker 93 This function is called whenever the initialization function of a real 96 When the real object is already tracked by debugobjects it is checked, 101 problem before the real initialization of the object happens. E.g. it [all …]
|
| /linux/Documentation/scheduler/ |
| H A D | sched-rt-group.rst | 33 are real-time processes). 44 multiple groups of real-time tasks, each group must be assigned a fixed portion 45 of the CPU time available. Without a minimum guarantee a real-time group can 53 in a given period. We allocate this "run time" for each real-time group which 54 the other real-time groups will not be permitted to use. 56 Any time not allocated to a real-time group will be used to run normal priority 60 Let's consider an example: a frame fixed real-time renderer must deliver 25 73 real-time tasks have explicitly allocated the CPU time they need to perform 93 A global limit on how much time real-time scheduling may use. This is always 95 period_us for the real-time tasks. Without CONFIG_RT_GROUP_SCHED enabled, [all …]
|
| /linux/Documentation/dev-tools/kunit/api/ |
| H A D | functionredirection.rst | 39 Static stubs are a way of redirecting calls to one function (the "real" 42 It works by adding a macro to the "real" function which checks to see if a test 48 1. Add the KUNIT_STATIC_STUB_REDIRECT() macro to the start of the "real" 53 function, followed by all of the arguments passed to the real function. 62 /* real implementation */ 67 These functions should have the same function signature as the real function. 87 the real function, and the replacement function. You can call this several 99 4. Call (perhaps indirectly) the real function. 101 Once the redirection is activated, any call to the real function will call 115 original behaviour of the 'real' function) using [all …]
|
| /linux/lib/ |
| H A D | test_hexdump.c | 129 char real[TEST_HEXDUMP_BUF_SIZE]; in test_hexdump() local 133 memset(real, FILL_CHAR, sizeof(real)); in test_hexdump() 134 hex_dump_to_buffer(data_b, len, rowsize, groupsize, real, sizeof(real), in test_hexdump() 141 if (memcmp(test, real, TEST_HEXDUMP_BUF_SIZE)) { in test_hexdump() 143 pr_err("Result: '%s'\n", real); in test_hexdump()
|
| /linux/scripts/ |
| H A D | Makefile.build | 86 real-search = $(foreach m, $1, $(if $(call suffix-search, $m, $2, $3 -), $(call suffix-search, $m, $2, $3), $m)) 95 real-obj-y := $(call real-search, $(obj-y), .o, -objs -y) 96 real-obj-m := $(call real-search, $(obj-m), .o, -objs -y -m) 119 real-obj-y := $(addprefix $(obj)/, $(real-obj-y)) 120 real-obj-m := $(addprefix $(obj)/, $(real-obj-m)) 139 subdir-builtin := $(sort $(filter %/built-in.a, $(real [all...] |
| H A D | Makefile.lib | 152 part-of-builtin = $(if $(filter $(basename $@).o, $(real-obj-y) $(lib-y)),y) 153 part-of-module = $(if $(filter $(basename $@).o, $(real-obj-m)),y) 322 cmd_ld = $(LD) $(ld_flags) $(real-prereqs) -o $@ 328 cmd_ar = rm -f $@; $(AR) cDPrsT $@ $(real-prereqs) 340 cmd_gzip = cat $(real-prereqs) | $(KGZIP) -n -f -9 > $@ 349 for F in $(real-prereqs); do \ 366 cmd_bzip2 = cat $(real-prereqs) | $(KBZIP2) -9 > $@ 369 cmd_bzip2_with_size = { cat $(real-prereqs) | $(KBZIP2) -9; $(size_append); } > $@ 375 cmd_lzma = cat $(real-prereqs) | $(LZMA) -9 > $@ 378 cmd_lzma_with_size = { cat $(real [all...] |
| /linux/Documentation/core-api/real-time/ |
| H A D | kernel-configuration.rst | 15 real-time kernel's worst-case latency. It is intended for system integrators. 38 A real-time kernel is not about being "as fast as possible", however 39 real-time requirements may demand that the CPU is clocked at a particular 76 The ``ONDEMAND`` governor should not be enabled on a real-time system. Its 127 If graphics workloads must run alongside real-time tasks, users must conduct 133 - Documentation/core-api/real-time/hardware.rst ("Regarding hardware" section) 151 the real-time system. 173 *Guidance by real-time workload type:* 191 preemptible and real-time capable. 207 real-time kernel operation as they can add considerable overhead and degrade [all …]
|
| /linux/kernel/trace/rv/monitors/rtapp/ |
| H A D | Kconfig | 6 Collection of monitors to check for common problems with real-time 9 If you are developing a real-time system and not entirely sure whether 10 the applications are designed correctly for real-time, you want to say
|
| /linux/drivers/parport/ |
| H A D | daisy.c | 69 static struct parport *clone_parport(struct parport *real, int muxport) in clone_parport() argument 71 struct parport *extra = parport_register_port(real->base, in clone_parport() 72 real->irq, in clone_parport() 73 real->dma, in clone_parport() 74 real->ops); in clone_parport() 76 extra->portnum = real->portnum; in clone_parport() 77 extra->physport = real; in clone_parport() 79 real->slaves[muxport-1] = extra; in clone_parport()
|
| /linux/kernel/trace/rv/monitors/sleep/ |
| H A D | Kconfig | 12 Monitor that real-time tasks do not sleep in a manner that may 15 If you are developing a real-time system and not entirely sure whether 16 the applications are designed correctly for real-time, you want to say
|
| /linux/kernel/trace/rv/monitors/pagefault/ |
| H A D | Kconfig | 13 Monitor that real-time tasks do not raise page faults, causing 16 If you are developing a real-time system and not entirely sure whether 17 the applications are designed correctly for real-time, you want to say
|
| /linux/tools/lib/python/abi/ |
| H A D | system_symbols.py | 108 real = os.path.realpath(path) 110 self.aliases[path] = real 112 real = real.replace(self.sysfs, "/sys", count=1) 115 if not self.re_ignore.search(real): 117 self.graph_add_file(real, p) 133 The real paths will be stored under self.files. Aliases will be
|
| /linux/Documentation/arch/parisc/ |
| H A D | debugging.rst | 12 A lot of the assembly code currently runs in real mode, which means 22 When real-mode code tries to access non-existent memory, you'll get 26 the I/O range); the System Responder address is the address real-mode 31 get translated to a physical address before real-mode code tried to
|
| /linux/drivers/md/persistent-data/ |
| H A D | dm-transaction-manager.c | 93 struct dm_transaction_manager *real; member 193 tm->real = NULL; in dm_tm_create() 206 struct dm_transaction_manager *dm_tm_create_non_blocking_clone(struct dm_transaction_manager *real) in dm_tm_create_non_blocking_clone() argument 213 tm->real = real; in dm_tm_create_non_blocking_clone() 358 int r = dm_bm_read_try_lock(tm->real->bm, b, v, blk); in dm_tm_read_lock() 361 prefetch_add(&tm->real->prefetches, b); in dm_tm_read_lock()
|
| /linux/tools/testing/ktest/examples/ |
| H A D | README | 6 The configs are based off of real working configs but have been modified 17 used to perform real testing. 26 included into other configs. This is a real use example that shows how
|
| /linux/arch/powerpc/boot/dts/ |
| H A D | iss4xx-mpic.dts | 36 model = "PowerPC,4xx"; // real CPU changed in sim 50 model = "PowerPC,4xx"; // real CPU changed in sim 66 model = "PowerPC,4xx"; // real CPU changed in sim 82 model = "PowerPC,4xx"; // real CPU changed in sim
|
| /linux/Documentation/driver-api/hte/ |
| H A D | tegra-hte.rst | 17 This GTE instance timestamps GPIO in real time. For that to happen GPIO 19 instance supports timestamping GPIOs in real time as it is tightly coupled with 37 This GTE instance timestamps LIC IRQ lines in real time. The hte devicetree
|
| /linux/Documentation/gpu/rfc/ |
| H A D | i915_gem_lmem.rst | 8 real, with all the uAPI bits is: 22 * Add pciid for DG1 and turn on uAPI for real
|
| /linux/Documentation/arch/x86/ |
| H A D | boot.rst | 12 real-mode DOS as a mainstream operating system. 103 | Stack/heap | For use by the kernel real-mode code. 105 | Kernel setup | The kernel real-mode code. 121 0x100000 ("high memory"), and the kernel real-mode block (boot sector, 154 | Stack/heap | For use by the kernel real-mode code. 156 | Kernel setup | The kernel real-mode code. 179 real-mode code (boot sector and setup code) and then examine the 180 following header at offset 0x01f1. The real-mode code can total up to 233 the real value is 4. 278 0, the real value is 4. The real-mode code consists of the boot [all …]
|
| /linux/drivers/md/ |
| H A D | dm-cache-policy.c | 151 if (t->real) in dm_cache_policy_get_name() 152 return t->real->name; in dm_cache_policy_get_name()
|
| /linux/Documentation/driver-api/firmware/ |
| H A D | direct-fs-lookup.rst | 22 a race is possible with loading the driver and the real rootfs not yet being 30 when the real rootfs is ready and mounted.
|