Searched refs:sls (Results 1 – 8 of 8) sorted by relevance
/Linux-v6.1/tools/objtool/ |
D | builtin-check.c | 73 OPT_BOOLEAN('l', "sls", &opts.sls, "validate straight-line-speculation mitigations"), 129 opts.sls || in opts_valid()
|
D | check.c | 4279 if (opts.sls) { in check()
|
/Linux-v6.1/tools/objtool/include/objtool/ |
D | builtin.h | 24 bool sls; member
|
/Linux-v6.1/drivers/thunderbolt/ |
D | xdomain.c | 505 u8 *sls, u8 *tls) in tb_xdp_link_state_status_request() argument 531 *sls = res.sls; in tb_xdp_link_state_status_request() 557 res.sls = (val[0] & LANE_ADP_CS_0_SUPPORTED_SPEED_MASK) >> in tb_xdp_link_state_status_response() 1223 u8 slw, tlw, sls, tls; in tb_xdomain_get_link_status() local 1230 xd->state_retries, &slw, &tlw, &sls, in tb_xdomain_get_link_status() 1242 dev_dbg(&xd->dev, "remote link supports width %#x speed %#x\n", slw, sls); in tb_xdomain_get_link_status()
|
D | tb_msgs.h | 559 u8 sls; member
|
/Linux-v6.1/arch/x86/ |
D | Makefile | 208 KBUILD_CFLAGS += -mharden-sls=all
|
D | Kconfig | 2441 def_bool $(cc-option,-mharden-sls=all)
|
/Linux-v6.1/scripts/ |
D | Makefile.lib | 262 objtool-args-$(CONFIG_SLS) += --sls
|