Home
last modified time | relevance | path

Searched full:provide (Results 1 – 25 of 2293) sorted by relevance

12345678910>>...92

/linux/arch/x86/boot/startup/
H A Dexports.h6 PROVIDE(early_set_pages_state = __pi_early_set_pages_state);
7 PROVIDE(early_snp_set_memory_private = __pi_early_snp_set_memory_private);
8 PROVIDE(early_snp_set_memory_shared = __pi_early_snp_set_memory_shared);
9 PROVIDE(get_hv_features = __pi_get_hv_features);
10 PROVIDE(sev_es_terminate = __pi_sev_es_terminate);
11 PROVIDE(snp_cpuid = __pi_snp_cpuid);
12 PROVIDE(snp_cpuid_get_table = __pi_snp_cpuid_get_table);
13 PROVIDE(svsm_issue_call = __pi_svsm_issue_call);
14 PROVIDE(svsm_process_result_codes = __pi_svsm_process_result_codes);
/linux/arch/arm64/kernel/
H A Dimage-vars.h20 PROVIDE(pisym = sym); \
23 PROVIDE(__efistub_primary_entry = primary_entry);
28 * accessed by the stub, so provide some aliases to make them accessible.
34 PROVIDE(__efistub_caches_clean_inval_pou = __pi_caches_clean_inval_pou);
36 PROVIDE(__efistub__text = _text);
37 PROVIDE(__efistub__end = _end);
38 PROVIDE(__efistub___inittext_end = __inittext_end);
39 PROVIDE(__efistub__edata = _edata);
41 PROVIDE(__efistub_sysfb_primary_display = sysfb_primary_display);
43 PROVIDE(__efistub__ctype = _ctype);
[all …]
/linux/drivers/firmware/efi/libstub/
H A Dzboot.lds5 PROVIDE(zboot_code_size = ABSOLUTE(0));
58 PROVIDE(__efistub__gzdata_size =
61 PROVIDE(__data_rawsize = ABSOLUTE(_edata - _data));
62 PROVIDE(__data_size = ABSOLUTE(_end - _data));
63 PROVIDE(__sbat_size = ABSOLUTE(_esbat - _sbat));
/linux/tools/memory-model/Documentation/
H A Dordering.txt23 some of these "unordered" operations provide limited ordering
58 The Linux-kernel primitives that provide full ordering include:
82 Second, some RMW atomic operations provide full ordering. These
87 as cmpxchg() are only guaranteed to provide ordering when they succeed.
88 When RMW atomic operations provide full ordering, they partition the
110 _release provide limited ordering, and will be described later in this
113 Finally, RCU's grace-period primitives provide full ordering. These
119 typically instead used to provide ordering against RCU read-side critical
131 Nevertheless, a number of popular CPU families, including x86, provide
187 Note that smp_wmb() might fail to provide ordering for unmarked C-language
[all …]
/linux/drivers/usb/typec/tcpm/
H A DKconfig27 Type-C Port Controller Manager to provide USB PD and USB
36 to provide USB PD and USB Type-C functionalities.
44 to provide USB PD and USB Type-C functionalities.
63 Type-C Port Controller Manager to provide USB PD and USB
74 Port Controller Manager to provide USB PD and Type-C functionalities.
/linux/drivers/firmware/imx/
H A DKconfig19 which runs on a dedicated Cortex-M core to provide power, clock, and
33 core that could provide cpu management features.
44 core that could provide Logical Machine management features.
55 core that could provide misc functions such as board control.
/linux/Documentation/timers/
H A Dtimekeeping.rst15 To provide timekeeping for your platform, the clock source provides
19 provide an accurate delay source using hardware counters.
25 The purpose of the clock source is to provide a timeline for the system that
30 Typically the clock source is a monotonic, atomic counter which will provide
54 The clock source struct shall provide means to translate the provided counter
114 may not provide an implementation of sched_clock() on its own. If a local
133 If an architecture does not provide its own implementation of this function,
148 architecture, special helper functions have been created to provide a
/linux/arch/loongarch/vdso/
H A Dvdso.lds.S29 PROVIDE (__etext = .);
30 PROVIDE (_etext = .);
31 PROVIDE (etext = .);
41 PROVIDE(end = .);
/linux/Documentation/driver-api/gpio/
H A Ddrivers-on-gpio.rst5 Note that standard kernel drivers exist for common GPIO tasks and will provide
13 - ledtrig-gpio: drivers/leds/trigger/ledtrig-gpio.c will provide a LED trigger,
24 - gpio_mouse: drivers/input/mouse/gpio_mouse.c is used to provide a mouse with
29 - gpio-beeper: drivers/input/misc/gpio-beeper.c is used to provide a beep from
39 HDMI connector. It will provide a better userspace sysfs interface than GPIO.
78 - gpio-wdt: drivers/watchdog/gpio_wdt.c is used to provide a watchdog timer
/linux/arch/um/kernel/
H A Duml.lds.S19 PROVIDE (__executable_start = START);
104 PROVIDE (edata = .);
107 PROVIDE(_bss_start = .);
112 PROVIDE (end = .);
/linux/arch/arm64/kernel/vdso/
H A Dvdso.lds.S48 PROVIDE (__etext = .);
49 PROVIDE (_etext = .);
50 PROVIDE (etext = .);
72 PROVIDE(end = .);
/linux/arch/alpha/boot/
H A Dbootloader.lds10 PROVIDE (etext = .);
16 PROVIDE (edata = .);
20 PROVIDE (end = .);
/linux/drivers/crypto/allwinner/
H A DKconfig32 Select this option if you want to provide kernel-side support for
86 Select this option if you want to provide kernel-side support for
94 Select this option if you want to provide kernel-side support for
129 Select this option if you want to provide kernel-side support for
/linux/security/integrity/
H A DKconfig57 bool "Provide keyring for platform/firmware trusted keys"
61 Provide a separate, distinct keyring for platform trusted keys, which
67 bool "Provide a keyring to which Machine Owner Keys may be added"
73 If set, provide a keyring to which Machine Owner Keys (MOK) may
/linux/Documentation/driver-api/media/
H A Ddtv-frontend.rst112 signal strength, S/N and UCB. Those are there to provide backward
142 use it nowadays. Using ``DVBFE_ALGO_CUSTOM`` require to provide other
172 Digital TV frontends provide a range of
178 time. Drivers should also provide the number of statistics for each type.
195 .. [#f2] For ISDB-T, it may provide both a global statistics and a per-layer
260 - Not all frontends provide this kind of statistics.
381 If the driver doesn't provide a statistics available check bit
384 A few devices, however, may not provide a way to check if the stats are
385 available (or the way to check it is unknown). They may not even provide
421 * would provide the number of bits per 1000ms sample. So,
/linux/drivers/usb/serial/
H A Dqcaux.c8 * Devices listed here usually provide a CDC ACM port on which normal modem
21 /* NOTE: for now, only use this driver for devices that provide a CDC-ACM port
22 * for normal AT commands, but also provide secondary USB interfaces for the
23 * QCDM-capable ports. Devices that do not provide a CDC-ACM port should
/linux/arch/parisc/kernel/vdso64/
H A Dvdso64.lds.S30 PROVIDE (__etext = .);
31 PROVIDE (_etext = .);
32 PROVIDE (etext = .);
49 PROVIDE (end = .);
/linux/arch/parisc/kernel/vdso32/
H A Dvdso32.lds.S31 PROVIDE (__etext = .);
32 PROVIDE (_etext = .);
33 PROVIDE (etext = .);
51 PROVIDE (end = .);
/linux/sound/oss/dmasound/
H A DKconfig8 Y to this question. This will provide a Sun-like /dev/audio,
22 Y to this question. This will provide a Sun-like /dev/audio,
36 Y to this question. This will provide a Sun-like /dev/audio,
/linux/Documentation/hwmon/
H A Dntc_thermistor.rst33 that requires users to provide the resistance and lookup the corresponding
97 provide read_ohm and _not_ provide the others.
107 temp1_input RO measure the temperature and provide the measured value.
/linux/include/linux/
H A Dasync.h81 * @dev is used as both the argument for the function and to provide NUMA
83 * provide for the best possible outcome by operating on the device on the
102 * @dev is used as both the argument for the function and to provide NUMA
104 * provide for the best possible outcome by operating on the device on the
/linux/Documentation/mm/
H A Dpage_frags.rst10 The page_frag functions, page_frag_alloc and page_frag_free, provide a
12 network stack and network device drivers to provide a backing region of
36 level. In order to enable these cases it is necessary to provide a generic
/linux/arch/um/include/asm/
H A Dcommon.lds.S6 PROVIDE (etext = .);
10 PROVIDE (sdata = .);
16 PROVIDE (_unprotected_end = .);
/linux/Documentation/hid/
H A Dhid-sensor.rst10 hardware vendors to provide a consistent Plug And Play interface at the USB boundary,
12 could be reused between vendors, alleviating any need for the vendors to provide
147 the usage id of X axis. HID sensors can provide events, so this is not necessary
161 The purpose of these sensors is to extend the functionality or provide a
165 This allows some differentiating use cases, where vendor can provide applications.
166 Some common use cases are debug other sensors or to provide some events like
/linux/Documentation/sound/designs/
H A Dtimestamping.rst5 The ALSA API can provide two different system timestamps:
10 capabilities or conversely may only be able to provide a correct
41 The ALSA API also provide an audio_tstamp which reflects the passage
78 platforms that provide an embedded DSP; measuring directly the link
88 provide timestamp selection, with a zero-valued COMPAT timestamp type
96 inferred from the steps between updates and in turn provide

12345678910>>...92