| /arch/powerpc/kernel/ |
| A D | dexcr.c | 31 static int prctl_to_aspect(unsigned long which, unsigned int *aspect) in early_initcall() 33 switch (which) { in early_initcall() 53 int get_dexcr_prctl(struct task_struct *task, unsigned long which) in get_dexcr_prctl() argument 58 ret = prctl_to_aspect(which, &aspect); in get_dexcr_prctl() 78 int set_dexcr_prctl(struct task_struct *task, unsigned long which, unsigned long ctrl) in set_dexcr_prctl() argument 84 err = prctl_to_aspect(which, &aspect); in set_dexcr_prctl()
|
| /arch/riscv/kernel/ |
| A D | fpu.S | 108 #define get_f32(which) fmv.x.s a0, which; j 2f argument 109 #define put_f32(which) fmv.s.x which, a1; j 2f argument 111 # define get_f64(which) fmv.x.d a0, which; j 2f argument 112 # define put_f64(which) fmv.d.x which, a1; j 2f argument 114 # define get_f64(which) fsd which, 0(a1); j 2f argument 115 # define put_f64(which) fld which, 0(a1); j 2f argument
|
| /arch/alpha/kernel/ |
| A D | sys_marvel.c | 196 val = io7->csrs->PO7_LSI_CTL[which].csr; in io7_redirect_one_lsi() 200 io7->csrs->PO7_LSI_CTL[which].csr = val; in io7_redirect_one_lsi() 202 io7->csrs->PO7_LSI_CTL[which].csr; in io7_redirect_one_lsi() 213 val = io7->csrs->PO7_MSI_CTL[which].csr; in io7_redirect_one_msi() 217 io7->csrs->PO7_MSI_CTL[which].csr = val; in io7_redirect_one_msi() 219 io7->csrs->PO7_MSI_CTL[which].csr; in io7_redirect_one_msi() 223 init_one_io7_lsi(struct io7 *io7, unsigned int which, unsigned int where) in init_one_io7_lsi() argument 228 io7->csrs->PO7_LSI_CTL[which].csr = ((unsigned long)where << 14); in init_one_io7_lsi() 230 io7->csrs->PO7_LSI_CTL[which].csr; in init_one_io7_lsi() 239 io7->csrs->PO7_MSI_CTL[which].csr = ((unsigned long)where << 14); in init_one_io7_msi() [all …]
|
| A D | err_titan.c | 74 titan_parse_p_serror(int which, u64 serror, int print) in titan_parse_p_serror() argument 116 err_print_prefix, which, serror); in titan_parse_p_serror() 141 titan_parse_p_perror(int which, int port, u64 perror, int print) in titan_parse_p_perror() argument 233 err_print_prefix, which, in titan_parse_p_perror() 275 titan_parse_p_agperror(int which, u64 agperror, int print) in titan_parse_p_agperror() argument 326 which, agperror); in titan_parse_p_agperror() 358 titan_parse_p_chip(int which, u64 serror, u64 gperror, in titan_parse_p_chip() argument 362 status |= titan_parse_p_serror(which, serror, print); in titan_parse_p_chip() 363 status |= titan_parse_p_perror(which, 0, gperror, print); in titan_parse_p_chip() 364 status |= titan_parse_p_perror(which, 1, aperror, print); in titan_parse_p_chip() [all …]
|
| A D | smp.c | 526 unsigned long which; in handle_ipi() local 528 which = ops & -ops; in handle_ipi() 529 ops &= ~which; in handle_ipi() 530 which = __ffs(which); in handle_ipi() 532 switch (which) { in handle_ipi() 546 this_cpu, which); in handle_ipi()
|
| /arch/x86/include/asm/ |
| A D | clocksource.h | 16 static inline void vclocks_set_used(unsigned int which) in vclocks_set_used() argument 18 WRITE_ONCE(vclocks_used, READ_ONCE(vclocks_used) | (1 << which)); in vclocks_set_used()
|
| /arch/mips/sgi-ip27/ |
| A D | Kconfig | 11 in either N-Modes which allows for more nodes or M-Mode which allows 19 in either N-Modes which allows for more nodes or M-Mode which allows
|
| /arch/x86/platform/uv/ |
| A D | bios_uv.c | 23 static s64 __uv_bios_call(enum uv_bios_cmd which, u64 a1, u64 a2, u64 a3, in __uv_bios_call() argument 35 ret = efi_call_virt_pointer(tab, function, (u64)which, a1, a2, a3, a4, a5); in __uv_bios_call() 40 static s64 uv_bios_call(enum uv_bios_cmd which, u64 a1, u64 a2, u64 a3, u64 a4, in uv_bios_call() argument 48 ret = __uv_bios_call(which, a1, a2, a3, a4, a5); in uv_bios_call() 54 static s64 uv_bios_call_irqsave(enum uv_bios_cmd which, u64 a1, u64 a2, u64 a3, in uv_bios_call_irqsave() argument 64 ret = __uv_bios_call(which, a1, a2, a3, a4, a5); in uv_bios_call_irqsave()
|
| /arch/x86/math-emu/ |
| A D | README | 26 which was my 80387 emulator for early versions of djgpp (gcc under 27 msdos); wm-emu387 was in turn based upon emu387 which was written by 78 80486, which uses a value of pi which is accurate to 66 bits. 97 form of re-entrancy which is required by the Linux kernel. 139 able to find the instruction which caused the device-not-present 148 check the addressing, and which runs successfully in real mode, 273 for pi which is accurate to more than 128 bits precision. As a 293 have a value of pi which had about 150 bits precision. The FPU 296 0.01059, which in relative terms is hopelessly inaccurate. 322 of the argument which produced it. [all …]
|
| /arch/x86/kernel/ |
| A D | process_64.c | 238 enum which_selector which) in save_base_legacy() argument 268 if (which == FS) in save_base_legacy() 310 static __always_inline void loadseg(enum which_selector which, in loadseg() argument 313 if (which == FS) in loadseg() 323 enum which_selector which) in load_seg_legacy() argument 336 loadseg(which, __USER_DS); in load_seg_legacy() 337 loadseg(which, next_index); in load_seg_legacy() 352 loadseg(which, next_index); in load_seg_legacy() 356 loadseg(which, next_index); in load_seg_legacy() 357 wrmsrq(which == FS ? MSR_FS_BASE : MSR_KERNEL_GS_BASE, in load_seg_legacy() [all …]
|
| /arch/um/drivers/ |
| A D | Kconfig | 9 console driver which dumps all printk messages to stderr. 82 This is the string describing the channel to which the main console 84 command line. The default value is "fd:0,fd:1", which attaches the 92 This is the string describing the channel to which all consoles 95 which brings them up in xterms. 98 which don't have X or xterm available. 104 This is the string describing the channel to which the serial lines 106 command line. The default value is "pty", which attaches them to 110 which don't have a set of /dev/pty* devices. 118 the UML hostaudio relay, which acts as a intermediary
|
| /arch/xtensa/platforms/iss/ |
| A D | simdisk.c | 264 static int __init simdisk_setup(struct simdisk *dev, int which, in simdisk_setup() argument 270 char tmp[2] = { '0' + which, 0 }; in simdisk_setup() 284 dev->gd->first_minor = which; in simdisk_setup() 288 snprintf(dev->gd->disk_name, 32, "simdisk%d", which); in simdisk_setup() 345 static void simdisk_teardown(struct simdisk *dev, int which, in simdisk_teardown() argument 348 char tmp[2] = { '0' + which, 0 }; in simdisk_teardown()
|
| /arch/m68k/ |
| A D | Kconfig.devices | 24 Say Y here to support the /proc/hardware file, which gives you 41 which allows direct access to the hard drives without using 49 which allows the console output to be redirected to the stderr 57 which will emulate a regular ethernet device while presenting an 126 system console (the system console is the device which receives all 127 kernel messages and warnings and which allows logins in single user
|
| /arch/parisc/kernel/ |
| A D | smp.c | 140 unsigned long which = ffz(~ops); in ipi_interrupt() local 142 ops &= ~(1 << which); in ipi_interrupt() 144 switch (which) { in ipi_interrupt() 181 this_cpu, which); in ipi_interrupt()
|
| /arch/arm64/boot/dts/qcom/ |
| A D | qcs8550.dtsi | 18 * 1. Firmware related regions which aren't shared with kernel. 25 * reserved memory region may have reserved region which was not yet 27 * 2. Firmware related memory regions which are shared with Kernel 34 * memory regions which aren't relevant to the kernel(like the hypervisor
|
| A D | sc7180-trogdor-coachz-r1.dts | 18 * CoachZ rev1 is stuffed with a 47k NTC as charger thermistor which currently 40 * which currently is not supported by the PM6150 ADC driver. Disable the
|
| /arch/arm64/boot/dts/rockchip/ |
| A D | rk3588-jaguar-pre-ict-tester.dtso | 83 * issue. Therefore, let's enforce a pull-up (which is 90 * To guarantee that, a pull-down is enforced (which is 133 * To guarantee that, a pull-down is enforced (which is 143 * To guarantee that, a pull-down is enforced (which is 153 * To guarantee that, a pull-down is enforced (which is 163 * To guarantee that, a pull-down is enforced (which is
|
| /arch/x86/kernel/apic/ |
| A D | x2apic_phys.c | 86 static void __x2apic_send_IPI_shorthand(int vector, u32 which) in __x2apic_send_IPI_shorthand() argument 88 unsigned long cfg = __prepare_ICR(which, vector, 0); in __x2apic_send_IPI_shorthand()
|
| /arch/arm64/boot/dts/freescale/ |
| A D | fsl-ls1028a-kontron-sl28-var1.dts | 5 * This is for the network variant 1 which has one ethernet port. It is 6 * different than the base variant, which also has one port, but here the
|
| /arch/loongarch/ |
| A D | Kconfig.debug | 5 This determines which method will be used for unwinding kernel stack 35 unwinding kernel stack traces. It uses a custom data format which is
|
| A D | Kconfig | 310 Allows choosing the page table layout, which is a combination 319 This option selects 4KB page size with 3 level page tables, which 327 This option selects 4KB page size with 4 level page tables, which 335 This option selects 16KB page size with 2 level page tables, which 343 This option selects 16KB page size with 3 level page tables, which 351 This option selects 64KB page size with 2 level page tables, which 359 This option selects 64KB page size with 3 level page tables, which 502 This allows you to specify the maximum number of CPUs which this 546 with LS7A chipsets the WUC attribute (Weak-ordered UnCached, which 647 which retains all relocation metadata required, so as to relocate [all …]
|
| /arch/powerpc/platforms/pseries/ |
| A D | Kconfig | 47 on logically-partitioned pSeries systems which use shared 48 processors, that is, which share physical processors between 59 which are accessible through a debugfs file. 81 which may need OS attention. RTAS returns events for multiple 106 going on. This does not enable debugging in lpar.c, which must 211 There are certain POWER platforms which support secure guests using
|
| /arch/arm64/boot/dts/marvell/ |
| A D | ac5x-rd-carrier.dtsi | 7 * a PCIe link with the COM Express CPU module, which does not 13 * which would allow it to use an external CPU COM Express module,
|
| /arch/mips/vdso/ |
| A D | Kconfig | 2 # of the GOT when targeting microMIPS, which we can't use in the VDSO due to
|
| /arch/arm/boot/dts/nxp/imx/ |
| A D | imx6q-ds.dts | 5 // Based on imx6qdl-sabresd.dtsi which is:
|