/kernel/linux/linux-6.6/arch/parisc/math-emu/ |
H A D | cnv_float.h | 10 PA header file -- do not include this header file for non-PA builds.
|
H A D | float.h | 15 * <<please update with a synopis of the functionality provided by this file>> 26 PA header file -- do not include this header file for non-PA builds. 33 * 'LOCORE' isn't really true in this case, but we don't want the C structures
|
/kernel/linux/linux-6.6/arch/arm/kernel/ |
H A D | phys2virt.S | 89 @ to a MVN instruction if the offset is negative. In this case, we
|
H A D | entry-header.S | 70 * exception handler and it may BUG if this is not the case. Interrupts 107 @ of the saved xPSR specifies if stack aligning took place. In this case 258 @ Note that, unlike svc_exit, this macro also does not allow a caller
|
H A D | entry-common.S | 36 * such as avoiding writing r0 to the stack. We only use this path if we 38 * from those features make this path too inefficient. 99 * "slow" syscall return path. "why" tells us if this was a real syscall. 102 * do_work_pending() will update this state if necessary. 218 tst saved_psr, #PSR_T_BIT @ this is SPSR from save_user_regs 236 * If the swi argument is zero, this is an EABI call and we do nothing. 238 * If this is an old ABI call, get the syscall number into scno and
|
/kernel/linux/linux-6.6/arch/alpha/lib/ |
H A D | ev6-stxcpy.S | 43 middle of the procedure descriptor. Work around this by putting the 53 /* On entry to this basic block: 68 /* On entry to this basic block: 85 On entry to this basic block we have: 150 On entry to this basic block: 195 On entry to this basic block: 223 On entry to this basic block: 229 cmpbge zero, t1, t8 # E : is the null in this first bit? (stall) 239 On entry to this basic block: 296 /* At this poin [all...] |
/kernel/linux/linux-6.6/arch/arm/mm/ |
H A D | cache-v7m.S | 186 cmp r1, #2 @ see what cache we have at this level 361 * be performing a DMA operation in this region and we want to
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
H A D | test_lwt_seg6local.sh | 21 # An UDP datagram is sent from fb00::1 to fb00::6. The test succeeds if this 29 echo $msg please run this as root >&2
|
/kernel/linux/linux-6.6/arch/riscv/kernel/ |
H A D | sbi.c | 493 static int sbi_srst_reboot(struct notifier_block *this, in sbi_srst_reboot() argument
|
/kernel/linux/linux-6.6/arch/sh/kernel/cpu/sh3/ |
H A D | entry.S | 101 ! Although this could be written in assembly language (and it'd be faster), 102 ! this first version depends *much* on C implementation.
|
/kernel/linux/linux-5.10/drivers/net/hamradio/ |
H A D | bpqether.c | 33 * Well, this driver is prepared for this purpose, just add 105 char acpt_addr[6]; /* accept ether frames from this address only */ 528 static int bpq_device_event(struct notifier_block *this, in bpq_device_event() argument
|
/kernel/linux/linux-5.10/drivers/net/wireless/ |
H A D | virt_wifi.c | 494 /* GFP_ATOMIC because this is a packet interrupt handler. */ in virt_wifi_rx_handler() 621 static int virt_wifi_event(struct notifier_block *this, unsigned long event, in virt_wifi_event() argument
|
/kernel/linux/linux-5.10/net/xfrm/ |
H A D | xfrm_device.c | 417 static int xfrm_dev_event(struct notifier_block *this, unsigned long event, void *ptr) in xfrm_dev_event() argument
|
/kernel/linux/linux-5.10/sound/soc/samsung/ |
H A D | aries_wm8994.c | 47 static int aries_extcon_notifier(struct notifier_block *this, in aries_extcon_notifier() argument
|
/kernel/linux/linux-5.10/fs/hfsplus/ |
H A D | hfsplus_fs.h | 107 u32 this; 351 * interface for this). 541 * HFS+ implementations are highly inconsistent, this one matches the
|
/kernel/linux/linux-5.10/drivers/watchdog/ |
H A D | pcwd_usb.c | 15 * provide warranty for any of this software. This material is 71 /* table of devices that work with this driver */ 117 /* the interface for this device */ 143 /* locks this structure */ 156 /* usb specific object needed to register this driver with the usb subsystem */ 179 /* this urb is terminated, clean up */ in usb_pcwd_intr_done() 334 * Convert celsius to fahrenheit, since this was in usb_pcwd_get_temperature() 335 * the decided 'standard' for this return value. in usb_pcwd_get_temperature() 537 static int usb_pcwd_notify_sys(struct notifier_block *this, unsigned long code, in usb_pcwd_notify_sys() argument 599 * this drive [all...] |
H A D | pcwd_pci.c | 15 * provide warranty for any of this software. This material is 115 /* this is private data for each PCI-PC watchdog card */ 401 * Convert celsius to fahrenheit, since this was in pcipcwd_get_temperature() 402 * the decided 'standard' for this return value. in pcipcwd_get_temperature() 631 static int pcipcwd_notify_sys(struct notifier_block *this, unsigned long code, in pcipcwd_notify_sys() argument
|
/kernel/linux/linux-6.6/drivers/acpi/ |
H A D | sleep.c | 50 static int tts_notify_reboot(struct notifier_block *this, in tts_notify_reboot() argument 112 * suspend to RAM. However, it is known that this mechanism does not work on 622 * a wakeup event. We flag this condition for now and generate the in acpi_suspend_enter() 640 * enabled. Some GPEs (like wakeup GPEs) have no handlers and this can in acpi_suspend_enter() 645 * Because this code runs on one CPU with disabled interrupts (all of in acpi_suspend_enter() 646 * the other CPUs are offline at this time), it need not acquire any in acpi_suspend_enter() 752 * If IRQD_WAKEUP_ARMED is set for the SCI at this point, the in acpi_s2idle_wake()
|
/kernel/linux/linux-6.6/drivers/auxdisplay/ |
H A D | charlcd.c | 24 /* Keep the backlight on this many seconds for each flash */ 371 /* yes, let's add this char to the buffer */ in charlcd_write_char() 425 /* simply print this char */ in charlcd_write_char() 577 * before this line, we must NOT send anything to the display. in charlcd_init() 620 static int panel_notify_sys(struct notifier_block *this, unsigned long code, in panel_notify_sys() argument
|
/kernel/linux/linux-6.6/fs/hfsplus/ |
H A D | hfsplus_fs.h | 107 u32 this; 536 * HFS+ implementations are highly inconsistent, this one matches the
|
/kernel/linux/linux-6.6/drivers/watchdog/ |
H A D | pcwd_usb.c | 15 * provide warranty for any of this software. This material is 71 /* table of devices that work with this driver */ 117 /* the interface for this device */ 143 /* locks this structure */ 156 /* usb specific object needed to register this driver with the usb subsystem */ 179 /* this urb is terminated, clean up */ in usb_pcwd_intr_done() 334 * Convert celsius to fahrenheit, since this was in usb_pcwd_get_temperature() 335 * the decided 'standard' for this return value. in usb_pcwd_get_temperature() 537 static int usb_pcwd_notify_sys(struct notifier_block *this, unsigned long code, in usb_pcwd_notify_sys() argument 599 * this drive [all...] |
H A D | pcwd_pci.c | 15 * provide warranty for any of this software. This material is 115 /* this is private data for each PCI-PC watchdog card */ 401 * Convert celsius to fahrenheit, since this was in pcipcwd_get_temperature() 402 * the decided 'standard' for this return value. in pcipcwd_get_temperature() 631 static int pcipcwd_notify_sys(struct notifier_block *this, unsigned long code, in pcipcwd_notify_sys() argument
|
/kernel/linux/linux-6.6/drivers/clk/ |
H A D | clk-nomadik.c | 64 static int nomadik_clk_reboot_handler(struct notifier_block *this, in nomadik_clk_reboot_handler() argument 128 /* Disable this too: also run by external oscillator */ in nomadik_src_init()
|
/kernel/linux/linux-6.6/drivers/cpufreq/ |
H A D | s5pv210-cpufreq.c | 286 * APLL should be changed in this level in s5pv210_target() 531 pr_err("CPUFreq doesn't support this memory type\n"); in s5pv210_cpu_init() 554 static int s5pv210_cpufreq_reboot_notifier_event(struct notifier_block *this, in s5pv210_cpufreq_reboot_notifier_event() argument 602 * this whole driver as soon as S5PV210 gets migrated to use in s5pv210_cpufreq_probe()
|
/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | crc32c-pcl-intel-asm_64.S | 20 * COPYING in the main directory of this source tree, or the 28 * copyright notice, this list of conditions and the following 32 * copyright notice, this list of conditions and the following 211 # SKIP crc32 -i*8(block_2), crc2 ; Don't do this one yet
|