Searched refs:oldmode (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/arch/x86/kernel/ |
H A D | ldt.c | 578 static int write_ldt(void __user *ptr, unsigned long bytecount, int oldmode) in write_ldt() argument 598 if (oldmode) in write_ldt() 604 if ((oldmode && !ldt_info.base_addr && !ldt_info.limit) || in write_ldt() 615 if (oldmode) in write_ldt()
|
/openbmc/linux/drivers/net/usb/ |
H A D | ax88172a.c | 23 u16 oldmode; member 46 if (mode != priv->oldmode) { in ax88172a_adjust_link() 48 priv->oldmode = mode; in ax88172a_adjust_link()
|
/openbmc/linux/drivers/video/fbdev/ |
H A D | vga16fb.c | 120 int oldmode; in setmode() local 122 oldmode = vga_io_rgfx(VGA_GFX_MODE); in setmode() 124 return oldmode; in setmode() 848 char oldmode = setmode(0x40); in vga_8planes_fillrect() local 894 setmode(oldmode); in vga_8planes_fillrect() 976 char oldmode = setmode(0x41); in vga_8planes_copyarea() local 1024 setmode(oldmode); in vga_8planes_copyarea() 1137 char oldmode = setmode(0x40); in vga_8planes_imageblit() local 1161 setmode(oldmode); in vga_8planes_imageblit()
|
/openbmc/linux/tools/testing/selftests/x86/ |
H A D | ldt_gdt.c | 140 bool oldmode, bool ldt) in install_valid_mode() argument 156 ret = syscall(SYS_modify_ldt, oldmode ? 1 : 0x11, in install_valid_mode() 202 static void install_invalid(const struct user_desc *desc, bool oldmode) in install_invalid() argument 204 int ret = syscall(SYS_modify_ldt, oldmode ? 1 : 0x11, in install_invalid()
|
/openbmc/linux/kernel/time/ |
H A D | tick-broadcast.c | 1127 enum tick_device_mode oldmode; in tick_broadcast_switch_to_oneshot() local 1132 oldmode = tick_broadcast_device.mode; in tick_broadcast_switch_to_oneshot() 1136 tick_broadcast_setup_oneshot(bc, oldmode == TICKDEV_MODE_PERIODIC); in tick_broadcast_switch_to_oneshot()
|
/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/ |
H A D | HPSpecific.pm | 738 my $oldmode = (($filestat[2]/512) % 8) . 762 &B_revert_log(&getGlobal('BIN',"chmod") . " $oldmode $file\n");
|
/openbmc/linux/drivers/net/ethernet/seeq/ |
H A D | sgiseeq.c | 668 unsigned char oldmode = sp->mode; in sgiseeq_set_multicast() local 681 if (oldmode != sp->mode) in sgiseeq_set_multicast()
|
/openbmc/qemu/target/arm/ |
H A D | vfp_helper.c | 449 FloatRoundMode oldmode = fpst->float_rounding_mode; \ 452 fpst->float_rounding_mode = oldmode; \
|
/openbmc/linux/drivers/net/wireless/broadcom/b43/ |
H A D | phy_lp.c | 1137 enum b43_lpphy_txpctl_mode oldmode; in lpphy_set_tx_power_control() local 1140 oldmode = lpphy->txpctl_mode; in lpphy_set_tx_power_control() 1141 if (oldmode == mode) in lpphy_set_tx_power_control() 1145 if (oldmode == B43_LPPHY_TXPCTL_HW) { in lpphy_set_tx_power_control()
|
/openbmc/linux/drivers/scsi/lpfc/ |
H A D | lpfc_init.c | 7076 uint32_t crc, oldmode; in lpfc_cgn_params_parse() local 7103 oldmode = phba->cmf_active_mode; in lpfc_cgn_params_parse() 7130 switch (oldmode) { in lpfc_cgn_params_parse() 7177 if (oldmode != LPFC_CFG_OFF || in lpfc_cgn_params_parse() 7178 oldmode != phba->cgn_p.cgn_param_mode) { in lpfc_cgn_params_parse()
|
/openbmc/qemu/linux-user/ |
H A D | syscall.c | 5996 abi_ulong ptr, unsigned long bytecount, int oldmode) in write_ldt() argument 6028 if (oldmode) in write_ldt() 6050 if (oldmode || in write_ldt() 6075 if (!oldmode) in write_ldt()
|